Shades of Niagara #31A795
Tints of Niagara #31A795
RGB
CMYK
RGB Variations
Color information
#31A795 (or 0x31A795) is known color: Niagara. HEX triplet: 31, A7 and 95. RGB value is (49,167,149). Sum of RGB (Red+Green+Blue) = 49+167+149=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #31A795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A795 is #CE586A. Grayscale: #818181. Windows color (decimal): -13523051 or 9807665. OLE color: 9807665.
HSL color Cylindrical-coordinate representation of color #31A795: hue angle of 170.85º 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 #31A795 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 149 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.35 |
| HSL | 170.85º | 0.55% | 0.42% | - |
| HSV(B) | 170.85º | 0.71% | 0.65% | - |
| XYZ | 20.51 | 30.46 | 33.23 | - |
| YUV | 129.67 | 138.91 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 149 | 0.71 | 0 | 0.11 | 0.35 | 170.85 | 0.55 | 0.42 |
| Hex | 31 | A7 | 95 | 47 | 0 | B | 23 | AB | 37 | 2A |
| Octal | 61 | 247 | 225 | 107 | 0 | 13 | 43 | 253 | 67 | 52 |
| Binary | 110001 | 10100111 | 10010101 | 1000111 | 0 | 1011 | 100011 | 10101011 | 110111 | 101010 |
Color Harmonies of #31A795
Complementary color
Monochromatic Colors of #31A795
Black with #31A795
Text Example
Text Example
White with #31A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A795; }
p { color: rgb(49,167,149); }
H1.HeaderClassName
{
color: #31A795;
}
.AnyTagClassName
{
color: #31A795;
}
</style>
background-color css
<style>
a { background-color: #31A795; }
a { background-color: rgb(49,167,149); }
div.DivClassName
{
background-color: #31A795;
}
.BgClassName
{
background-color: #31A795;
}
</style>
border-color css
<style>
span { border-color: #31A795; }
span { border-color: rgb(49,167,149); }
td.TdClassName
{
border-color: #31A795;
}
.TagClassName
{
border-color: #31A795;
}
</style>