Shades of Niagara #2AAA92
Tints of Niagara #2AAA92
RGB
CMYK
RGB Variations
Color information
#2AAA92 (or 0x2AAA92) is known color: Niagara. HEX triplet: 2A, AA and 92. RGB value is (42,170,146). Sum of RGB (Red+Green+Blue) = 42+170+146=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA92 is #D5556D. Grayscale: #808080. Windows color (decimal): -13981038 or 9611818. OLE color: 9611818.
HSL color Cylindrical-coordinate representation of color #2AAA92: hue angle of 168.75º 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 #2AAA92 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 146 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.33 |
| HSL | 168.75º | 0.6% | 0.42% | - |
| HSV(B) | 168.75º | 0.75% | 0.67% | - |
| XYZ | 20.52 | 31.32 | 32.16 | - |
| YUV | 128.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 146 | 0.75 | 0 | 0.14 | 0.33 | 168.75 | 0.6 | 0.42 |
| Hex | 2A | AA | 92 | 4B | 0 | E | 21 | A9 | 3C | 2A |
| Octal | 52 | 252 | 222 | 113 | 0 | 16 | 41 | 251 | 74 | 52 |
| Binary | 101010 | 10101010 | 10010010 | 1001011 | 0 | 1110 | 100001 | 10101001 | 111100 | 101010 |
Color Harmonies of #2AAA92
Complementary color
Monochromatic Colors of #2AAA92
Black with #2AAA92
Text Example
Text Example
White with #2AAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA92; }
p { color: rgb(42,170,146); }
H1.HeaderClassName
{
color: #2AAA92;
}
.AnyTagClassName
{
color: #2AAA92;
}
</style>
background-color css
<style>
a { background-color: #2AAA92; }
a { background-color: rgb(42,170,146); }
div.DivClassName
{
background-color: #2AAA92;
}
.BgClassName
{
background-color: #2AAA92;
}
</style>
border-color css
<style>
span { border-color: #2AAA92; }
span { border-color: rgb(42,170,146); }
td.TdClassName
{
border-color: #2AAA92;
}
.TagClassName
{
border-color: #2AAA92;
}
</style>