Html Css Color HEX #2BB599 Niagara

📋 copy color: '#2BB599'

red 43 ◦ green 181 ◦ blue 153

#2BB599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #2BB599

Tints of Niagara #2BB599

RGB

 RED value IS 43 (17.19% from 255) = 11.41%

 GREEN value IS 181 (71.09% from 255) = 48.01%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 11.41%
G = 48.01%
B = 40.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#2BB599 (or 0x2BB599) is known color: Niagara. HEX triplet: 2B, B5 and 99. RGB value is (43,181,153). Sum of RGB (Red+Green+Blue) = 43+181+153=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB599 is #D44A66. Grayscale: #888888. Windows color (decimal): -13912679 or 10073387. OLE color: 10073387.

HSL color Cylindrical-coordinate representation of color #2BB599: hue angle of 167.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB599 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 153 -
CMYK 0.76 0 0.15 0.29
HSL 167.83º 0.62% 0.44% -
HSV(B) 167.83º 0.76% 0.71% -
XYZ 23.27 35.86 35.83 -
YUV 136.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 43 181 153 0.76 0 0.15 0.29 167.83 0.62 0.44
Hex 2B B5 99 4C 0 F 1D A8 3E 2C
Octal 53 265 231 114 0 17 35 250 76 54
Binary 101011 10110101 10011001 1001100 0 1111 11101 10101000 111110 101100

Color Harmonies of #2BB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB599

Black with #2BB599

Text Example


Text Example

White with #2BB599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,153); }

 H1.HeaderClassName
 {
   color: #2BB599;
 }
 .AnyTagClassName
 {
   color: #2BB599;
 }
</style>

background-color css

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

 a { background-color: rgb(43,181,153); }

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

border-color css

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

 span { border-color: rgb(43,181,153); }

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