Shades of Niagara #31A093
Tints of Niagara #31A093
RGB
CMYK
RGB Variations
Color information
#31A093 (or 0x31A093) is known color: Niagara. HEX triplet: 31, A0 and 93. RGB value is (49,160,147). Sum of RGB (Red+Green+Blue) = 49+160+147=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #31A093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A093 is #CE5F6C. Grayscale: #7D7D7D. Windows color (decimal): -13524845 or 9674801. OLE color: 9674801.
HSL color Cylindrical-coordinate representation of color #31A093: hue angle of 172.97º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A093 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 147 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.37 |
| HSL | 172.97º | 0.53% | 0.41% | - |
| HSV(B) | 172.97º | 0.69% | 0.63% | - |
| XYZ | 19.1 | 27.9 | 31.98 | - |
| YUV | 125.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 147 | 0.69 | 0 | 0.08 | 0.37 | 172.97 | 0.53 | 0.41 |
| Hex | 31 | A0 | 93 | 45 | 0 | 8 | 25 | AD | 35 | 29 |
| Octal | 61 | 240 | 223 | 105 | 0 | 10 | 45 | 255 | 65 | 51 |
| Binary | 110001 | 10100000 | 10010011 | 1000101 | 0 | 1000 | 100101 | 10101101 | 110101 | 101001 |
Color Harmonies of #31A093
Complementary color
Monochromatic Colors of #31A093
Black with #31A093
Text Example
Text Example
White with #31A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A093; }
p { color: rgb(49,160,147); }
H1.HeaderClassName
{
color: #31A093;
}
.AnyTagClassName
{
color: #31A093;
}
</style>
background-color css
<style>
a { background-color: #31A093; }
a { background-color: rgb(49,160,147); }
div.DivClassName
{
background-color: #31A093;
}
.BgClassName
{
background-color: #31A093;
}
</style>
border-color css
<style>
span { border-color: #31A093; }
span { border-color: rgb(49,160,147); }
td.TdClassName
{
border-color: #31A093;
}
.TagClassName
{
border-color: #31A093;
}
</style>