Shades of Niagara #31A490
Tints of Niagara #31A490
RGB
CMYK
RGB Variations
Color information
#31A490 (or 0x31A490) is known color: Niagara. HEX triplet: 31, A4 and 90. RGB value is (49,164,144). Sum of RGB (Red+Green+Blue) = 49+164+144=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #31A490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A490 is #CE5B6F. Grayscale: #7F7F7F. Windows color (decimal): -13523824 or 9479217. OLE color: 9479217.
HSL color Cylindrical-coordinate representation of color #31A490: hue angle of 169.57º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A490 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 144 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.36 |
| HSL | 169.57º | 0.54% | 0.42% | - |
| HSV(B) | 169.57º | 0.7% | 0.64% | - |
| XYZ | 19.58 | 29.22 | 30.99 | - |
| YUV | 127.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 144 | 0.70 | 0 | 0.12 | 0.36 | 169.57 | 0.54 | 0.42 |
| Hex | 31 | A4 | 90 | 46 | 0 | C | 24 | AA | 36 | 2A |
| Octal | 61 | 244 | 220 | 106 | 0 | 14 | 44 | 252 | 66 | 52 |
| Binary | 110001 | 10100100 | 10010000 | 1000110 | 0 | 1100 | 100100 | 10101010 | 110110 | 101010 |
Color Harmonies of #31A490
Complementary color
Monochromatic Colors of #31A490
Black with #31A490
Text Example
Text Example
White with #31A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A490; }
p { color: rgb(49,164,144); }
H1.HeaderClassName
{
color: #31A490;
}
.AnyTagClassName
{
color: #31A490;
}
</style>
background-color css
<style>
a { background-color: #31A490; }
a { background-color: rgb(49,164,144); }
div.DivClassName
{
background-color: #31A490;
}
.BgClassName
{
background-color: #31A490;
}
</style>
border-color css
<style>
span { border-color: #31A490; }
span { border-color: rgb(49,164,144); }
td.TdClassName
{
border-color: #31A490;
}
.TagClassName
{
border-color: #31A490;
}
</style>