Shades of Niagara #31AF93
Tints of Niagara #31AF93
RGB
CMYK
RGB Variations
Color information
#31AF93 (or 0x31AF93) is known color: Niagara. HEX triplet: 31, AF and 93. RGB value is (49,175,147). Sum of RGB (Red+Green+Blue) = 49+175+147=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF93 is #CE506C. Grayscale: #868686. Windows color (decimal): -13521005 or 9678641. OLE color: 9678641.
HSL color Cylindrical-coordinate representation of color #31AF93: hue angle of 166.67º 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 #31AF93 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 147 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.31 |
| HSL | 166.67º | 0.56% | 0.44% | - |
| HSV(B) | 166.67º | 0.72% | 0.69% | - |
| XYZ | 21.86 | 33.42 | 32.9 | - |
| YUV | 134.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 147 | 0.72 | 0 | 0.16 | 0.31 | 166.67 | 0.56 | 0.44 |
| Hex | 31 | AF | 93 | 48 | 0 | 10 | 1F | A7 | 38 | 2C |
| Octal | 61 | 257 | 223 | 110 | 0 | 20 | 37 | 247 | 70 | 54 |
| Binary | 110001 | 10101111 | 10010011 | 1001000 | 0 | 10000 | 11111 | 10100111 | 111000 | 101100 |
Color Harmonies of #31AF93
Complementary color
Monochromatic Colors of #31AF93
Black with #31AF93
Text Example
Text Example
White with #31AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF93; }
p { color: rgb(49,175,147); }
H1.HeaderClassName
{
color: #31AF93;
}
.AnyTagClassName
{
color: #31AF93;
}
</style>
background-color css
<style>
a { background-color: #31AF93; }
a { background-color: rgb(49,175,147); }
div.DivClassName
{
background-color: #31AF93;
}
.BgClassName
{
background-color: #31AF93;
}
</style>
border-color css
<style>
span { border-color: #31AF93; }
span { border-color: rgb(49,175,147); }
td.TdClassName
{
border-color: #31AF93;
}
.TagClassName
{
border-color: #31AF93;
}
</style>