Shades of Shamrock #37D1A0
Tints of Shamrock #37D1A0
RGB
CMYK
RGB Variations
Color information
#37D1A0 (or 0x37D1A0) is known color: Shamrock. HEX triplet: 37, D1 and A0. RGB value is (55,209,160). Sum of RGB (Red+Green+Blue) = 55+209+160=424 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.97% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #37D1A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D1A0 is #C82E5F. Grayscale: #9D9D9D. Windows color (decimal): -13119072 or 10539319. OLE color: 10539319.
HSL color Cylindrical-coordinate representation of color #37D1A0: hue angle of 160.91º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D1A0 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 209 | 160 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.18 |
| HSL | 160.91º | 0.63% | 0.52% | - |
| HSV(B) | 160.91º | 0.74% | 0.82% | - |
| XYZ | 30.72 | 48.95 | 41.09 | - |
| YUV | 157.37 | 129.48 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 209 | 160 | 0.74 | 0 | 0.23 | 0.18 | 160.91 | 0.63 | 0.52 |
| Hex | 37 | D1 | A0 | 4A | 0 | 17 | 12 | A1 | 3F | 34 |
| Octal | 67 | 321 | 240 | 112 | 0 | 27 | 22 | 241 | 77 | 64 |
| Binary | 110111 | 11010001 | 10100000 | 1001010 | 0 | 10111 | 10010 | 10100001 | 111111 | 110100 |
Color Harmonies of #37D1A0
Complementary color
Monochromatic Colors of #37D1A0
Black with #37D1A0
Text Example
Text Example
White with #37D1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D1A0; }
p { color: rgb(55,209,160); }
H1.HeaderClassName
{
color: #37D1A0;
}
.AnyTagClassName
{
color: #37D1A0;
}
</style>
background-color css
<style>
a { background-color: #37D1A0; }
a { background-color: rgb(55,209,160); }
div.DivClassName
{
background-color: #37D1A0;
}
.BgClassName
{
background-color: #37D1A0;
}
</style>
border-color css
<style>
span { border-color: #37D1A0; }
span { border-color: rgb(55,209,160); }
td.TdClassName
{
border-color: #37D1A0;
}
.TagClassName
{
border-color: #37D1A0;
}
</style>