Shades of Niagara #31A192
Tints of Niagara #31A192
RGB
CMYK
RGB Variations
Color information
#31A192 (or 0x31A192) is known color: Niagara. HEX triplet: 31, A1 and 92. RGB value is (49,161,146). Sum of RGB (Red+Green+Blue) = 49+161+146=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #31A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A192 is #CE5E6D. Grayscale: #7D7D7D. Windows color (decimal): -13524590 or 9609521. OLE color: 9609521.
HSL color Cylindrical-coordinate representation of color #31A192: hue angle of 171.96º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A192 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 146 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.37 |
| HSL | 171.96º | 0.53% | 0.41% | - |
| HSV(B) | 171.96º | 0.7% | 0.63% | - |
| XYZ | 19.2 | 28.22 | 31.63 | - |
| YUV | 125.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 146 | 0.70 | 0 | 0.09 | 0.37 | 171.96 | 0.53 | 0.41 |
| Hex | 31 | A1 | 92 | 46 | 0 | 9 | 25 | AC | 35 | 29 |
| Octal | 61 | 241 | 222 | 106 | 0 | 11 | 45 | 254 | 65 | 51 |
| Binary | 110001 | 10100001 | 10010010 | 1000110 | 0 | 1001 | 100101 | 10101100 | 110101 | 101001 |
Color Harmonies of #31A192
Complementary color
Monochromatic Colors of #31A192
Black with #31A192
Text Example
Text Example
White with #31A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A192; }
p { color: rgb(49,161,146); }
H1.HeaderClassName
{
color: #31A192;
}
.AnyTagClassName
{
color: #31A192;
}
</style>
background-color css
<style>
a { background-color: #31A192; }
a { background-color: rgb(49,161,146); }
div.DivClassName
{
background-color: #31A192;
}
.BgClassName
{
background-color: #31A192;
}
</style>
border-color css
<style>
span { border-color: #31A192; }
span { border-color: rgb(49,161,146); }
td.TdClassName
{
border-color: #31A192;
}
.TagClassName
{
border-color: #31A192;
}
</style>