Shades of Shamrock #31DCA3
Tints of Shamrock #31DCA3
RGB
CMYK
RGB Variations
Color information
#31DCA3 (or 0x31DCA3) is known color: Shamrock. HEX triplet: 31, DC and A3. RGB value is (49,220,163). Sum of RGB (Red+Green+Blue) = 49+220+163=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DCA3 is #CE235C. Grayscale: #A2A2A2. Windows color (decimal): -13509469 or 10738737. OLE color: 10738737.
HSL color Cylindrical-coordinate representation of color #31DCA3: hue angle of 160º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCA3 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 163 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.14 |
| HSL | 160º | 0.71% | 0.53% | - |
| HSV(B) | 160º | 0.78% | 0.86% | - |
| XYZ | 33.47 | 54.48 | 43.4 | - |
| YUV | 162.37 | 128.35 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 163 | 0.78 | 0 | 0.26 | 0.14 | 160 | 0.71 | 0.53 |
| Hex | 31 | DC | A3 | 4E | 0 | 1A | E | A0 | 47 | 35 |
| Octal | 61 | 334 | 243 | 116 | 0 | 32 | 16 | 240 | 107 | 65 |
| Binary | 110001 | 11011100 | 10100011 | 1001110 | 0 | 11010 | 1110 | 10100000 | 1000111 | 110101 |
Color Harmonies of #31DCA3
Complementary color
Monochromatic Colors of #31DCA3
Black with #31DCA3
Text Example
Text Example
White with #31DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCA3; }
p { color: rgb(49,220,163); }
H1.HeaderClassName
{
color: #31DCA3;
}
.AnyTagClassName
{
color: #31DCA3;
}
</style>
background-color css
<style>
a { background-color: #31DCA3; }
a { background-color: rgb(49,220,163); }
div.DivClassName
{
background-color: #31DCA3;
}
.BgClassName
{
background-color: #31DCA3;
}
</style>
border-color css
<style>
span { border-color: #31DCA3; }
span { border-color: rgb(49,220,163); }
td.TdClassName
{
border-color: #31DCA3;
}
.TagClassName
{
border-color: #31DCA3;
}
</style>