Shades of Niagara #31B19A
Tints of Niagara #31B19A
RGB
CMYK
RGB Variations
Color information
#31B19A (or 0x31B19A) is known color: Niagara. HEX triplet: 31, B1 and 9A. RGB value is (49,177,154). Sum of RGB (Red+Green+Blue) = 49+177+154=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #31B19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B19A is #CE4E65. Grayscale: #888888. Windows color (decimal): -13520486 or 10137905. OLE color: 10137905.
HSL color Cylindrical-coordinate representation of color #31B19A: hue angle of 169.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B19A is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 154 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.31 |
| HSL | 169.22º | 0.57% | 0.44% | - |
| HSV(B) | 169.22º | 0.72% | 0.69% | - |
| XYZ | 22.82 | 34.43 | 36.01 | - |
| YUV | 136.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 154 | 0.72 | 0 | 0.13 | 0.31 | 169.22 | 0.57 | 0.44 |
| Hex | 31 | B1 | 9A | 48 | 0 | D | 1F | A9 | 39 | 2C |
| Octal | 61 | 261 | 232 | 110 | 0 | 15 | 37 | 251 | 71 | 54 |
| Binary | 110001 | 10110001 | 10011010 | 1001000 | 0 | 1101 | 11111 | 10101001 | 111001 | 101100 |
Color Harmonies of #31B19A
Complementary color
Monochromatic Colors of #31B19A
Black with #31B19A
Text Example
Text Example
White with #31B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B19A; }
p { color: rgb(49,177,154); }
H1.HeaderClassName
{
color: #31B19A;
}
.AnyTagClassName
{
color: #31B19A;
}
</style>
background-color css
<style>
a { background-color: #31B19A; }
a { background-color: rgb(49,177,154); }
div.DivClassName
{
background-color: #31B19A;
}
.BgClassName
{
background-color: #31B19A;
}
</style>
border-color css
<style>
span { border-color: #31B19A; }
span { border-color: rgb(49,177,154); }
td.TdClassName
{
border-color: #31B19A;
}
.TagClassName
{
border-color: #31B19A;
}
</style>