Shades of Shamrock #31D6AF
Tints of Shamrock #31D6AF
RGB
CMYK
RGB Variations
Color information
#31D6AF (or 0x31D6AF) is known color: Shamrock. HEX triplet: 31, D6 and AF. RGB value is (49,214,175). Sum of RGB (Red+Green+Blue) = 49+214+175=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #31D6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D6AF is #CE2950. Grayscale: #A0A0A0. Windows color (decimal): -13510993 or 11523633. OLE color: 11523633.
HSL color Cylindrical-coordinate representation of color #31D6AF: hue angle of 165.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D6AF is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 175 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.16 |
| HSL | 165.82º | 0.67% | 0.52% | - |
| HSV(B) | 165.82º | 0.77% | 0.84% | - |
| XYZ | 33.05 | 51.84 | 48.82 | - |
| YUV | 160.22 | 136.34 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 175 | 0.77 | 0 | 0.18 | 0.16 | 165.82 | 0.67 | 0.52 |
| Hex | 31 | D6 | AF | 4D | 0 | 12 | 10 | A6 | 43 | 34 |
| Octal | 61 | 326 | 257 | 115 | 0 | 22 | 20 | 246 | 103 | 64 |
| Binary | 110001 | 11010110 | 10101111 | 1001101 | 0 | 10010 | 10000 | 10100110 | 1000011 | 110100 |
Color Harmonies of #31D6AF
Complementary color
Monochromatic Colors of #31D6AF
Black with #31D6AF
Text Example
Text Example
White with #31D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D6AF; }
p { color: rgb(49,214,175); }
H1.HeaderClassName
{
color: #31D6AF;
}
.AnyTagClassName
{
color: #31D6AF;
}
</style>
background-color css
<style>
a { background-color: #31D6AF; }
a { background-color: rgb(49,214,175); }
div.DivClassName
{
background-color: #31D6AF;
}
.BgClassName
{
background-color: #31D6AF;
}
</style>
border-color css
<style>
span { border-color: #31D6AF; }
span { border-color: rgb(49,214,175); }
td.TdClassName
{
border-color: #31D6AF;
}
.TagClassName
{
border-color: #31D6AF;
}
</style>