Shades of Niagara #31A792
Tints of Niagara #31A792
RGB
CMYK
RGB Variations
Color information
#31A792 (or 0x31A792) is known color: Niagara. HEX triplet: 31, A7 and 92. RGB value is (49,167,146). Sum of RGB (Red+Green+Blue) = 49+167+146=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #31A792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A792 is #CE586D. Grayscale: #818181. Windows color (decimal): -13523054 or 9611057. OLE color: 9611057.
HSL color Cylindrical-coordinate representation of color #31A792: hue angle of 169.32º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A792 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 146 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.35 |
| HSL | 169.32º | 0.55% | 0.42% | - |
| HSV(B) | 169.32º | 0.71% | 0.65% | - |
| XYZ | 20.27 | 30.37 | 31.99 | - |
| YUV | 129.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 146 | 0.71 | 0 | 0.13 | 0.35 | 169.32 | 0.55 | 0.42 |
| Hex | 31 | A7 | 92 | 47 | 0 | D | 23 | A9 | 37 | 2A |
| Octal | 61 | 247 | 222 | 107 | 0 | 15 | 43 | 251 | 67 | 52 |
| Binary | 110001 | 10100111 | 10010010 | 1000111 | 0 | 1101 | 100011 | 10101001 | 110111 | 101010 |
Color Harmonies of #31A792
Complementary color
Monochromatic Colors of #31A792
Black with #31A792
Text Example
Text Example
White with #31A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A792; }
p { color: rgb(49,167,146); }
H1.HeaderClassName
{
color: #31A792;
}
.AnyTagClassName
{
color: #31A792;
}
</style>
background-color css
<style>
a { background-color: #31A792; }
a { background-color: rgb(49,167,146); }
div.DivClassName
{
background-color: #31A792;
}
.BgClassName
{
background-color: #31A792;
}
</style>
border-color css
<style>
span { border-color: #31A792; }
span { border-color: rgb(49,167,146); }
td.TdClassName
{
border-color: #31A792;
}
.TagClassName
{
border-color: #31A792;
}
</style>