Shades of Niagara #2AAC96
Tints of Niagara #2AAC96
RGB
CMYK
RGB Variations
Color information
#2AAC96 (or 0x2AAC96) is known color: Niagara. HEX triplet: 2A, AC and 96. RGB value is (42,172,150). Sum of RGB (Red+Green+Blue) = 42+172+150=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAC96 is #D55369. Grayscale: #828282. Windows color (decimal): -13980522 or 9874474. OLE color: 9874474.
HSL color Cylindrical-coordinate representation of color #2AAC96: hue angle of 169.85º 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 #2AAC96 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 150 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.33 |
| HSL | 169.85º | 0.61% | 0.42% | - |
| HSV(B) | 169.85º | 0.76% | 0.67% | - |
| XYZ | 21.21 | 32.2 | 33.95 | - |
| YUV | 130.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 150 | 0.76 | 0 | 0.13 | 0.33 | 169.85 | 0.61 | 0.42 |
| Hex | 2A | AC | 96 | 4C | 0 | D | 21 | AA | 3D | 2A |
| Octal | 52 | 254 | 226 | 114 | 0 | 15 | 41 | 252 | 75 | 52 |
| Binary | 101010 | 10101100 | 10010110 | 1001100 | 0 | 1101 | 100001 | 10101010 | 111101 | 101010 |
Color Harmonies of #2AAC96
Complementary color
Monochromatic Colors of #2AAC96
Black with #2AAC96
Text Example
Text Example
White with #2AAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC96; }
p { color: rgb(42,172,150); }
H1.HeaderClassName
{
color: #2AAC96;
}
.AnyTagClassName
{
color: #2AAC96;
}
</style>
background-color css
<style>
a { background-color: #2AAC96; }
a { background-color: rgb(42,172,150); }
div.DivClassName
{
background-color: #2AAC96;
}
.BgClassName
{
background-color: #2AAC96;
}
</style>
border-color css
<style>
span { border-color: #2AAC96; }
span { border-color: rgb(42,172,150); }
td.TdClassName
{
border-color: #2AAC96;
}
.TagClassName
{
border-color: #2AAC96;
}
</style>