Shades of Niagara #31AC9D
Tints of Niagara #31AC9D
RGB
CMYK
RGB Variations
Color information
#31AC9D (or 0x31AC9D) is known color: Niagara. HEX triplet: 31, AC and 9D. RGB value is (49,172,157). Sum of RGB (Red+Green+Blue) = 49+172+157=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AC9D is #CE5362. Grayscale: #858585. Windows color (decimal): -13521763 or 10333233. OLE color: 10333233.
HSL color Cylindrical-coordinate representation of color #31AC9D: hue angle of 172.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC9D is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 157 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.33 |
| HSL | 172.68º | 0.56% | 0.43% | - |
| HSV(B) | 172.68º | 0.72% | 0.67% | - |
| XYZ | 22.1 | 32.59 | 37.02 | - |
| YUV | 133.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 157 | 0.72 | 0 | 0.09 | 0.33 | 172.68 | 0.56 | 0.43 |
| Hex | 31 | AC | 9D | 48 | 0 | 9 | 21 | AD | 38 | 2B |
| Octal | 61 | 254 | 235 | 110 | 0 | 11 | 41 | 255 | 70 | 53 |
| Binary | 110001 | 10101100 | 10011101 | 1001000 | 0 | 1001 | 100001 | 10101101 | 111000 | 101011 |
Color Harmonies of #31AC9D
Complementary color
Monochromatic Colors of #31AC9D
Black with #31AC9D
Text Example
Text Example
White with #31AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC9D; }
p { color: rgb(49,172,157); }
H1.HeaderClassName
{
color: #31AC9D;
}
.AnyTagClassName
{
color: #31AC9D;
}
</style>
background-color css
<style>
a { background-color: #31AC9D; }
a { background-color: rgb(49,172,157); }
div.DivClassName
{
background-color: #31AC9D;
}
.BgClassName
{
background-color: #31AC9D;
}
</style>
border-color css
<style>
span { border-color: #31AC9D; }
span { border-color: rgb(49,172,157); }
td.TdClassName
{
border-color: #31AC9D;
}
.TagClassName
{
border-color: #31AC9D;
}
</style>