#2AB199

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

Shades of Niagara #2AB199

Tints of Niagara #2AB199

Color information

#2AB199 (or 0x2AB199) is unknown color: approx Niagara. HEX triplet: 2A, B1 and 99. RGB value is (42,177,153). Sum of RGB (Red+Green+Blue) = 42+177+153=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AB199 is #D54E66. Grayscale: #858585. Windows color (decimal): -13979239 or 10072362. OLE color: 10072362.

HSL color Cylindrical-coordinate representation of color #2AB199: hue angle of 169.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB199 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB42177153-
CMYK0.7600.140.31
HSL169.33º61.64%42.94%-
HSV(B)169.33º76.27%69.41%-
XYZ22.4334.2435.56-
YUV133.9138.7762.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.29%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=11.29%
G=47.58%
B=41.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421771530.7600.140.31169.3361.6442.94
Hex2AB1994C0E1Fa93e2b
Octal52261231114016372517653
Binary10101010110001100110011001100011101111110101001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,177,153); }

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

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

 a { background-color: rgb(42,177,153); }

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

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

 span { border-color: rgb(42,177,153); }

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