Shades of Niagara #2AA687
Tints of Niagara #2AA687
RGB
CMYK
RGB Variations
Color information
#2AA687 (or 0x2AA687) is known color: Niagara. HEX triplet: 2A, A6 and 87. RGB value is (42,166,135). Sum of RGB (Red+Green+Blue) = 42+166+135=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA687 is #D55978. Grayscale: #7D7D7D. Windows color (decimal): -13982073 or 8889898. OLE color: 8889898.
HSL color Cylindrical-coordinate representation of color #2AA687: hue angle of 165º 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 #2AA687 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 135 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.35 |
| HSL | 165º | 0.6% | 0.41% | - |
| HSV(B) | 165º | 0.75% | 0.65% | - |
| XYZ | 18.96 | 29.51 | 27.62 | - |
| YUV | 125.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 135 | 0.75 | 0 | 0.19 | 0.35 | 165 | 0.6 | 0.41 |
| Hex | 2A | A6 | 87 | 4B | 0 | 13 | 23 | A5 | 3C | 29 |
| Octal | 52 | 246 | 207 | 113 | 0 | 23 | 43 | 245 | 74 | 51 |
| Binary | 101010 | 10100110 | 10000111 | 1001011 | 0 | 10011 | 100011 | 10100101 | 111100 | 101001 |
Color Harmonies of #2AA687
Complementary color
Monochromatic Colors of #2AA687
Black with #2AA687
Text Example
Text Example
White with #2AA687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA687; }
p { color: rgb(42,166,135); }
H1.HeaderClassName
{
color: #2AA687;
}
.AnyTagClassName
{
color: #2AA687;
}
</style>
background-color css
<style>
a { background-color: #2AA687; }
a { background-color: rgb(42,166,135); }
div.DivClassName
{
background-color: #2AA687;
}
.BgClassName
{
background-color: #2AA687;
}
</style>
border-color css
<style>
span { border-color: #2AA687; }
span { border-color: rgb(42,166,135); }
td.TdClassName
{
border-color: #2AA687;
}
.TagClassName
{
border-color: #2AA687;
}
</style>