Shades of Niagara #31AD96
Tints of Niagara #31AD96
RGB
CMYK
RGB Variations
Color information
#31AD96 (or 0x31AD96) is known color: Niagara. HEX triplet: 31, AD and 96. RGB value is (49,173,150). Sum of RGB (Red+Green+Blue) = 49+173+150=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD96 is #CE5269. Grayscale: #858585. Windows color (decimal): -13521514 or 9874737. OLE color: 9874737.
HSL color Cylindrical-coordinate representation of color #31AD96: hue angle of 168.87º 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 #31AD96 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 150 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.32 |
| HSL | 168.87º | 0.56% | 0.44% | - |
| HSV(B) | 168.87º | 0.72% | 0.68% | - |
| XYZ | 21.72 | 32.74 | 34.03 | - |
| YUV | 133.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 150 | 0.72 | 0 | 0.13 | 0.32 | 168.87 | 0.56 | 0.44 |
| Hex | 31 | AD | 96 | 48 | 0 | D | 20 | A9 | 38 | 2C |
| Octal | 61 | 255 | 226 | 110 | 0 | 15 | 40 | 251 | 70 | 54 |
| Binary | 110001 | 10101101 | 10010110 | 1001000 | 0 | 1101 | 100000 | 10101001 | 111000 | 101100 |
Color Harmonies of #31AD96
Complementary color
Monochromatic Colors of #31AD96
Black with #31AD96
Text Example
Text Example
White with #31AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD96; }
p { color: rgb(49,173,150); }
H1.HeaderClassName
{
color: #31AD96;
}
.AnyTagClassName
{
color: #31AD96;
}
</style>
background-color css
<style>
a { background-color: #31AD96; }
a { background-color: rgb(49,173,150); }
div.DivClassName
{
background-color: #31AD96;
}
.BgClassName
{
background-color: #31AD96;
}
</style>
border-color css
<style>
span { border-color: #31AD96; }
span { border-color: rgb(49,173,150); }
td.TdClassName
{
border-color: #31AD96;
}
.TagClassName
{
border-color: #31AD96;
}
</style>