Shades of Niagara #2AAB99
Tints of Niagara #2AAB99
RGB
CMYK
RGB Variations
Color information
#2AAB99 (or 0x2AAB99) is known color: Niagara. HEX triplet: 2A, AB and 99. RGB value is (42,171,153). Sum of RGB (Red+Green+Blue) = 42+171+153=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB99 is #D55466. Grayscale: #828282. Windows color (decimal): -13980775 or 10070826. OLE color: 10070826.
HSL color Cylindrical-coordinate representation of color #2AAB99: hue angle of 171.63º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB99 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 153 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.33 |
| HSL | 171.63º | 0.61% | 0.42% | - |
| HSV(B) | 171.63º | 0.75% | 0.67% | - |
| XYZ | 21.27 | 31.92 | 35.18 | - |
| YUV | 130.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 153 | 0.75 | 0 | 0.11 | 0.33 | 171.63 | 0.61 | 0.42 |
| Hex | 2A | AB | 99 | 4B | 0 | B | 21 | AC | 3D | 2A |
| Octal | 52 | 253 | 231 | 113 | 0 | 13 | 41 | 254 | 75 | 52 |
| Binary | 101010 | 10101011 | 10011001 | 1001011 | 0 | 1011 | 100001 | 10101100 | 111101 | 101010 |
Color Harmonies of #2AAB99
Complementary color
Monochromatic Colors of #2AAB99
Black with #2AAB99
Text Example
Text Example
White with #2AAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB99; }
p { color: rgb(42,171,153); }
H1.HeaderClassName
{
color: #2AAB99;
}
.AnyTagClassName
{
color: #2AAB99;
}
</style>
background-color css
<style>
a { background-color: #2AAB99; }
a { background-color: rgb(42,171,153); }
div.DivClassName
{
background-color: #2AAB99;
}
.BgClassName
{
background-color: #2AAB99;
}
</style>
border-color css
<style>
span { border-color: #2AAB99; }
span { border-color: rgb(42,171,153); }
td.TdClassName
{
border-color: #2AAB99;
}
.TagClassName
{
border-color: #2AAB99;
}
</style>