Shades of Shamrock #31D9AD
Tints of Shamrock #31D9AD
RGB
CMYK
RGB Variations
Color information
#31D9AD (or 0x31D9AD) is known color: Shamrock. HEX triplet: 31, D9 and AD. RGB value is (49,217,173). Sum of RGB (Red+Green+Blue) = 49+217+173=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #31D9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D9AD is #CE2652. Grayscale: #A1A1A1. Windows color (decimal): -13510227 or 11393329. OLE color: 11393329.
HSL color Cylindrical-coordinate representation of color #31D9AD: hue angle of 164.29º 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 #31D9AD is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 173 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.15 |
| HSL | 164.29º | 0.69% | 0.52% | - |
| HSV(B) | 164.29º | 0.77% | 0.85% | - |
| XYZ | 33.62 | 53.3 | 48.05 | - |
| YUV | 161.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 173 | 0.77 | 0 | 0.20 | 0.15 | 164.29 | 0.69 | 0.52 |
| Hex | 31 | D9 | AD | 4D | 0 | 14 | F | A4 | 45 | 34 |
| Octal | 61 | 331 | 255 | 115 | 0 | 24 | 17 | 244 | 105 | 64 |
| Binary | 110001 | 11011001 | 10101101 | 1001101 | 0 | 10100 | 1111 | 10100100 | 1000101 | 110100 |
Color Harmonies of #31D9AD
Complementary color
Monochromatic Colors of #31D9AD
Black with #31D9AD
Text Example
Text Example
White with #31D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9AD; }
p { color: rgb(49,217,173); }
H1.HeaderClassName
{
color: #31D9AD;
}
.AnyTagClassName
{
color: #31D9AD;
}
</style>
background-color css
<style>
a { background-color: #31D9AD; }
a { background-color: rgb(49,217,173); }
div.DivClassName
{
background-color: #31D9AD;
}
.BgClassName
{
background-color: #31D9AD;
}
</style>
border-color css
<style>
span { border-color: #31D9AD; }
span { border-color: rgb(49,217,173); }
td.TdClassName
{
border-color: #31D9AD;
}
.TagClassName
{
border-color: #31D9AD;
}
</style>