Shades of Niagara #2FAA99
Tints of Niagara #2FAA99
RGB
CMYK
RGB Variations
Color information
#2FAA99 (or 0x2FAA99) is known color: Niagara. HEX triplet: 2F, AA and 99. RGB value is (47,170,153). Sum of RGB (Red+Green+Blue) = 47+170+153=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA99 is #D05566. Grayscale: #838383. Windows color (decimal): -13653351 or 10070575. OLE color: 10070575.
HSL color Cylindrical-coordinate representation of color #2FAA99: hue angle of 171.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA99 is Cyan = 0.72, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 153 | - |
| CMYK | 0.72 | 0 | 0.1 | 0.33 |
| HSL | 171.71º | 0.57% | 0.43% | - |
| HSV(B) | 171.71º | 0.72% | 0.67% | - |
| XYZ | 21.3 | 31.65 | 35.12 | - |
| YUV | 131.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 153 | 0.72 | 0 | 0.1 | 0.33 | 171.71 | 0.57 | 0.43 |
| Hex | 2F | AA | 99 | 48 | 0 | A | 21 | AC | 39 | 2B |
| Octal | 57 | 252 | 231 | 110 | 0 | 12 | 41 | 254 | 71 | 53 |
| Binary | 101111 | 10101010 | 10011001 | 1001000 | 0 | 1010 | 100001 | 10101100 | 111001 | 101011 |
Color Harmonies of #2FAA99
Complementary color
Monochromatic Colors of #2FAA99
Black with #2FAA99
Text Example
Text Example
White with #2FAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA99; }
p { color: rgb(47,170,153); }
H1.HeaderClassName
{
color: #2FAA99;
}
.AnyTagClassName
{
color: #2FAA99;
}
</style>
background-color css
<style>
a { background-color: #2FAA99; }
a { background-color: rgb(47,170,153); }
div.DivClassName
{
background-color: #2FAA99;
}
.BgClassName
{
background-color: #2FAA99;
}
</style>
border-color css
<style>
span { border-color: #2FAA99; }
span { border-color: rgb(47,170,153); }
td.TdClassName
{
border-color: #2FAA99;
}
.TagClassName
{
border-color: #2FAA99;
}
</style>