Shades of Niagara #2F9E8E
Tints of Niagara #2F9E8E
RGB
CMYK
RGB Variations
Color information
#2F9E8E (or 0x2F9E8E) is known color: Niagara. HEX triplet: 2F, 9E and 8E. RGB value is (47,158,142). Sum of RGB (Red+Green+Blue) = 47+158+142=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9E8E is #D06171. Grayscale: #7A7A7A. Windows color (decimal): -13656434 or 9346607. OLE color: 9346607.
HSL color Cylindrical-coordinate representation of color #2F9E8E: hue angle of 171.35º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E8E is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 158 | 142 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.38 |
| HSL | 171.35º | 0.54% | 0.4% | - |
| HSV(B) | 171.35º | 0.7% | 0.62% | - |
| XYZ | 18.28 | 27.01 | 29.84 | - |
| YUV | 122.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 158 | 142 | 0.70 | 0 | 0.10 | 0.38 | 171.35 | 0.54 | 0.4 |
| Hex | 2F | 9E | 8E | 46 | 0 | A | 26 | AB | 36 | 28 |
| Octal | 57 | 236 | 216 | 106 | 0 | 12 | 46 | 253 | 66 | 50 |
| Binary | 101111 | 10011110 | 10001110 | 1000110 | 0 | 1010 | 100110 | 10101011 | 110110 | 101000 |
Color Harmonies of #2F9E8E
Complementary color
Monochromatic Colors of #2F9E8E
Black with #2F9E8E
Text Example
Text Example
White with #2F9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9E8E; }
p { color: rgb(47,158,142); }
H1.HeaderClassName
{
color: #2F9E8E;
}
.AnyTagClassName
{
color: #2F9E8E;
}
</style>
background-color css
<style>
a { background-color: #2F9E8E; }
a { background-color: rgb(47,158,142); }
div.DivClassName
{
background-color: #2F9E8E;
}
.BgClassName
{
background-color: #2F9E8E;
}
</style>
border-color css
<style>
span { border-color: #2F9E8E; }
span { border-color: rgb(47,158,142); }
td.TdClassName
{
border-color: #2F9E8E;
}
.TagClassName
{
border-color: #2F9E8E;
}
</style>