Shades of Niagara #31B59B
Tints of Niagara #31B59B
RGB
CMYK
RGB Variations
Color information
#31B59B (or 0x31B59B) is known color: Niagara. HEX triplet: 31, B5 and 9B. RGB value is (49,181,155). Sum of RGB (Red+Green+Blue) = 49+181+155=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #31B59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B59B is #CE4A64. Grayscale: #8A8A8A. Windows color (decimal): -13519461 or 10204465. OLE color: 10204465.
HSL color Cylindrical-coordinate representation of color #31B59B: hue angle of 168.18º degrees, saturation: 0.57, 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 #31B59B is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 181 | 155 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.29 |
| HSL | 168.18º | 0.57% | 0.45% | - |
| HSV(B) | 168.18º | 0.73% | 0.71% | - |
| XYZ | 23.71 | 36.07 | 36.72 | - |
| YUV | 138.57 | 137.27 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 181 | 155 | 0.73 | 0 | 0.14 | 0.29 | 168.18 | 0.57 | 0.45 |
| Hex | 31 | B5 | 9B | 49 | 0 | E | 1D | A8 | 39 | 2D |
| Octal | 61 | 265 | 233 | 111 | 0 | 16 | 35 | 250 | 71 | 55 |
| Binary | 110001 | 10110101 | 10011011 | 1001001 | 0 | 1110 | 11101 | 10101000 | 111001 | 101101 |
Color Harmonies of #31B59B
Complementary color
Monochromatic Colors of #31B59B
Black with #31B59B
Text Example
Text Example
White with #31B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B59B; }
p { color: rgb(49,181,155); }
H1.HeaderClassName
{
color: #31B59B;
}
.AnyTagClassName
{
color: #31B59B;
}
</style>
background-color css
<style>
a { background-color: #31B59B; }
a { background-color: rgb(49,181,155); }
div.DivClassName
{
background-color: #31B59B;
}
.BgClassName
{
background-color: #31B59B;
}
</style>
border-color css
<style>
span { border-color: #31B59B; }
span { border-color: rgb(49,181,155); }
td.TdClassName
{
border-color: #31B59B;
}
.TagClassName
{
border-color: #31B59B;
}
</style>