Shades of Shamrock #37DDA0
Tints of Shamrock #37DDA0
RGB
CMYK
RGB Variations
Color information
#37DDA0 (or 0x37DDA0) is known color: Shamrock. HEX triplet: 37, DD and A0. RGB value is (55,221,160). Sum of RGB (Red+Green+Blue) = 55+221+160=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DDA0 is #C8225F. Grayscale: #A4A4A4. Windows color (decimal): -13116000 or 10542391. OLE color: 10542391.
HSL color Cylindrical-coordinate representation of color #37DDA0: hue angle of 157.95º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DDA0 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 160 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.13 |
| HSL | 157.95º | 0.71% | 0.54% | - |
| HSV(B) | 157.95º | 0.75% | 0.87% | - |
| XYZ | 33.78 | 55.06 | 42.11 | - |
| YUV | 164.41 | 125.5 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 160 | 0.75 | 0 | 0.28 | 0.13 | 157.95 | 0.71 | 0.54 |
| Hex | 37 | DD | A0 | 4B | 0 | 1C | D | 9E | 47 | 36 |
| Octal | 67 | 335 | 240 | 113 | 0 | 34 | 15 | 236 | 107 | 66 |
| Binary | 110111 | 11011101 | 10100000 | 1001011 | 0 | 11100 | 1101 | 10011110 | 1000111 | 110110 |
Color Harmonies of #37DDA0
Complementary color
Monochromatic Colors of #37DDA0
Black with #37DDA0
Text Example
Text Example
White with #37DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDA0; }
p { color: rgb(55,221,160); }
H1.HeaderClassName
{
color: #37DDA0;
}
.AnyTagClassName
{
color: #37DDA0;
}
</style>
background-color css
<style>
a { background-color: #37DDA0; }
a { background-color: rgb(55,221,160); }
div.DivClassName
{
background-color: #37DDA0;
}
.BgClassName
{
background-color: #37DDA0;
}
</style>
border-color css
<style>
span { border-color: #37DDA0; }
span { border-color: rgb(55,221,160); }
td.TdClassName
{
border-color: #37DDA0;
}
.TagClassName
{
border-color: #37DDA0;
}
</style>