Shades of Niagara #31AB8F
Tints of Niagara #31AB8F
RGB
CMYK
RGB Variations
Color information
#31AB8F (or 0x31AB8F) is known color: Niagara. HEX triplet: 31, AB and 8F. RGB value is (49,171,143). Sum of RGB (Red+Green+Blue) = 49+171+143=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB8F is #CE5470. Grayscale: #838383. Windows color (decimal): -13522033 or 9415473. OLE color: 9415473.
HSL color Cylindrical-coordinate representation of color #31AB8F: hue angle of 166.23º 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 #31AB8F is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 143 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.33 |
| HSL | 166.23º | 0.55% | 0.43% | - |
| HSV(B) | 166.23º | 0.71% | 0.67% | - |
| XYZ | 20.79 | 31.76 | 31.02 | - |
| YUV | 131.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 143 | 0.71 | 0 | 0.16 | 0.33 | 166.23 | 0.55 | 0.43 |
| Hex | 31 | AB | 8F | 47 | 0 | 10 | 21 | A6 | 37 | 2B |
| Octal | 61 | 253 | 217 | 107 | 0 | 20 | 41 | 246 | 67 | 53 |
| Binary | 110001 | 10101011 | 10001111 | 1000111 | 0 | 10000 | 100001 | 10100110 | 110111 | 101011 |
Color Harmonies of #31AB8F
Complementary color
Monochromatic Colors of #31AB8F
Black with #31AB8F
Text Example
Text Example
White with #31AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB8F; }
p { color: rgb(49,171,143); }
H1.HeaderClassName
{
color: #31AB8F;
}
.AnyTagClassName
{
color: #31AB8F;
}
</style>
background-color css
<style>
a { background-color: #31AB8F; }
a { background-color: rgb(49,171,143); }
div.DivClassName
{
background-color: #31AB8F;
}
.BgClassName
{
background-color: #31AB8F;
}
</style>
border-color css
<style>
span { border-color: #31AB8F; }
span { border-color: rgb(49,171,143); }
td.TdClassName
{
border-color: #31AB8F;
}
.TagClassName
{
border-color: #31AB8F;
}
</style>