Shades of Shamrock #37DCA1
Tints of Shamrock #37DCA1
RGB
CMYK
RGB Variations
Color information
#37DCA1 (or 0x37DCA1) is known color: Shamrock. HEX triplet: 37, DC and A1. RGB value is (55,220,161). Sum of RGB (Red+Green+Blue) = 55+220+161=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DCA1 is #C8235E. Grayscale: #A4A4A4. Windows color (decimal): -13116255 or 10607671. OLE color: 10607671.
HSL color Cylindrical-coordinate representation of color #37DCA1: hue angle of 158.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCA1 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 161 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.14 |
| HSL | 158.55º | 0.7% | 0.54% | - |
| HSV(B) | 158.55º | 0.75% | 0.86% | - |
| XYZ | 33.6 | 54.57 | 42.48 | - |
| YUV | 163.94 | 126.34 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 161 | 0.75 | 0 | 0.27 | 0.14 | 158.55 | 0.7 | 0.54 |
| Hex | 37 | DC | A1 | 4B | 0 | 1B | E | 9F | 46 | 36 |
| Octal | 67 | 334 | 241 | 113 | 0 | 33 | 16 | 237 | 106 | 66 |
| Binary | 110111 | 11011100 | 10100001 | 1001011 | 0 | 11011 | 1110 | 10011111 | 1000110 | 110110 |
Color Harmonies of #37DCA1
Complementary color
Monochromatic Colors of #37DCA1
Black with #37DCA1
Text Example
Text Example
White with #37DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCA1; }
p { color: rgb(55,220,161); }
H1.HeaderClassName
{
color: #37DCA1;
}
.AnyTagClassName
{
color: #37DCA1;
}
</style>
background-color css
<style>
a { background-color: #37DCA1; }
a { background-color: rgb(55,220,161); }
div.DivClassName
{
background-color: #37DCA1;
}
.BgClassName
{
background-color: #37DCA1;
}
</style>
border-color css
<style>
span { border-color: #37DCA1; }
span { border-color: rgb(55,220,161); }
td.TdClassName
{
border-color: #37DCA1;
}
.TagClassName
{
border-color: #37DCA1;
}
</style>