Shades of Niagara #31A78D
Tints of Niagara #31A78D
RGB
CMYK
RGB Variations
Color information
#31A78D (or 0x31A78D) is known color: Niagara. HEX triplet: 31, A7 and 8D. RGB value is (49,167,141). Sum of RGB (Red+Green+Blue) = 49+167+141=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #31A78D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A78D is #CE5872. Grayscale: #808080. Windows color (decimal): -13523059 or 9283377. OLE color: 9283377.
HSL color Cylindrical-coordinate representation of color #31A78D: hue angle of 166.78º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A78D is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 141 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.35 |
| HSL | 166.78º | 0.55% | 0.42% | - |
| HSV(B) | 166.78º | 0.71% | 0.65% | - |
| XYZ | 19.89 | 30.21 | 29.98 | - |
| YUV | 128.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 141 | 0.71 | 0 | 0.16 | 0.35 | 166.78 | 0.55 | 0.42 |
| Hex | 31 | A7 | 8D | 47 | 0 | 10 | 23 | A7 | 37 | 2A |
| Octal | 61 | 247 | 215 | 107 | 0 | 20 | 43 | 247 | 67 | 52 |
| Binary | 110001 | 10100111 | 10001101 | 1000111 | 0 | 10000 | 100011 | 10100111 | 110111 | 101010 |
Color Harmonies of #31A78D
Complementary color
Monochromatic Colors of #31A78D
Black with #31A78D
Text Example
Text Example
White with #31A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A78D; }
p { color: rgb(49,167,141); }
H1.HeaderClassName
{
color: #31A78D;
}
.AnyTagClassName
{
color: #31A78D;
}
</style>
background-color css
<style>
a { background-color: #31A78D; }
a { background-color: rgb(49,167,141); }
div.DivClassName
{
background-color: #31A78D;
}
.BgClassName
{
background-color: #31A78D;
}
</style>
border-color css
<style>
span { border-color: #31A78D; }
span { border-color: rgb(49,167,141); }
td.TdClassName
{
border-color: #31A78D;
}
.TagClassName
{
border-color: #31A78D;
}
</style>