Html Css Color HEX #2BB598 Niagara

📋 copy color: '#2BB598'

red 43 ◦ green 181 ◦ blue 152

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

Shades of Niagara #2BB598

Tints of Niagara #2BB598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 11.44%
G = 48.14%
B = 40.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#2BB598 (or 0x2BB598) is known color: Niagara. HEX triplet: 2B, B5 and 98. RGB value is (43,181,152). Sum of RGB (Red+Green+Blue) = 43+181+152=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB598 is #D44A67. Grayscale: #888888. Windows color (decimal): -13912680 or 10007851. OLE color: 10007851.

HSL color Cylindrical-coordinate representation of color #2BB598: hue angle of 167.39º 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 #2BB598 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 152 -
CMYK 0.76 0 0.16 0.29
HSL 167.39º 0.62% 0.44% -
HSV(B) 167.39º 0.76% 0.71% -
XYZ 23.19 35.83 35.4 -
YUV 136.43 136.78 61.36 -
System Red Green Blue C M Y K H S L
Decimal 43 181 152 0.76 0 0.16 0.29 167.39 0.62 0.44
Hex 2B B5 98 4C 0 10 1D A7 3E 2C
Octal 53 265 230 114 0 20 35 247 76 54
Binary 101011 10110101 10011000 1001100 0 10000 11101 10100111 111110 101100

Color Harmonies of #2BB598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB598

Black with #2BB598

Text Example


Text Example

White with #2BB598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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