Shades of Niagara #2AAF92
Tints of Niagara #2AAF92
RGB
CMYK
RGB Variations
Color information
#2AAF92 (or 0x2AAF92) is known color: Niagara. HEX triplet: 2A, AF and 92. RGB value is (42,175,146). Sum of RGB (Red+Green+Blue) = 42+175+146=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAF92 is #D5506D. Grayscale: #838383. Windows color (decimal): -13979758 or 9613098. OLE color: 9613098.
HSL color Cylindrical-coordinate representation of color #2AAF92: hue angle of 166.92º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAF92 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 146 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.31 |
| HSL | 166.92º | 0.61% | 0.43% | - |
| HSV(B) | 166.92º | 0.76% | 0.69% | - |
| XYZ | 21.47 | 33.23 | 32.48 | - |
| YUV | 131.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 146 | 0.76 | 0 | 0.17 | 0.31 | 166.92 | 0.61 | 0.43 |
| Hex | 2A | AF | 92 | 4C | 0 | 11 | 1F | A7 | 3D | 2B |
| Octal | 52 | 257 | 222 | 114 | 0 | 21 | 37 | 247 | 75 | 53 |
| Binary | 101010 | 10101111 | 10010010 | 1001100 | 0 | 10001 | 11111 | 10100111 | 111101 | 101011 |
Color Harmonies of #2AAF92
Complementary color
Monochromatic Colors of #2AAF92
Black with #2AAF92
Text Example
Text Example
White with #2AAF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF92; }
p { color: rgb(42,175,146); }
H1.HeaderClassName
{
color: #2AAF92;
}
.AnyTagClassName
{
color: #2AAF92;
}
</style>
background-color css
<style>
a { background-color: #2AAF92; }
a { background-color: rgb(42,175,146); }
div.DivClassName
{
background-color: #2AAF92;
}
.BgClassName
{
background-color: #2AAF92;
}
</style>
border-color css
<style>
span { border-color: #2AAF92; }
span { border-color: rgb(42,175,146); }
td.TdClassName
{
border-color: #2AAF92;
}
.TagClassName
{
border-color: #2AAF92;
}
</style>