#2BB893

Color #2BB893 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2BB893

Tints of Niagara #2BB893

Color information

#2BB893 (or 0x2BB893) is unknown color: approx Niagara. HEX triplet: 2B, B8 and 93. RGB value is (43,184,147). Sum of RGB (Red+Green+Blue) = 43+184+147=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB893 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB893 is #D4476C. Grayscale: #898989. Windows color (decimal): -13911917 or 9680939. OLE color: 9680939.

HSL color Cylindrical-coordinate representation of color #2BB893: hue angle of 164.26º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB893 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB43184147-
CMYK0.7700.200.28
HSL164.26º62.11%44.51%-
HSV(B)164.26º76.63%72.16%-
XYZ23.436.933.49-
YUV137.62133.2960.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 11.50%
GREEN value IS 184 (72.27% from 255) = 49.20%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=11.50%
G=49.20%
B=39.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431841470.7700.200.28164.2662.1144.51
Hex2BB8934D0141Ca43e2d
Octal53270223115024342447655
Binary101011101110001001001110011010101001110010100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BB893; }

 p { color: rgb(43,184,147); }

 H1.HeaderClassName
 {
   color: #2BB893;
 }
 .AnyTagClassName
 {
   color: #2BB893;
 }
</style>
background-color css

<style>
 a { background-color: #2BB893; }

 a { background-color: rgb(43,184,147); }

 div.DivClassName
 {
   background-color: #2BB893;
 }
 .BgClassName
 {
   background-color: #2BB893;
 }
</style>
border-color css

<style>
 span { border-color: #2BB893; }

 span { border-color: rgb(43,184,147); }

 td.TdClassName
 {
   border-color: #2BB893;
 }
 .TagClassName
 {
   border-color: #2BB893;
 }
</style>