Shades of Niagara #2FA88C
Tints of Niagara #2FA88C
RGB
CMYK
RGB Variations
Color information
#2FA88C (or 0x2FA88C) is known color: Niagara. HEX triplet: 2F, A8 and 8C. RGB value is (47,168,140). Sum of RGB (Red+Green+Blue) = 47+168+140=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA88C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA88C is #D05773. Grayscale: #808080. Windows color (decimal): -13653876 or 9218095. OLE color: 9218095.
HSL color Cylindrical-coordinate representation of color #2FA88C: hue angle of 166.12º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA88C is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 140 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.34 |
| HSL | 166.12º | 0.56% | 0.42% | - |
| HSV(B) | 166.12º | 0.72% | 0.66% | - |
| XYZ | 19.91 | 30.5 | 29.65 | - |
| YUV | 128.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 140 | 0.72 | 0 | 0.17 | 0.34 | 166.12 | 0.56 | 0.42 |
| Hex | 2F | A8 | 8C | 48 | 0 | 11 | 22 | A6 | 38 | 2A |
| Octal | 57 | 250 | 214 | 110 | 0 | 21 | 42 | 246 | 70 | 52 |
| Binary | 101111 | 10101000 | 10001100 | 1001000 | 0 | 10001 | 100010 | 10100110 | 111000 | 101010 |
Color Harmonies of #2FA88C
Complementary color
Monochromatic Colors of #2FA88C
Black with #2FA88C
Text Example
Text Example
White with #2FA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA88C; }
p { color: rgb(47,168,140); }
H1.HeaderClassName
{
color: #2FA88C;
}
.AnyTagClassName
{
color: #2FA88C;
}
</style>
background-color css
<style>
a { background-color: #2FA88C; }
a { background-color: rgb(47,168,140); }
div.DivClassName
{
background-color: #2FA88C;
}
.BgClassName
{
background-color: #2FA88C;
}
</style>
border-color css
<style>
span { border-color: #2FA88C; }
span { border-color: rgb(47,168,140); }
td.TdClassName
{
border-color: #2FA88C;
}
.TagClassName
{
border-color: #2FA88C;
}
</style>