Shades of Niagara #2AAA8F
Tints of Niagara #2AAA8F
RGB
CMYK
RGB Variations
Color information
#2AAA8F (or 0x2AAA8F) is known color: Niagara. HEX triplet: 2A, AA and 8F. RGB value is (42,170,143). Sum of RGB (Red+Green+Blue) = 42+170+143=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA8F is #D55570. Grayscale: #808080. Windows color (decimal): -13981041 or 9415210. OLE color: 9415210.
HSL color Cylindrical-coordinate representation of color #2AAA8F: hue angle of 167.34º degrees, saturation: 0.6, 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 #2AAA8F is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 143 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.33 |
| HSL | 167.34º | 0.6% | 0.42% | - |
| HSV(B) | 167.34º | 0.75% | 0.67% | - |
| XYZ | 20.29 | 31.22 | 30.94 | - |
| YUV | 128.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 143 | 0.75 | 0 | 0.16 | 0.33 | 167.34 | 0.6 | 0.42 |
| Hex | 2A | AA | 8F | 4B | 0 | 10 | 21 | A7 | 3C | 2A |
| Octal | 52 | 252 | 217 | 113 | 0 | 20 | 41 | 247 | 74 | 52 |
| Binary | 101010 | 10101010 | 10001111 | 1001011 | 0 | 10000 | 100001 | 10100111 | 111100 | 101010 |
Color Harmonies of #2AAA8F
Complementary color
Monochromatic Colors of #2AAA8F
Black with #2AAA8F
Text Example
Text Example
White with #2AAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA8F; }
p { color: rgb(42,170,143); }
H1.HeaderClassName
{
color: #2AAA8F;
}
.AnyTagClassName
{
color: #2AAA8F;
}
</style>
background-color css
<style>
a { background-color: #2AAA8F; }
a { background-color: rgb(42,170,143); }
div.DivClassName
{
background-color: #2AAA8F;
}
.BgClassName
{
background-color: #2AAA8F;
}
</style>
border-color css
<style>
span { border-color: #2AAA8F; }
span { border-color: rgb(42,170,143); }
td.TdClassName
{
border-color: #2AAA8F;
}
.TagClassName
{
border-color: #2AAA8F;
}
</style>