Shades of Niagara #31A892
Tints of Niagara #31A892
RGB
CMYK
RGB Variations
Color information
#31A892 (or 0x31A892) is known color: Niagara. HEX triplet: 31, A8 and 92. RGB value is (49,168,146). Sum of RGB (Red+Green+Blue) = 49+168+146=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #31A892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A892 is #CE576D. Grayscale: #818181. Windows color (decimal): -13522798 or 9611313. OLE color: 9611313.
HSL color Cylindrical-coordinate representation of color #31A892: hue angle of 168.91º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A892 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 146 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.34 |
| HSL | 168.91º | 0.55% | 0.43% | - |
| HSV(B) | 168.91º | 0.71% | 0.66% | - |
| XYZ | 20.46 | 30.73 | 32.05 | - |
| YUV | 129.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 146 | 0.71 | 0 | 0.13 | 0.34 | 168.91 | 0.55 | 0.43 |
| Hex | 31 | A8 | 92 | 47 | 0 | D | 22 | A9 | 37 | 2B |
| Octal | 61 | 250 | 222 | 107 | 0 | 15 | 42 | 251 | 67 | 53 |
| Binary | 110001 | 10101000 | 10010010 | 1000111 | 0 | 1101 | 100010 | 10101001 | 110111 | 101011 |
Color Harmonies of #31A892
Complementary color
Monochromatic Colors of #31A892
Black with #31A892
Text Example
Text Example
White with #31A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A892; }
p { color: rgb(49,168,146); }
H1.HeaderClassName
{
color: #31A892;
}
.AnyTagClassName
{
color: #31A892;
}
</style>
background-color css
<style>
a { background-color: #31A892; }
a { background-color: rgb(49,168,146); }
div.DivClassName
{
background-color: #31A892;
}
.BgClassName
{
background-color: #31A892;
}
</style>
border-color css
<style>
span { border-color: #31A892; }
span { border-color: rgb(49,168,146); }
td.TdClassName
{
border-color: #31A892;
}
.TagClassName
{
border-color: #31A892;
}
</style>