Shades of Niagara #2FB994
Tints of Niagara #2FB994
RGB
CMYK
RGB Variations
Color information
#2FB994 (or 0x2FB994) is known color: Niagara. HEX triplet: 2F, B9 and 94. RGB value is (47,185,148). Sum of RGB (Red+Green+Blue) = 47+185+148=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB994 is #D0466B. Grayscale: #8B8B8B. Windows color (decimal): -13649516 or 9746735. OLE color: 9746735.
HSL color Cylindrical-coordinate representation of color #2FB994: hue angle of 163.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB994 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 148 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.27 |
| HSL | 163.91º | 0.59% | 0.45% | - |
| HSV(B) | 163.91º | 0.75% | 0.73% | - |
| XYZ | 23.87 | 37.44 | 33.99 | - |
| YUV | 139.52 | 132.78 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 148 | 0.75 | 0 | 0.20 | 0.27 | 163.91 | 0.59 | 0.45 |
| Hex | 2F | B9 | 94 | 4B | 0 | 14 | 1B | A4 | 3B | 2D |
| Octal | 57 | 271 | 224 | 113 | 0 | 24 | 33 | 244 | 73 | 55 |
| Binary | 101111 | 10111001 | 10010100 | 1001011 | 0 | 10100 | 11011 | 10100100 | 111011 | 101101 |
Color Harmonies of #2FB994
Complementary color
Monochromatic Colors of #2FB994
Black with #2FB994
Text Example
Text Example
White with #2FB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB994; }
p { color: rgb(47,185,148); }
H1.HeaderClassName
{
color: #2FB994;
}
.AnyTagClassName
{
color: #2FB994;
}
</style>
background-color css
<style>
a { background-color: #2FB994; }
a { background-color: rgb(47,185,148); }
div.DivClassName
{
background-color: #2FB994;
}
.BgClassName
{
background-color: #2FB994;
}
</style>
border-color css
<style>
span { border-color: #2FB994; }
span { border-color: rgb(47,185,148); }
td.TdClassName
{
border-color: #2FB994;
}
.TagClassName
{
border-color: #2FB994;
}
</style>