Shades of Shamrock #31D9AA
Tints of Shamrock #31D9AA
RGB
CMYK
RGB Variations
Color information
#31D9AA (or 0x31D9AA) is known color: Shamrock. HEX triplet: 31, D9 and AA. RGB value is (49,217,170). Sum of RGB (Red+Green+Blue) = 49+217+170=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #31D9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D9AA is #CE2655. Grayscale: #A1A1A1. Windows color (decimal): -13510230 or 11196721. OLE color: 11196721.
HSL color Cylindrical-coordinate representation of color #31D9AA: hue angle of 163.21º 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 #31D9AA is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 170 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.15 |
| HSL | 163.21º | 0.69% | 0.52% | - |
| HSV(B) | 163.21º | 0.77% | 0.85% | - |
| XYZ | 33.34 | 53.18 | 46.54 | - |
| YUV | 161.41 | 132.84 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 170 | 0.77 | 0 | 0.22 | 0.15 | 163.21 | 0.69 | 0.52 |
| Hex | 31 | D9 | AA | 4D | 0 | 16 | F | A3 | 45 | 34 |
| Octal | 61 | 331 | 252 | 115 | 0 | 26 | 17 | 243 | 105 | 64 |
| Binary | 110001 | 11011001 | 10101010 | 1001101 | 0 | 10110 | 1111 | 10100011 | 1000101 | 110100 |
Color Harmonies of #31D9AA
Complementary color
Monochromatic Colors of #31D9AA
Black with #31D9AA
Text Example
Text Example
White with #31D9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9AA; }
p { color: rgb(49,217,170); }
H1.HeaderClassName
{
color: #31D9AA;
}
.AnyTagClassName
{
color: #31D9AA;
}
</style>
background-color css
<style>
a { background-color: #31D9AA; }
a { background-color: rgb(49,217,170); }
div.DivClassName
{
background-color: #31D9AA;
}
.BgClassName
{
background-color: #31D9AA;
}
</style>
border-color css
<style>
span { border-color: #31D9AA; }
span { border-color: rgb(49,217,170); }
td.TdClassName
{
border-color: #31D9AA;
}
.TagClassName
{
border-color: #31D9AA;
}
</style>