Shades of Niagara #31AD8C
Tints of Niagara #31AD8C
RGB
CMYK
RGB Variations
Color information
#31AD8C (or 0x31AD8C) is known color: Niagara. HEX triplet: 31, AD and 8C. RGB value is (49,173,140). Sum of RGB (Red+Green+Blue) = 49+173+140=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD8C is #CE5273. Grayscale: #848484. Windows color (decimal): -13521524 or 9219377. OLE color: 9219377.
HSL color Cylindrical-coordinate representation of color #31AD8C: hue angle of 164.03º 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 #31AD8C is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 140 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.32 |
| HSL | 164.03º | 0.56% | 0.44% | - |
| HSV(B) | 164.03º | 0.72% | 0.68% | - |
| XYZ | 20.94 | 32.43 | 29.97 | - |
| YUV | 132.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 140 | 0.72 | 0 | 0.19 | 0.32 | 164.03 | 0.56 | 0.44 |
| Hex | 31 | AD | 8C | 48 | 0 | 13 | 20 | A4 | 38 | 2C |
| Octal | 61 | 255 | 214 | 110 | 0 | 23 | 40 | 244 | 70 | 54 |
| Binary | 110001 | 10101101 | 10001100 | 1001000 | 0 | 10011 | 100000 | 10100100 | 111000 | 101100 |
Color Harmonies of #31AD8C
Complementary color
Monochromatic Colors of #31AD8C
Black with #31AD8C
Text Example
Text Example
White with #31AD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD8C; }
p { color: rgb(49,173,140); }
H1.HeaderClassName
{
color: #31AD8C;
}
.AnyTagClassName
{
color: #31AD8C;
}
</style>
background-color css
<style>
a { background-color: #31AD8C; }
a { background-color: rgb(49,173,140); }
div.DivClassName
{
background-color: #31AD8C;
}
.BgClassName
{
background-color: #31AD8C;
}
</style>
border-color css
<style>
span { border-color: #31AD8C; }
span { border-color: rgb(49,173,140); }
td.TdClassName
{
border-color: #31AD8C;
}
.TagClassName
{
border-color: #31AD8C;
}
</style>