Shades of Niagara #2AAC92
Tints of Niagara #2AAC92
RGB
CMYK
RGB Variations
Color information
#2AAC92 (or 0x2AAC92) is known color: Niagara. HEX triplet: 2A, AC and 92. RGB value is (42,172,146). Sum of RGB (Red+Green+Blue) = 42+172+146=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAC92 is #D5536D. Grayscale: #828282. Windows color (decimal): -13980526 or 9612330. OLE color: 9612330.
HSL color Cylindrical-coordinate representation of color #2AAC92: hue angle of 168º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC92 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 146 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.33 |
| HSL | 168º | 0.61% | 0.42% | - |
| HSV(B) | 168º | 0.76% | 0.67% | - |
| XYZ | 20.9 | 32.07 | 32.28 | - |
| YUV | 130.17 | 136.93 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 146 | 0.76 | 0 | 0.15 | 0.33 | 168 | 0.61 | 0.42 |
| Hex | 2A | AC | 92 | 4C | 0 | F | 21 | A8 | 3D | 2A |
| Octal | 52 | 254 | 222 | 114 | 0 | 17 | 41 | 250 | 75 | 52 |
| Binary | 101010 | 10101100 | 10010010 | 1001100 | 0 | 1111 | 100001 | 10101000 | 111101 | 101010 |
Color Harmonies of #2AAC92
Complementary color
Monochromatic Colors of #2AAC92
Black with #2AAC92
Text Example
Text Example
White with #2AAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC92; }
p { color: rgb(42,172,146); }
H1.HeaderClassName
{
color: #2AAC92;
}
.AnyTagClassName
{
color: #2AAC92;
}
</style>
background-color css
<style>
a { background-color: #2AAC92; }
a { background-color: rgb(42,172,146); }
div.DivClassName
{
background-color: #2AAC92;
}
.BgClassName
{
background-color: #2AAC92;
}
</style>
border-color css
<style>
span { border-color: #2AAC92; }
span { border-color: rgb(42,172,146); }
td.TdClassName
{
border-color: #2AAC92;
}
.TagClassName
{
border-color: #2AAC92;
}
</style>