Shades of Niagara #2AA888
Tints of Niagara #2AA888
RGB
CMYK
RGB Variations
Color information
#2AA888 (or 0x2AA888) is known color: Niagara. HEX triplet: 2A, A8 and 88. RGB value is (42,168,136). Sum of RGB (Red+Green+Blue) = 42+168+136=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA888 is #D55777. Grayscale: #7E7E7E. Windows color (decimal): -13981560 or 8955946. OLE color: 8955946.
HSL color Cylindrical-coordinate representation of color #2AA888: hue angle of 164.76º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA888 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 136 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.34 |
| HSL | 164.76º | 0.6% | 0.41% | - |
| HSV(B) | 164.76º | 0.75% | 0.66% | - |
| XYZ | 19.4 | 30.28 | 28.11 | - |
| YUV | 126.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 136 | 0.75 | 0 | 0.19 | 0.34 | 164.76 | 0.6 | 0.41 |
| Hex | 2A | A8 | 88 | 4B | 0 | 13 | 22 | A5 | 3C | 29 |
| Octal | 52 | 250 | 210 | 113 | 0 | 23 | 42 | 245 | 74 | 51 |
| Binary | 101010 | 10101000 | 10001000 | 1001011 | 0 | 10011 | 100010 | 10100101 | 111100 | 101001 |
Color Harmonies of #2AA888
Complementary color
Monochromatic Colors of #2AA888
Black with #2AA888
Text Example
Text Example
White with #2AA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA888; }
p { color: rgb(42,168,136); }
H1.HeaderClassName
{
color: #2AA888;
}
.AnyTagClassName
{
color: #2AA888;
}
</style>
background-color css
<style>
a { background-color: #2AA888; }
a { background-color: rgb(42,168,136); }
div.DivClassName
{
background-color: #2AA888;
}
.BgClassName
{
background-color: #2AA888;
}
</style>
border-color css
<style>
span { border-color: #2AA888; }
span { border-color: rgb(42,168,136); }
td.TdClassName
{
border-color: #2AA888;
}
.TagClassName
{
border-color: #2AA888;
}
</style>