Shades of Niagara #31B49A
Tints of Niagara #31B49A
RGB
CMYK
RGB Variations
Color information
#31B49A (or 0x31B49A) is known color: Niagara. HEX triplet: 31, B4 and 9A. RGB value is (49,180,154). Sum of RGB (Red+Green+Blue) = 49+180+154=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #31B49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B49A is #CE4B65. Grayscale: #898989. Windows color (decimal): -13519718 or 10138673. OLE color: 10138673.
HSL color Cylindrical-coordinate representation of color #31B49A: hue angle of 168.09º 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 #31B49A is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 154 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.29 |
| HSL | 168.09º | 0.57% | 0.45% | - |
| HSV(B) | 168.09º | 0.73% | 0.71% | - |
| XYZ | 23.42 | 35.63 | 36.21 | - |
| YUV | 137.87 | 137.1 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 154 | 0.73 | 0 | 0.14 | 0.29 | 168.09 | 0.57 | 0.45 |
| Hex | 31 | B4 | 9A | 49 | 0 | E | 1D | A8 | 39 | 2D |
| Octal | 61 | 264 | 232 | 111 | 0 | 16 | 35 | 250 | 71 | 55 |
| Binary | 110001 | 10110100 | 10011010 | 1001001 | 0 | 1110 | 11101 | 10101000 | 111001 | 101101 |
Color Harmonies of #31B49A
Complementary color
Monochromatic Colors of #31B49A
Black with #31B49A
Text Example
Text Example
White with #31B49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B49A; }
p { color: rgb(49,180,154); }
H1.HeaderClassName
{
color: #31B49A;
}
.AnyTagClassName
{
color: #31B49A;
}
</style>
background-color css
<style>
a { background-color: #31B49A; }
a { background-color: rgb(49,180,154); }
div.DivClassName
{
background-color: #31B49A;
}
.BgClassName
{
background-color: #31B49A;
}
</style>
border-color css
<style>
span { border-color: #31B49A; }
span { border-color: rgb(49,180,154); }
td.TdClassName
{
border-color: #31B49A;
}
.TagClassName
{
border-color: #31B49A;
}
</style>