Shades of Niagara #31B18E
Tints of Niagara #31B18E
RGB
CMYK
RGB Variations
Color information
#31B18E (or 0x31B18E) is known color: Niagara. HEX triplet: 31, B1 and 8E. RGB value is (49,177,142). Sum of RGB (Red+Green+Blue) = 49+177+142=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #31B18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B18E is #CE4E71. Grayscale: #868686. Windows color (decimal): -13520498 or 9351473. OLE color: 9351473.
HSL color Cylindrical-coordinate representation of color #31B18E: hue angle of 163.59º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B18E is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 142 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.31 |
| HSL | 163.59º | 0.57% | 0.44% | - |
| HSV(B) | 163.59º | 0.72% | 0.69% | - |
| XYZ | 21.87 | 34.05 | 31.01 | - |
| YUV | 134.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 142 | 0.72 | 0 | 0.20 | 0.31 | 163.59 | 0.57 | 0.44 |
| Hex | 31 | B1 | 8E | 48 | 0 | 14 | 1F | A4 | 39 | 2C |
| Octal | 61 | 261 | 216 | 110 | 0 | 24 | 37 | 244 | 71 | 54 |
| Binary | 110001 | 10110001 | 10001110 | 1001000 | 0 | 10100 | 11111 | 10100100 | 111001 | 101100 |
Color Harmonies of #31B18E
Complementary color
Monochromatic Colors of #31B18E
Black with #31B18E
Text Example
Text Example
White with #31B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B18E; }
p { color: rgb(49,177,142); }
H1.HeaderClassName
{
color: #31B18E;
}
.AnyTagClassName
{
color: #31B18E;
}
</style>
background-color css
<style>
a { background-color: #31B18E; }
a { background-color: rgb(49,177,142); }
div.DivClassName
{
background-color: #31B18E;
}
.BgClassName
{
background-color: #31B18E;
}
</style>
border-color css
<style>
span { border-color: #31B18E; }
span { border-color: rgb(49,177,142); }
td.TdClassName
{
border-color: #31B18E;
}
.TagClassName
{
border-color: #31B18E;
}
</style>