Shades of Shamrock #37F0A0
Tints of Shamrock #37F0A0
RGB
CMYK
RGB Variations
Color information
#37F0A0 (or 0x37F0A0) is known color: Shamrock. HEX triplet: 37, F0 and A0. RGB value is (55,240,160). Sum of RGB (Red+Green+Blue) = 55+240+160=455 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.09% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F0A0 is #C80F5F. Grayscale: #AFAFAF. Windows color (decimal): -13111136 or 10547255. OLE color: 10547255.
HSL color Cylindrical-coordinate representation of color #37F0A0: hue angle of 154.05º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F0A0 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 240 | 160 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.06 |
| HSL | 154.05º | 0.86% | 0.58% | - |
| HSV(B) | 154.05º | 0.77% | 0.94% | - |
| XYZ | 39.08 | 65.67 | 43.87 | - |
| YUV | 175.57 | 119.21 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 240 | 160 | 0.77 | 0 | 0.33 | 0.06 | 154.05 | 0.86 | 0.58 |
| Hex | 37 | F0 | A0 | 4D | 0 | 21 | 6 | 9A | 56 | 3A |
| Octal | 67 | 360 | 240 | 115 | 0 | 41 | 6 | 232 | 126 | 72 |
| Binary | 110111 | 11110000 | 10100000 | 1001101 | 0 | 100001 | 110 | 10011010 | 1010110 | 111010 |
Color Harmonies of #37F0A0
Complementary color
Monochromatic Colors of #37F0A0
Black with #37F0A0
Text Example
Text Example
White with #37F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F0A0; }
p { color: rgb(55,240,160); }
H1.HeaderClassName
{
color: #37F0A0;
}
.AnyTagClassName
{
color: #37F0A0;
}
</style>
background-color css
<style>
a { background-color: #37F0A0; }
a { background-color: rgb(55,240,160); }
div.DivClassName
{
background-color: #37F0A0;
}
.BgClassName
{
background-color: #37F0A0;
}
</style>
border-color css
<style>
span { border-color: #37F0A0; }
span { border-color: rgb(55,240,160); }
td.TdClassName
{
border-color: #37F0A0;
}
.TagClassName
{
border-color: #37F0A0;
}
</style>