Shades of Niagara #2FB195
Tints of Niagara #2FB195
RGB
CMYK
RGB Variations
Color information
#2FB195 (or 0x2FB195) is known color: Niagara. HEX triplet: 2F, B1 and 95. RGB value is (47,177,149). Sum of RGB (Red+Green+Blue) = 47+177+149=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB195 is #D04E6A. Grayscale: #868686. Windows color (decimal): -13651563 or 9810223. OLE color: 9810223.
HSL color Cylindrical-coordinate representation of color #2FB195: hue angle of 167.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB195 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 149 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.31 |
| HSL | 167.08º | 0.58% | 0.44% | - |
| HSV(B) | 167.08º | 0.73% | 0.69% | - |
| XYZ | 22.32 | 34.22 | 33.86 | - |
| YUV | 134.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 149 | 0.73 | 0 | 0.16 | 0.31 | 167.08 | 0.58 | 0.44 |
| Hex | 2F | B1 | 95 | 49 | 0 | 10 | 1F | A7 | 3A | 2C |
| Octal | 57 | 261 | 225 | 111 | 0 | 20 | 37 | 247 | 72 | 54 |
| Binary | 101111 | 10110001 | 10010101 | 1001001 | 0 | 10000 | 11111 | 10100111 | 111010 | 101100 |
Color Harmonies of #2FB195
Complementary color
Monochromatic Colors of #2FB195
Black with #2FB195
Text Example
Text Example
White with #2FB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB195; }
p { color: rgb(47,177,149); }
H1.HeaderClassName
{
color: #2FB195;
}
.AnyTagClassName
{
color: #2FB195;
}
</style>
background-color css
<style>
a { background-color: #2FB195; }
a { background-color: rgb(47,177,149); }
div.DivClassName
{
background-color: #2FB195;
}
.BgClassName
{
background-color: #2FB195;
}
</style>
border-color css
<style>
span { border-color: #2FB195; }
span { border-color: rgb(47,177,149); }
td.TdClassName
{
border-color: #2FB195;
}
.TagClassName
{
border-color: #2FB195;
}
</style>