Shades of Shamrock #31DAA9
Tints of Shamrock #31DAA9
RGB
CMYK
RGB Variations
Color information
#31DAA9 (or 0x31DAA9) is known color: Shamrock. HEX triplet: 31, DA and A9. RGB value is (49,218,169). Sum of RGB (Red+Green+Blue) = 49+218+169=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DAA9 is #CE2556. Grayscale: #A1A1A1. Windows color (decimal): -13509975 or 11131441. OLE color: 11131441.
HSL color Cylindrical-coordinate representation of color #31DAA9: hue angle of 162.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DAA9 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 169 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.15 |
| HSL | 162.6º | 0.7% | 0.52% | - |
| HSV(B) | 162.6º | 0.78% | 0.85% | - |
| XYZ | 33.5 | 53.66 | 46.13 | - |
| YUV | 161.88 | 132.01 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 169 | 0.78 | 0 | 0.22 | 0.15 | 162.6 | 0.7 | 0.52 |
| Hex | 31 | DA | A9 | 4E | 0 | 16 | F | A3 | 46 | 34 |
| Octal | 61 | 332 | 251 | 116 | 0 | 26 | 17 | 243 | 106 | 64 |
| Binary | 110001 | 11011010 | 10101001 | 1001110 | 0 | 10110 | 1111 | 10100011 | 1000110 | 110100 |
Color Harmonies of #31DAA9
Complementary color
Monochromatic Colors of #31DAA9
Black with #31DAA9
Text Example
Text Example
White with #31DAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAA9; }
p { color: rgb(49,218,169); }
H1.HeaderClassName
{
color: #31DAA9;
}
.AnyTagClassName
{
color: #31DAA9;
}
</style>
background-color css
<style>
a { background-color: #31DAA9; }
a { background-color: rgb(49,218,169); }
div.DivClassName
{
background-color: #31DAA9;
}
.BgClassName
{
background-color: #31DAA9;
}
</style>
border-color css
<style>
span { border-color: #31DAA9; }
span { border-color: rgb(49,218,169); }
td.TdClassName
{
border-color: #31DAA9;
}
.TagClassName
{
border-color: #31DAA9;
}
</style>