Shades of Niagara #31B394
Tints of Niagara #31B394
RGB
CMYK
RGB Variations
Color information
#31B394 (or 0x31B394) is known color: Niagara. HEX triplet: 31, B3 and 94. RGB value is (49,179,148). Sum of RGB (Red+Green+Blue) = 49+179+148=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #31B394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B394 is #CE4C6B. Grayscale: #888888. Windows color (decimal): -13519980 or 9745201. OLE color: 9745201.
HSL color Cylindrical-coordinate representation of color #31B394: hue angle of 165.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B394 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 179 | 148 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.30 |
| HSL | 165.69º | 0.57% | 0.45% | - |
| HSV(B) | 165.69º | 0.73% | 0.7% | - |
| XYZ | 22.73 | 35.03 | 33.58 | - |
| YUV | 136.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 148 | 0.73 | 0 | 0.17 | 0.30 | 165.69 | 0.57 | 0.45 |
| Hex | 31 | B3 | 94 | 49 | 0 | 11 | 1E | A6 | 39 | 2D |
| Octal | 61 | 263 | 224 | 111 | 0 | 21 | 36 | 246 | 71 | 55 |
| Binary | 110001 | 10110011 | 10010100 | 1001001 | 0 | 10001 | 11110 | 10100110 | 111001 | 101101 |
Color Harmonies of #31B394
Complementary color
Monochromatic Colors of #31B394
Black with #31B394
Text Example
Text Example
White with #31B394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B394; }
p { color: rgb(49,179,148); }
H1.HeaderClassName
{
color: #31B394;
}
.AnyTagClassName
{
color: #31B394;
}
</style>
background-color css
<style>
a { background-color: #31B394; }
a { background-color: rgb(49,179,148); }
div.DivClassName
{
background-color: #31B394;
}
.BgClassName
{
background-color: #31B394;
}
</style>
border-color css
<style>
span { border-color: #31B394; }
span { border-color: rgb(49,179,148); }
td.TdClassName
{
border-color: #31B394;
}
.TagClassName
{
border-color: #31B394;
}
</style>