Shades of Niagara #2FA68C
Tints of Niagara #2FA68C
RGB
CMYK
RGB Variations
Color information
#2FA68C (or 0x2FA68C) is known color: Niagara. HEX triplet: 2F, A6 and 8C. RGB value is (47,166,140). Sum of RGB (Red+Green+Blue) = 47+166+140=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA68C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA68C is #D05973. Grayscale: #7F7F7F. Windows color (decimal): -13654388 or 9217583. OLE color: 9217583.
HSL color Cylindrical-coordinate representation of color #2FA68C: hue angle of 166.89º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA68C is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 140 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.35 |
| HSL | 166.89º | 0.56% | 0.42% | - |
| HSV(B) | 166.89º | 0.72% | 0.65% | - |
| XYZ | 19.54 | 29.77 | 29.53 | - |
| YUV | 127.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 140 | 0.72 | 0 | 0.16 | 0.35 | 166.89 | 0.56 | 0.42 |
| Hex | 2F | A6 | 8C | 48 | 0 | 10 | 23 | A7 | 38 | 2A |
| Octal | 57 | 246 | 214 | 110 | 0 | 20 | 43 | 247 | 70 | 52 |
| Binary | 101111 | 10100110 | 10001100 | 1001000 | 0 | 10000 | 100011 | 10100111 | 111000 | 101010 |
Color Harmonies of #2FA68C
Complementary color
Monochromatic Colors of #2FA68C
Black with #2FA68C
Text Example
Text Example
White with #2FA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA68C; }
p { color: rgb(47,166,140); }
H1.HeaderClassName
{
color: #2FA68C;
}
.AnyTagClassName
{
color: #2FA68C;
}
</style>
background-color css
<style>
a { background-color: #2FA68C; }
a { background-color: rgb(47,166,140); }
div.DivClassName
{
background-color: #2FA68C;
}
.BgClassName
{
background-color: #2FA68C;
}
</style>
border-color css
<style>
span { border-color: #2FA68C; }
span { border-color: rgb(47,166,140); }
td.TdClassName
{
border-color: #2FA68C;
}
.TagClassName
{
border-color: #2FA68C;
}
</style>