Shades of Niagara #31A497
Tints of Niagara #31A497
RGB
CMYK
RGB Variations
Color information
#31A497 (or 0x31A497) is known color: Niagara. HEX triplet: 31, A4 and 97. RGB value is (49,164,151). Sum of RGB (Red+Green+Blue) = 49+164+151=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #31A497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A497 is #CE5B68. Grayscale: #808080. Windows color (decimal): -13523817 or 9937969. OLE color: 9937969.
HSL color Cylindrical-coordinate representation of color #31A497: hue angle of 173.22º 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 #31A497 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 151 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.36 |
| HSL | 173.22º | 0.54% | 0.42% | - |
| HSV(B) | 173.22º | 0.7% | 0.64% | - |
| XYZ | 20.13 | 29.44 | 33.9 | - |
| YUV | 128.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 151 | 0.70 | 0 | 0.08 | 0.36 | 173.22 | 0.54 | 0.42 |
| Hex | 31 | A4 | 97 | 46 | 0 | 8 | 24 | AD | 36 | 2A |
| Octal | 61 | 244 | 227 | 106 | 0 | 10 | 44 | 255 | 66 | 52 |
| Binary | 110001 | 10100100 | 10010111 | 1000110 | 0 | 1000 | 100100 | 10101101 | 110110 | 101010 |
Color Harmonies of #31A497
Complementary color
Monochromatic Colors of #31A497
Black with #31A497
Text Example
Text Example
White with #31A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A497; }
p { color: rgb(49,164,151); }
H1.HeaderClassName
{
color: #31A497;
}
.AnyTagClassName
{
color: #31A497;
}
</style>
background-color css
<style>
a { background-color: #31A497; }
a { background-color: rgb(49,164,151); }
div.DivClassName
{
background-color: #31A497;
}
.BgClassName
{
background-color: #31A497;
}
</style>
border-color css
<style>
span { border-color: #31A497; }
span { border-color: rgb(49,164,151); }
td.TdClassName
{
border-color: #31A497;
}
.TagClassName
{
border-color: #31A497;
}
</style>