Shades of Niagara #31AB8C
Tints of Niagara #31AB8C
RGB
CMYK
RGB Variations
Color information
#31AB8C (or 0x31AB8C) is known color: Niagara. HEX triplet: 31, AB and 8C. RGB value is (49,171,140). Sum of RGB (Red+Green+Blue) = 49+171+140=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB8C is #CE5473. Grayscale: #828282. Windows color (decimal): -13522036 or 9218865. OLE color: 9218865.
HSL color Cylindrical-coordinate representation of color #31AB8C: hue angle of 164.75º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB8C is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 140 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.33 |
| HSL | 164.75º | 0.55% | 0.43% | - |
| HSV(B) | 164.75º | 0.71% | 0.67% | - |
| XYZ | 20.56 | 31.67 | 29.84 | - |
| YUV | 130.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 140 | 0.71 | 0 | 0.18 | 0.33 | 164.75 | 0.55 | 0.43 |
| Hex | 31 | AB | 8C | 47 | 0 | 12 | 21 | A5 | 37 | 2B |
| Octal | 61 | 253 | 214 | 107 | 0 | 22 | 41 | 245 | 67 | 53 |
| Binary | 110001 | 10101011 | 10001100 | 1000111 | 0 | 10010 | 100001 | 10100101 | 110111 | 101011 |
Color Harmonies of #31AB8C
Complementary color
Monochromatic Colors of #31AB8C
Black with #31AB8C
Text Example
Text Example
White with #31AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB8C; }
p { color: rgb(49,171,140); }
H1.HeaderClassName
{
color: #31AB8C;
}
.AnyTagClassName
{
color: #31AB8C;
}
</style>
background-color css
<style>
a { background-color: #31AB8C; }
a { background-color: rgb(49,171,140); }
div.DivClassName
{
background-color: #31AB8C;
}
.BgClassName
{
background-color: #31AB8C;
}
</style>
border-color css
<style>
span { border-color: #31AB8C; }
span { border-color: rgb(49,171,140); }
td.TdClassName
{
border-color: #31AB8C;
}
.TagClassName
{
border-color: #31AB8C;
}
</style>