Shades of Shamrock #37C6A0
Tints of Shamrock #37C6A0
RGB
CMYK
RGB Variations
Color information
#37C6A0 (or 0x37C6A0) is known color: Shamrock. HEX triplet: 37, C6 and A0. RGB value is (55,198,160). Sum of RGB (Red+Green+Blue) = 55+198+160=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #37C6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C6A0 is #C8395F. Grayscale: #969696. Windows color (decimal): -13121888 or 10536503. OLE color: 10536503.
HSL color Cylindrical-coordinate representation of color #37C6A0: hue angle of 164.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C6A0 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 198 | 160 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.22 |
| HSL | 164.06º | 0.57% | 0.5% | - |
| HSV(B) | 164.06º | 0.72% | 0.78% | - |
| XYZ | 28.11 | 43.74 | 40.22 | - |
| YUV | 150.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 198 | 160 | 0.72 | 0 | 0.19 | 0.22 | 164.06 | 0.57 | 0.5 |
| Hex | 37 | C6 | A0 | 48 | 0 | 13 | 16 | A4 | 39 | 32 |
| Octal | 67 | 306 | 240 | 110 | 0 | 23 | 26 | 244 | 71 | 62 |
| Binary | 110111 | 11000110 | 10100000 | 1001000 | 0 | 10011 | 10110 | 10100100 | 111001 | 110010 |
Color Harmonies of #37C6A0
Complementary color
Monochromatic Colors of #37C6A0
Black with #37C6A0
Text Example
Text Example
White with #37C6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C6A0; }
p { color: rgb(55,198,160); }
H1.HeaderClassName
{
color: #37C6A0;
}
.AnyTagClassName
{
color: #37C6A0;
}
</style>
background-color css
<style>
a { background-color: #37C6A0; }
a { background-color: rgb(55,198,160); }
div.DivClassName
{
background-color: #37C6A0;
}
.BgClassName
{
background-color: #37C6A0;
}
</style>
border-color css
<style>
span { border-color: #37C6A0; }
span { border-color: rgb(55,198,160); }
td.TdClassName
{
border-color: #37C6A0;
}
.TagClassName
{
border-color: #37C6A0;
}
</style>