Shades of Niagara #31B799
Tints of Niagara #31B799
RGB
CMYK
RGB Variations
Color information
#31B799 (or 0x31B799) is known color: Niagara. HEX triplet: 31, B7 and 99. RGB value is (49,183,153). Sum of RGB (Red+Green+Blue) = 49+183+153=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #31B799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B799 is #CE4866. Grayscale: #8B8B8B. Windows color (decimal): -13518951 or 10073905. OLE color: 10073905.
HSL color Cylindrical-coordinate representation of color #31B799: hue angle of 166.57º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B799 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 153 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.28 |
| HSL | 166.57º | 0.58% | 0.45% | - |
| HSV(B) | 166.57º | 0.73% | 0.72% | - |
| XYZ | 23.95 | 36.82 | 35.98 | - |
| YUV | 139.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 153 | 0.73 | 0 | 0.16 | 0.28 | 166.57 | 0.58 | 0.45 |
| Hex | 31 | B7 | 99 | 49 | 0 | 10 | 1C | A7 | 3A | 2D |
| Octal | 61 | 267 | 231 | 111 | 0 | 20 | 34 | 247 | 72 | 55 |
| Binary | 110001 | 10110111 | 10011001 | 1001001 | 0 | 10000 | 11100 | 10100111 | 111010 | 101101 |
Color Harmonies of #31B799
Complementary color
Monochromatic Colors of #31B799
Black with #31B799
Text Example
Text Example
White with #31B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B799; }
p { color: rgb(49,183,153); }
H1.HeaderClassName
{
color: #31B799;
}
.AnyTagClassName
{
color: #31B799;
}
</style>
background-color css
<style>
a { background-color: #31B799; }
a { background-color: rgb(49,183,153); }
div.DivClassName
{
background-color: #31B799;
}
.BgClassName
{
background-color: #31B799;
}
</style>
border-color css
<style>
span { border-color: #31B799; }
span { border-color: rgb(49,183,153); }
td.TdClassName
{
border-color: #31B799;
}
.TagClassName
{
border-color: #31B799;
}
</style>