Shades of Niagara #2FAA9A
Tints of Niagara #2FAA9A
RGB
CMYK
RGB Variations
Color information
#2FAA9A (or 0x2FAA9A) is known color: Niagara. HEX triplet: 2F, AA and 9A. RGB value is (47,170,154). Sum of RGB (Red+Green+Blue) = 47+170+154=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA9A is #D05565. Grayscale: #838383. Windows color (decimal): -13653350 or 10136111. OLE color: 10136111.
HSL color Cylindrical-coordinate representation of color #2FAA9A: hue angle of 172.2º 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 #2FAA9A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 154 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.33 |
| HSL | 172.2º | 0.57% | 0.43% | - |
| HSV(B) | 172.2º | 0.72% | 0.67% | - |
| XYZ | 21.38 | 31.69 | 35.56 | - |
| YUV | 131.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 154 | 0.72 | 0 | 0.09 | 0.33 | 172.2 | 0.57 | 0.43 |
| Hex | 2F | AA | 9A | 48 | 0 | 9 | 21 | AC | 39 | 2B |
| Octal | 57 | 252 | 232 | 110 | 0 | 11 | 41 | 254 | 71 | 53 |
| Binary | 101111 | 10101010 | 10011010 | 1001000 | 0 | 1001 | 100001 | 10101100 | 111001 | 101011 |
Color Harmonies of #2FAA9A
Complementary color
Monochromatic Colors of #2FAA9A
Black with #2FAA9A
Text Example
Text Example
White with #2FAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA9A; }
p { color: rgb(47,170,154); }
H1.HeaderClassName
{
color: #2FAA9A;
}
.AnyTagClassName
{
color: #2FAA9A;
}
</style>
background-color css
<style>
a { background-color: #2FAA9A; }
a { background-color: rgb(47,170,154); }
div.DivClassName
{
background-color: #2FAA9A;
}
.BgClassName
{
background-color: #2FAA9A;
}
</style>
border-color css
<style>
span { border-color: #2FAA9A; }
span { border-color: rgb(47,170,154); }
td.TdClassName
{
border-color: #2FAA9A;
}
.TagClassName
{
border-color: #2FAA9A;
}
</style>