Shades of Niagara #31AC9C
Tints of Niagara #31AC9C
RGB
CMYK
RGB Variations
Color information
#31AC9C (or 0x31AC9C) is known color: Niagara. HEX triplet: 31, AC and 9C. RGB value is (49,172,156). Sum of RGB (Red+Green+Blue) = 49+172+156=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AC9C is #CE5363. Grayscale: #858585. Windows color (decimal): -13521764 or 10267697. OLE color: 10267697.
HSL color Cylindrical-coordinate representation of color #31AC9C: hue angle of 172.2º 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 #31AC9C is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 156 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.33 |
| HSL | 172.2º | 0.56% | 0.43% | - |
| HSV(B) | 172.2º | 0.72% | 0.67% | - |
| XYZ | 22.02 | 32.56 | 36.58 | - |
| YUV | 133.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 156 | 0.72 | 0 | 0.09 | 0.33 | 172.2 | 0.56 | 0.43 |
| Hex | 31 | AC | 9C | 48 | 0 | 9 | 21 | AC | 38 | 2B |
| Octal | 61 | 254 | 234 | 110 | 0 | 11 | 41 | 254 | 70 | 53 |
| Binary | 110001 | 10101100 | 10011100 | 1001000 | 0 | 1001 | 100001 | 10101100 | 111000 | 101011 |
Color Harmonies of #31AC9C
Complementary color
Monochromatic Colors of #31AC9C
Black with #31AC9C
Text Example
Text Example
White with #31AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC9C; }
p { color: rgb(49,172,156); }
H1.HeaderClassName
{
color: #31AC9C;
}
.AnyTagClassName
{
color: #31AC9C;
}
</style>
background-color css
<style>
a { background-color: #31AC9C; }
a { background-color: rgb(49,172,156); }
div.DivClassName
{
background-color: #31AC9C;
}
.BgClassName
{
background-color: #31AC9C;
}
</style>
border-color css
<style>
span { border-color: #31AC9C; }
span { border-color: rgb(49,172,156); }
td.TdClassName
{
border-color: #31AC9C;
}
.TagClassName
{
border-color: #31AC9C;
}
</style>