Shades of Niagara #31B192
Tints of Niagara #31B192
RGB
CMYK
RGB Variations
Color information
#31B192 (or 0x31B192) is known color: Niagara. HEX triplet: 31, B1 and 92. RGB value is (49,177,146). Sum of RGB (Red+Green+Blue) = 49+177+146=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #31B192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B192 is #CE4E6D. Grayscale: #878787. Windows color (decimal): -13520494 or 9613617. OLE color: 9613617.
HSL color Cylindrical-coordinate representation of color #31B192: hue angle of 165.47º 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 #31B192 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 146 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.31 |
| HSL | 165.47º | 0.57% | 0.44% | - |
| HSV(B) | 165.47º | 0.72% | 0.69% | - |
| XYZ | 22.18 | 34.17 | 32.62 | - |
| YUV | 135.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 146 | 0.72 | 0 | 0.18 | 0.31 | 165.47 | 0.57 | 0.44 |
| Hex | 31 | B1 | 92 | 48 | 0 | 12 | 1F | A5 | 39 | 2C |
| Octal | 61 | 261 | 222 | 110 | 0 | 22 | 37 | 245 | 71 | 54 |
| Binary | 110001 | 10110001 | 10010010 | 1001000 | 0 | 10010 | 11111 | 10100101 | 111001 | 101100 |
Color Harmonies of #31B192
Complementary color
Monochromatic Colors of #31B192
Black with #31B192
Text Example
Text Example
White with #31B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B192; }
p { color: rgb(49,177,146); }
H1.HeaderClassName
{
color: #31B192;
}
.AnyTagClassName
{
color: #31B192;
}
</style>
background-color css
<style>
a { background-color: #31B192; }
a { background-color: rgb(49,177,146); }
div.DivClassName
{
background-color: #31B192;
}
.BgClassName
{
background-color: #31B192;
}
</style>
border-color css
<style>
span { border-color: #31B192; }
span { border-color: rgb(49,177,146); }
td.TdClassName
{
border-color: #31B192;
}
.TagClassName
{
border-color: #31B192;
}
</style>