Shades of Niagara #31B49D
Tints of Niagara #31B49D
RGB
CMYK
RGB Variations
Color information
#31B49D (or 0x31B49D) is known color: Niagara. HEX triplet: 31, B4 and 9D. RGB value is (49,180,157). Sum of RGB (Red+Green+Blue) = 49+180+157=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #31B49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B49D is #CE4B62. Grayscale: #8A8A8A. Windows color (decimal): -13519715 or 10335281. OLE color: 10335281.
HSL color Cylindrical-coordinate representation of color #31B49D: hue angle of 169.47º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B49D is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 157 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.29 |
| HSL | 169.47º | 0.57% | 0.45% | - |
| HSV(B) | 169.47º | 0.73% | 0.71% | - |
| XYZ | 23.67 | 35.73 | 37.55 | - |
| YUV | 138.21 | 138.6 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 157 | 0.73 | 0 | 0.13 | 0.29 | 169.47 | 0.57 | 0.45 |
| Hex | 31 | B4 | 9D | 49 | 0 | D | 1D | A9 | 39 | 2D |
| Octal | 61 | 264 | 235 | 111 | 0 | 15 | 35 | 251 | 71 | 55 |
| Binary | 110001 | 10110100 | 10011101 | 1001001 | 0 | 1101 | 11101 | 10101001 | 111001 | 101101 |
Color Harmonies of #31B49D
Complementary color
Monochromatic Colors of #31B49D
Black with #31B49D
Text Example
Text Example
White with #31B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B49D; }
p { color: rgb(49,180,157); }
H1.HeaderClassName
{
color: #31B49D;
}
.AnyTagClassName
{
color: #31B49D;
}
</style>
background-color css
<style>
a { background-color: #31B49D; }
a { background-color: rgb(49,180,157); }
div.DivClassName
{
background-color: #31B49D;
}
.BgClassName
{
background-color: #31B49D;
}
</style>
border-color css
<style>
span { border-color: #31B49D; }
span { border-color: rgb(49,180,157); }
td.TdClassName
{
border-color: #31B49D;
}
.TagClassName
{
border-color: #31B49D;
}
</style>