Shades of Niagara #2AA68E
Tints of Niagara #2AA68E
RGB
CMYK
RGB Variations
Color information
#2AA68E (or 0x2AA68E) is known color: Niagara. HEX triplet: 2A, A6 and 8E. RGB value is (42,166,142). Sum of RGB (Red+Green+Blue) = 42+166+142=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA68E is #D55971. Grayscale: #7E7E7E. Windows color (decimal): -13982066 or 9348650. OLE color: 9348650.
HSL color Cylindrical-coordinate representation of color #2AA68E: hue angle of 168.39º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA68E is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 142 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.35 |
| HSL | 168.39º | 0.6% | 0.41% | - |
| HSV(B) | 168.39º | 0.75% | 0.65% | - |
| XYZ | 19.47 | 29.72 | 30.3 | - |
| YUV | 126.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 142 | 0.75 | 0 | 0.14 | 0.35 | 168.39 | 0.6 | 0.41 |
| Hex | 2A | A6 | 8E | 4B | 0 | E | 23 | A8 | 3C | 29 |
| Octal | 52 | 246 | 216 | 113 | 0 | 16 | 43 | 250 | 74 | 51 |
| Binary | 101010 | 10100110 | 10001110 | 1001011 | 0 | 1110 | 100011 | 10101000 | 111100 | 101001 |
Color Harmonies of #2AA68E
Complementary color
Monochromatic Colors of #2AA68E
Black with #2AA68E
Text Example
Text Example
White with #2AA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA68E; }
p { color: rgb(42,166,142); }
H1.HeaderClassName
{
color: #2AA68E;
}
.AnyTagClassName
{
color: #2AA68E;
}
</style>
background-color css
<style>
a { background-color: #2AA68E; }
a { background-color: rgb(42,166,142); }
div.DivClassName
{
background-color: #2AA68E;
}
.BgClassName
{
background-color: #2AA68E;
}
</style>
border-color css
<style>
span { border-color: #2AA68E; }
span { border-color: rgb(42,166,142); }
td.TdClassName
{
border-color: #2AA68E;
}
.TagClassName
{
border-color: #2AA68E;
}
</style>