Shades of Shamrock #31D9AB
Tints of Shamrock #31D9AB
RGB
CMYK
RGB Variations
Color information
#31D9AB (or 0x31D9AB) is known color: Shamrock. HEX triplet: 31, D9 and AB. RGB value is (49,217,171). Sum of RGB (Red+Green+Blue) = 49+217+171=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #31D9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D9AB is #CE2654. Grayscale: #A1A1A1. Windows color (decimal): -13510229 or 11262257. OLE color: 11262257.
HSL color Cylindrical-coordinate representation of color #31D9AB: hue angle of 163.57º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D9AB is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 171 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.15 |
| HSL | 163.57º | 0.69% | 0.52% | - |
| HSV(B) | 163.57º | 0.77% | 0.85% | - |
| XYZ | 33.43 | 53.22 | 47.04 | - |
| YUV | 161.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 171 | 0.77 | 0 | 0.21 | 0.15 | 163.57 | 0.69 | 0.52 |
| Hex | 31 | D9 | AB | 4D | 0 | 15 | F | A4 | 45 | 34 |
| Octal | 61 | 331 | 253 | 115 | 0 | 25 | 17 | 244 | 105 | 64 |
| Binary | 110001 | 11011001 | 10101011 | 1001101 | 0 | 10101 | 1111 | 10100100 | 1000101 | 110100 |
Color Harmonies of #31D9AB
Complementary color
Monochromatic Colors of #31D9AB
Black with #31D9AB
Text Example
Text Example
White with #31D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9AB; }
p { color: rgb(49,217,171); }
H1.HeaderClassName
{
color: #31D9AB;
}
.AnyTagClassName
{
color: #31D9AB;
}
</style>
background-color css
<style>
a { background-color: #31D9AB; }
a { background-color: rgb(49,217,171); }
div.DivClassName
{
background-color: #31D9AB;
}
.BgClassName
{
background-color: #31D9AB;
}
</style>
border-color css
<style>
span { border-color: #31D9AB; }
span { border-color: rgb(49,217,171); }
td.TdClassName
{
border-color: #31D9AB;
}
.TagClassName
{
border-color: #31D9AB;
}
</style>