Shades of Niagara #2FAF8D
Tints of Niagara #2FAF8D
RGB
CMYK
RGB Variations
Color information
#2FAF8D (or 0x2FAF8D) is known color: Niagara. HEX triplet: 2F, AF and 8D. RGB value is (47,175,141). Sum of RGB (Red+Green+Blue) = 47+175+141=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAF8D is #D05072. Grayscale: #848484. Windows color (decimal): -13652083 or 9285423. OLE color: 9285423.
HSL color Cylindrical-coordinate representation of color #2FAF8D: hue angle of 164.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF8D is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 141 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.31 |
| HSL | 164.06º | 0.58% | 0.44% | - |
| HSV(B) | 164.06º | 0.73% | 0.69% | - |
| XYZ | 21.31 | 33.19 | 30.48 | - |
| YUV | 132.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 141 | 0.73 | 0 | 0.19 | 0.31 | 164.06 | 0.58 | 0.44 |
| Hex | 2F | AF | 8D | 49 | 0 | 13 | 1F | A4 | 3A | 2C |
| Octal | 57 | 257 | 215 | 111 | 0 | 23 | 37 | 244 | 72 | 54 |
| Binary | 101111 | 10101111 | 10001101 | 1001001 | 0 | 10011 | 11111 | 10100100 | 111010 | 101100 |
Color Harmonies of #2FAF8D
Complementary color
Monochromatic Colors of #2FAF8D
Black with #2FAF8D
Text Example
Text Example
White with #2FAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF8D; }
p { color: rgb(47,175,141); }
H1.HeaderClassName
{
color: #2FAF8D;
}
.AnyTagClassName
{
color: #2FAF8D;
}
</style>
background-color css
<style>
a { background-color: #2FAF8D; }
a { background-color: rgb(47,175,141); }
div.DivClassName
{
background-color: #2FAF8D;
}
.BgClassName
{
background-color: #2FAF8D;
}
</style>
border-color css
<style>
span { border-color: #2FAF8D; }
span { border-color: rgb(47,175,141); }
td.TdClassName
{
border-color: #2FAF8D;
}
.TagClassName
{
border-color: #2FAF8D;
}
</style>