Shades of Niagara #31AD95
Tints of Niagara #31AD95
RGB
CMYK
RGB Variations
Color information
#31AD95 (or 0x31AD95) is known color: Niagara. HEX triplet: 31, AD and 95. RGB value is (49,173,149). Sum of RGB (Red+Green+Blue) = 49+173+149=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD95 is #CE526A. Grayscale: #858585. Windows color (decimal): -13521515 or 9809201. OLE color: 9809201.
HSL color Cylindrical-coordinate representation of color #31AD95: hue angle of 168.39º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD95 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 149 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.32 |
| HSL | 168.39º | 0.56% | 0.44% | - |
| HSV(B) | 168.39º | 0.72% | 0.68% | - |
| XYZ | 21.64 | 32.71 | 33.61 | - |
| YUV | 133.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 149 | 0.72 | 0 | 0.14 | 0.32 | 168.39 | 0.56 | 0.44 |
| Hex | 31 | AD | 95 | 48 | 0 | E | 20 | A8 | 38 | 2C |
| Octal | 61 | 255 | 225 | 110 | 0 | 16 | 40 | 250 | 70 | 54 |
| Binary | 110001 | 10101101 | 10010101 | 1001000 | 0 | 1110 | 100000 | 10101000 | 111000 | 101100 |
Color Harmonies of #31AD95
Complementary color
Monochromatic Colors of #31AD95
Black with #31AD95
Text Example
Text Example
White with #31AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD95; }
p { color: rgb(49,173,149); }
H1.HeaderClassName
{
color: #31AD95;
}
.AnyTagClassName
{
color: #31AD95;
}
</style>
background-color css
<style>
a { background-color: #31AD95; }
a { background-color: rgb(49,173,149); }
div.DivClassName
{
background-color: #31AD95;
}
.BgClassName
{
background-color: #31AD95;
}
</style>
border-color css
<style>
span { border-color: #31AD95; }
span { border-color: rgb(49,173,149); }
td.TdClassName
{
border-color: #31AD95;
}
.TagClassName
{
border-color: #31AD95;
}
</style>