Shades of Niagara #31AD8F
Tints of Niagara #31AD8F
RGB
CMYK
RGB Variations
Color information
#31AD8F (or 0x31AD8F) is known color: Niagara. HEX triplet: 31, AD and 8F. RGB value is (49,173,143). Sum of RGB (Red+Green+Blue) = 49+173+143=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD8F is #CE5270. Grayscale: #848484. Windows color (decimal): -13521521 or 9415985. OLE color: 9415985.
HSL color Cylindrical-coordinate representation of color #31AD8F: hue angle of 165.48º 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 #31AD8F is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 143 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.32 |
| HSL | 165.48º | 0.56% | 0.44% | - |
| HSV(B) | 165.48º | 0.72% | 0.68% | - |
| XYZ | 21.17 | 32.52 | 31.15 | - |
| YUV | 132.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 143 | 0.72 | 0 | 0.17 | 0.32 | 165.48 | 0.56 | 0.44 |
| Hex | 31 | AD | 8F | 48 | 0 | 11 | 20 | A5 | 38 | 2C |
| Octal | 61 | 255 | 217 | 110 | 0 | 21 | 40 | 245 | 70 | 54 |
| Binary | 110001 | 10101101 | 10001111 | 1001000 | 0 | 10001 | 100000 | 10100101 | 111000 | 101100 |
Color Harmonies of #31AD8F
Complementary color
Monochromatic Colors of #31AD8F
Black with #31AD8F
Text Example
Text Example
White with #31AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD8F; }
p { color: rgb(49,173,143); }
H1.HeaderClassName
{
color: #31AD8F;
}
.AnyTagClassName
{
color: #31AD8F;
}
</style>
background-color css
<style>
a { background-color: #31AD8F; }
a { background-color: rgb(49,173,143); }
div.DivClassName
{
background-color: #31AD8F;
}
.BgClassName
{
background-color: #31AD8F;
}
</style>
border-color css
<style>
span { border-color: #31AD8F; }
span { border-color: rgb(49,173,143); }
td.TdClassName
{
border-color: #31AD8F;
}
.TagClassName
{
border-color: #31AD8F;
}
</style>