Shades of Niagara #2FAF8F
Tints of Niagara #2FAF8F
RGB
CMYK
RGB Variations
Color information
#2FAF8F (or 0x2FAF8F) is known color: Niagara. HEX triplet: 2F, AF and 8F. RGB value is (47,175,143). Sum of RGB (Red+Green+Blue) = 47+175+143=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAF8F is #D05070. Grayscale: #858585. Windows color (decimal): -13652081 or 9416495. OLE color: 9416495.
HSL color Cylindrical-coordinate representation of color #2FAF8F: hue angle of 165º 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 #2FAF8F is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 143 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.31 |
| HSL | 165º | 0.58% | 0.44% | - |
| HSV(B) | 165º | 0.73% | 0.69% | - |
| XYZ | 21.46 | 33.25 | 31.27 | - |
| YUV | 133.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 143 | 0.73 | 0 | 0.18 | 0.31 | 165 | 0.58 | 0.44 |
| Hex | 2F | AF | 8F | 49 | 0 | 12 | 1F | A5 | 3A | 2C |
| Octal | 57 | 257 | 217 | 111 | 0 | 22 | 37 | 245 | 72 | 54 |
| Binary | 101111 | 10101111 | 10001111 | 1001001 | 0 | 10010 | 11111 | 10100101 | 111010 | 101100 |
Color Harmonies of #2FAF8F
Complementary color
Monochromatic Colors of #2FAF8F
Black with #2FAF8F
Text Example
Text Example
White with #2FAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF8F; }
p { color: rgb(47,175,143); }
H1.HeaderClassName
{
color: #2FAF8F;
}
.AnyTagClassName
{
color: #2FAF8F;
}
</style>
background-color css
<style>
a { background-color: #2FAF8F; }
a { background-color: rgb(47,175,143); }
div.DivClassName
{
background-color: #2FAF8F;
}
.BgClassName
{
background-color: #2FAF8F;
}
</style>
border-color css
<style>
span { border-color: #2FAF8F; }
span { border-color: rgb(47,175,143); }
td.TdClassName
{
border-color: #2FAF8F;
}
.TagClassName
{
border-color: #2FAF8F;
}
</style>