Shades of Niagara #31AF8F
Tints of Niagara #31AF8F
RGB
CMYK
RGB Variations
Color information
#31AF8F (or 0x31AF8F) is known color: Niagara. HEX triplet: 31, AF and 8F. RGB value is (49,175,143). Sum of RGB (Red+Green+Blue) = 49+175+143=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF8F is #CE5070. Grayscale: #858585. Windows color (decimal): -13521009 or 9416497. OLE color: 9416497.
HSL color Cylindrical-coordinate representation of color #31AF8F: hue angle of 164.76º degrees, saturation: 0.56, 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 #31AF8F is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 143 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.31 |
| HSL | 164.76º | 0.56% | 0.44% | - |
| HSV(B) | 164.76º | 0.72% | 0.69% | - |
| XYZ | 21.55 | 33.3 | 31.28 | - |
| YUV | 133.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 143 | 0.72 | 0 | 0.18 | 0.31 | 164.76 | 0.56 | 0.44 |
| Hex | 31 | AF | 8F | 48 | 0 | 12 | 1F | A5 | 38 | 2C |
| Octal | 61 | 257 | 217 | 110 | 0 | 22 | 37 | 245 | 70 | 54 |
| Binary | 110001 | 10101111 | 10001111 | 1001000 | 0 | 10010 | 11111 | 10100101 | 111000 | 101100 |
Color Harmonies of #31AF8F
Complementary color
Monochromatic Colors of #31AF8F
Black with #31AF8F
Text Example
Text Example
White with #31AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF8F; }
p { color: rgb(49,175,143); }
H1.HeaderClassName
{
color: #31AF8F;
}
.AnyTagClassName
{
color: #31AF8F;
}
</style>
background-color css
<style>
a { background-color: #31AF8F; }
a { background-color: rgb(49,175,143); }
div.DivClassName
{
background-color: #31AF8F;
}
.BgClassName
{
background-color: #31AF8F;
}
</style>
border-color css
<style>
span { border-color: #31AF8F; }
span { border-color: rgb(49,175,143); }
td.TdClassName
{
border-color: #31AF8F;
}
.TagClassName
{
border-color: #31AF8F;
}
</style>