Shades of Niagara #2FAD8F
Tints of Niagara #2FAD8F
RGB
CMYK
RGB Variations
Color information
#2FAD8F (or 0x2FAD8F) is known color: Niagara. HEX triplet: 2F, AD and 8F. RGB value is (47,173,143). Sum of RGB (Red+Green+Blue) = 47+173+143=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAD8F is #D05270. Grayscale: #838383. Windows color (decimal): -13652593 or 9415983. OLE color: 9415983.
HSL color Cylindrical-coordinate representation of color #2FAD8F: hue angle of 165.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD8F is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 143 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.32 |
| HSL | 165.71º | 0.57% | 0.43% | - |
| HSV(B) | 165.71º | 0.73% | 0.68% | - |
| XYZ | 21.07 | 32.47 | 31.14 | - |
| YUV | 131.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 143 | 0.73 | 0 | 0.17 | 0.32 | 165.71 | 0.57 | 0.43 |
| Hex | 2F | AD | 8F | 49 | 0 | 11 | 20 | A6 | 39 | 2B |
| Octal | 57 | 255 | 217 | 111 | 0 | 21 | 40 | 246 | 71 | 53 |
| Binary | 101111 | 10101101 | 10001111 | 1001001 | 0 | 10001 | 100000 | 10100110 | 111001 | 101011 |
Color Harmonies of #2FAD8F
Complementary color
Monochromatic Colors of #2FAD8F
Black with #2FAD8F
Text Example
Text Example
White with #2FAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD8F; }
p { color: rgb(47,173,143); }
H1.HeaderClassName
{
color: #2FAD8F;
}
.AnyTagClassName
{
color: #2FAD8F;
}
</style>
background-color css
<style>
a { background-color: #2FAD8F; }
a { background-color: rgb(47,173,143); }
div.DivClassName
{
background-color: #2FAD8F;
}
.BgClassName
{
background-color: #2FAD8F;
}
</style>
border-color css
<style>
span { border-color: #2FAD8F; }
span { border-color: rgb(47,173,143); }
td.TdClassName
{
border-color: #2FAD8F;
}
.TagClassName
{
border-color: #2FAD8F;
}
</style>