Shades of Niagara #2AAB9A
Tints of Niagara #2AAB9A
RGB
CMYK
RGB Variations
Color information
#2AAB9A (or 0x2AAB9A) is known color: Niagara. HEX triplet: 2A, AB and 9A. RGB value is (42,171,154). Sum of RGB (Red+Green+Blue) = 42+171+154=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB9A is #D55465. Grayscale: #828282. Windows color (decimal): -13980774 or 10136362. OLE color: 10136362.
HSL color Cylindrical-coordinate representation of color #2AAB9A: hue angle of 172.09º 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 #2AAB9A is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 154 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.33 |
| HSL | 172.09º | 0.61% | 0.42% | - |
| HSV(B) | 172.09º | 0.75% | 0.67% | - |
| XYZ | 21.35 | 31.95 | 35.61 | - |
| YUV | 130.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 154 | 0.75 | 0 | 0.10 | 0.33 | 172.09 | 0.61 | 0.42 |
| Hex | 2A | AB | 9A | 4B | 0 | A | 21 | AC | 3D | 2A |
| Octal | 52 | 253 | 232 | 113 | 0 | 12 | 41 | 254 | 75 | 52 |
| Binary | 101010 | 10101011 | 10011010 | 1001011 | 0 | 1010 | 100001 | 10101100 | 111101 | 101010 |
Color Harmonies of #2AAB9A
Complementary color
Monochromatic Colors of #2AAB9A
Black with #2AAB9A
Text Example
Text Example
White with #2AAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB9A; }
p { color: rgb(42,171,154); }
H1.HeaderClassName
{
color: #2AAB9A;
}
.AnyTagClassName
{
color: #2AAB9A;
}
</style>
background-color css
<style>
a { background-color: #2AAB9A; }
a { background-color: rgb(42,171,154); }
div.DivClassName
{
background-color: #2AAB9A;
}
.BgClassName
{
background-color: #2AAB9A;
}
</style>
border-color css
<style>
span { border-color: #2AAB9A; }
span { border-color: rgb(42,171,154); }
td.TdClassName
{
border-color: #2AAB9A;
}
.TagClassName
{
border-color: #2AAB9A;
}
</style>