Shades of Shamrock #37BE8C
Tints of Shamrock #37BE8C
RGB
CMYK
RGB Variations
Color information
#37BE8C (or 0x37BE8C) is known color: Shamrock. HEX triplet: 37, BE and 8C. RGB value is (55,190,140). Sum of RGB (Red+Green+Blue) = 55+190+140=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #37BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BE8C is #C84173. Grayscale: #909090. Windows color (decimal): -13123956 or 9223735. OLE color: 9223735.
HSL color Cylindrical-coordinate representation of color #37BE8C: hue angle of 157.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BE8C is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 190 | 140 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.25 |
| HSL | 157.78º | 0.55% | 0.48% | - |
| HSV(B) | 157.78º | 0.71% | 0.75% | - |
| XYZ | 24.72 | 39.53 | 31.14 | - |
| YUV | 143.94 | 125.77 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 190 | 140 | 0.71 | 0 | 0.26 | 0.25 | 157.78 | 0.55 | 0.48 |
| Hex | 37 | BE | 8C | 47 | 0 | 1A | 19 | 9E | 37 | 30 |
| Octal | 67 | 276 | 214 | 107 | 0 | 32 | 31 | 236 | 67 | 60 |
| Binary | 110111 | 10111110 | 10001100 | 1000111 | 0 | 11010 | 11001 | 10011110 | 110111 | 110000 |
Color Harmonies of #37BE8C
Complementary color
Monochromatic Colors of #37BE8C
Black with #37BE8C
Text Example
Text Example
White with #37BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BE8C; }
p { color: rgb(55,190,140); }
H1.HeaderClassName
{
color: #37BE8C;
}
.AnyTagClassName
{
color: #37BE8C;
}
</style>
background-color css
<style>
a { background-color: #37BE8C; }
a { background-color: rgb(55,190,140); }
div.DivClassName
{
background-color: #37BE8C;
}
.BgClassName
{
background-color: #37BE8C;
}
</style>
border-color css
<style>
span { border-color: #37BE8C; }
span { border-color: rgb(55,190,140); }
td.TdClassName
{
border-color: #37BE8C;
}
.TagClassName
{
border-color: #37BE8C;
}
</style>