Shades of Shamrock #31DAA5
Tints of Shamrock #31DAA5
RGB
CMYK
RGB Variations
Color information
#31DAA5 (or 0x31DAA5) is known color: Shamrock. HEX triplet: 31, DA and A5. RGB value is (49,218,165). Sum of RGB (Red+Green+Blue) = 49+218+165=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DAA5 is #CE255A. Grayscale: #A1A1A1. Windows color (decimal): -13509979 or 10869297. OLE color: 10869297.
HSL color Cylindrical-coordinate representation of color #31DAA5: hue angle of 161.18º 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 #31DAA5 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 165 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.15 |
| HSL | 161.18º | 0.7% | 0.52% | - |
| HSV(B) | 161.18º | 0.78% | 0.85% | - |
| XYZ | 33.13 | 53.51 | 44.18 | - |
| YUV | 161.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 165 | 0.78 | 0 | 0.24 | 0.15 | 161.18 | 0.7 | 0.52 |
| Hex | 31 | DA | A5 | 4E | 0 | 18 | F | A1 | 46 | 34 |
| Octal | 61 | 332 | 245 | 116 | 0 | 30 | 17 | 241 | 106 | 64 |
| Binary | 110001 | 11011010 | 10100101 | 1001110 | 0 | 11000 | 1111 | 10100001 | 1000110 | 110100 |
Color Harmonies of #31DAA5
Complementary color
Monochromatic Colors of #31DAA5
Black with #31DAA5
Text Example
Text Example
White with #31DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAA5; }
p { color: rgb(49,218,165); }
H1.HeaderClassName
{
color: #31DAA5;
}
.AnyTagClassName
{
color: #31DAA5;
}
</style>
background-color css
<style>
a { background-color: #31DAA5; }
a { background-color: rgb(49,218,165); }
div.DivClassName
{
background-color: #31DAA5;
}
.BgClassName
{
background-color: #31DAA5;
}
</style>
border-color css
<style>
span { border-color: #31DAA5; }
span { border-color: rgb(49,218,165); }
td.TdClassName
{
border-color: #31DAA5;
}
.TagClassName
{
border-color: #31DAA5;
}
</style>