Shades of Niagara #31B699
Tints of Niagara #31B699
RGB
CMYK
RGB Variations
Color information
#31B699 (or 0x31B699) is known color: Niagara. HEX triplet: 31, B6 and 99. RGB value is (49,182,153). Sum of RGB (Red+Green+Blue) = 49+182+153=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #31B699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B699 is #CE4966. Grayscale: #8A8A8A. Windows color (decimal): -13519207 or 10073649. OLE color: 10073649.
HSL color Cylindrical-coordinate representation of color #31B699: hue angle of 166.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B699 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 182 | 153 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.29 |
| HSL | 166.92º | 0.58% | 0.45% | - |
| HSV(B) | 166.92º | 0.73% | 0.71% | - |
| XYZ | 23.74 | 36.41 | 35.91 | - |
| YUV | 138.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 182 | 153 | 0.73 | 0 | 0.16 | 0.29 | 166.92 | 0.58 | 0.45 |
| Hex | 31 | B6 | 99 | 49 | 0 | 10 | 1D | A7 | 3A | 2D |
| Octal | 61 | 266 | 231 | 111 | 0 | 20 | 35 | 247 | 72 | 55 |
| Binary | 110001 | 10110110 | 10011001 | 1001001 | 0 | 10000 | 11101 | 10100111 | 111010 | 101101 |
Color Harmonies of #31B699
Complementary color
Monochromatic Colors of #31B699
Black with #31B699
Text Example
Text Example
White with #31B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B699; }
p { color: rgb(49,182,153); }
H1.HeaderClassName
{
color: #31B699;
}
.AnyTagClassName
{
color: #31B699;
}
</style>
background-color css
<style>
a { background-color: #31B699; }
a { background-color: rgb(49,182,153); }
div.DivClassName
{
background-color: #31B699;
}
.BgClassName
{
background-color: #31B699;
}
</style>
border-color css
<style>
span { border-color: #31B699; }
span { border-color: rgb(49,182,153); }
td.TdClassName
{
border-color: #31B699;
}
.TagClassName
{
border-color: #31B699;
}
</style>