Shades of Niagara #2AAB8C
Tints of Niagara #2AAB8C
RGB
CMYK
RGB Variations
Color information
#2AAB8C (or 0x2AAB8C) is known color: Niagara. HEX triplet: 2A, AB and 8C. RGB value is (42,171,140). Sum of RGB (Red+Green+Blue) = 42+171+140=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB8C is #D55473. Grayscale: #808080. Windows color (decimal): -13980788 or 9218858. OLE color: 9218858.
HSL color Cylindrical-coordinate representation of color #2AAB8C: hue angle of 165.58º 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 #2AAB8C is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 140 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.33 |
| HSL | 165.58º | 0.61% | 0.42% | - |
| HSV(B) | 165.58º | 0.75% | 0.67% | - |
| XYZ | 20.25 | 31.51 | 29.83 | - |
| YUV | 128.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 140 | 0.75 | 0 | 0.18 | 0.33 | 165.58 | 0.61 | 0.42 |
| Hex | 2A | AB | 8C | 4B | 0 | 12 | 21 | A6 | 3D | 2A |
| Octal | 52 | 253 | 214 | 113 | 0 | 22 | 41 | 246 | 75 | 52 |
| Binary | 101010 | 10101011 | 10001100 | 1001011 | 0 | 10010 | 100001 | 10100110 | 111101 | 101010 |
Color Harmonies of #2AAB8C
Complementary color
Monochromatic Colors of #2AAB8C
Black with #2AAB8C
Text Example
Text Example
White with #2AAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB8C; }
p { color: rgb(42,171,140); }
H1.HeaderClassName
{
color: #2AAB8C;
}
.AnyTagClassName
{
color: #2AAB8C;
}
</style>
background-color css
<style>
a { background-color: #2AAB8C; }
a { background-color: rgb(42,171,140); }
div.DivClassName
{
background-color: #2AAB8C;
}
.BgClassName
{
background-color: #2AAB8C;
}
</style>
border-color css
<style>
span { border-color: #2AAB8C; }
span { border-color: rgb(42,171,140); }
td.TdClassName
{
border-color: #2AAB8C;
}
.TagClassName
{
border-color: #2AAB8C;
}
</style>