Shades of Niagara #31A798
Tints of Niagara #31A798
RGB
CMYK
RGB Variations
Color information
#31A798 (or 0x31A798) is known color: Niagara. HEX triplet: 31, A7 and 98. RGB value is (49,167,152). Sum of RGB (Red+Green+Blue) = 49+167+152=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #31A798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A798 is #CE5867. Grayscale: #818181. Windows color (decimal): -13523048 or 10004273. OLE color: 10004273.
HSL color Cylindrical-coordinate representation of color #31A798: hue angle of 172.37º 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 #31A798 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 152 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.35 |
| HSL | 172.37º | 0.55% | 0.42% | - |
| HSV(B) | 172.37º | 0.71% | 0.65% | - |
| XYZ | 20.75 | 30.56 | 34.51 | - |
| YUV | 130.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 152 | 0.71 | 0 | 0.09 | 0.35 | 172.37 | 0.55 | 0.42 |
| Hex | 31 | A7 | 98 | 47 | 0 | 9 | 23 | AC | 37 | 2A |
| Octal | 61 | 247 | 230 | 107 | 0 | 11 | 43 | 254 | 67 | 52 |
| Binary | 110001 | 10100111 | 10011000 | 1000111 | 0 | 1001 | 100011 | 10101100 | 110111 | 101010 |
Color Harmonies of #31A798
Complementary color
Monochromatic Colors of #31A798
Black with #31A798
Text Example
Text Example
White with #31A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A798; }
p { color: rgb(49,167,152); }
H1.HeaderClassName
{
color: #31A798;
}
.AnyTagClassName
{
color: #31A798;
}
</style>
background-color css
<style>
a { background-color: #31A798; }
a { background-color: rgb(49,167,152); }
div.DivClassName
{
background-color: #31A798;
}
.BgClassName
{
background-color: #31A798;
}
</style>
border-color css
<style>
span { border-color: #31A798; }
span { border-color: rgb(49,167,152); }
td.TdClassName
{
border-color: #31A798;
}
.TagClassName
{
border-color: #31A798;
}
</style>