Shades of Niagara #31A48B
Tints of Niagara #31A48B
RGB
CMYK
RGB Variations
Color information
#31A48B (or 0x31A48B) is known color: Niagara. HEX triplet: 31, A4 and 8B. RGB value is (49,164,139). Sum of RGB (Red+Green+Blue) = 49+164+139=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #31A48B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A48B is #CE5B74. Grayscale: #7E7E7E. Windows color (decimal): -13523829 or 9151537. OLE color: 9151537.
HSL color Cylindrical-coordinate representation of color #31A48B: hue angle of 166.96º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A48B is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 139 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.36 |
| HSL | 166.96º | 0.54% | 0.42% | - |
| HSV(B) | 166.96º | 0.7% | 0.64% | - |
| XYZ | 19.2 | 29.07 | 29.02 | - |
| YUV | 126.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 139 | 0.70 | 0 | 0.15 | 0.36 | 166.96 | 0.54 | 0.42 |
| Hex | 31 | A4 | 8B | 46 | 0 | F | 24 | A7 | 36 | 2A |
| Octal | 61 | 244 | 213 | 106 | 0 | 17 | 44 | 247 | 66 | 52 |
| Binary | 110001 | 10100100 | 10001011 | 1000110 | 0 | 1111 | 100100 | 10100111 | 110110 | 101010 |
Color Harmonies of #31A48B
Complementary color
Monochromatic Colors of #31A48B
Black with #31A48B
Text Example
Text Example
White with #31A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A48B; }
p { color: rgb(49,164,139); }
H1.HeaderClassName
{
color: #31A48B;
}
.AnyTagClassName
{
color: #31A48B;
}
</style>
background-color css
<style>
a { background-color: #31A48B; }
a { background-color: rgb(49,164,139); }
div.DivClassName
{
background-color: #31A48B;
}
.BgClassName
{
background-color: #31A48B;
}
</style>
border-color css
<style>
span { border-color: #31A48B; }
span { border-color: rgb(49,164,139); }
td.TdClassName
{
border-color: #31A48B;
}
.TagClassName
{
border-color: #31A48B;
}
</style>