Shades of Niagara #2FA48E
Tints of Niagara #2FA48E
RGB
CMYK
RGB Variations
Color information
#2FA48E (or 0x2FA48E) is known color: Niagara. HEX triplet: 2F, A4 and 8E. RGB value is (47,164,142). Sum of RGB (Red+Green+Blue) = 47+164+142=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA48E is #D05B71. Grayscale: #7E7E7E. Windows color (decimal): -13654898 or 9348143. OLE color: 9348143.
HSL color Cylindrical-coordinate representation of color #2FA48E: hue angle of 168.72º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA48E is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 142 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.36 |
| HSL | 168.72º | 0.55% | 0.41% | - |
| HSV(B) | 168.72º | 0.71% | 0.64% | - |
| XYZ | 19.33 | 29.11 | 30.19 | - |
| YUV | 126.51 | 136.74 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 142 | 0.71 | 0 | 0.13 | 0.36 | 168.72 | 0.55 | 0.41 |
| Hex | 2F | A4 | 8E | 47 | 0 | D | 24 | A9 | 37 | 29 |
| Octal | 57 | 244 | 216 | 107 | 0 | 15 | 44 | 251 | 67 | 51 |
| Binary | 101111 | 10100100 | 10001110 | 1000111 | 0 | 1101 | 100100 | 10101001 | 110111 | 101001 |
Color Harmonies of #2FA48E
Complementary color
Monochromatic Colors of #2FA48E
Black with #2FA48E
Text Example
Text Example
White with #2FA48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA48E; }
p { color: rgb(47,164,142); }
H1.HeaderClassName
{
color: #2FA48E;
}
.AnyTagClassName
{
color: #2FA48E;
}
</style>
background-color css
<style>
a { background-color: #2FA48E; }
a { background-color: rgb(47,164,142); }
div.DivClassName
{
background-color: #2FA48E;
}
.BgClassName
{
background-color: #2FA48E;
}
</style>
border-color css
<style>
span { border-color: #2FA48E; }
span { border-color: rgb(47,164,142); }
td.TdClassName
{
border-color: #2FA48E;
}
.TagClassName
{
border-color: #2FA48E;
}
</style>