Shades of Shamrock #37BEA2
Tints of Shamrock #37BEA2
RGB
CMYK
RGB Variations
Color information
#37BEA2 (or 0x37BEA2) is known color: Shamrock. HEX triplet: 37, BE and A2. RGB value is (55,190,162). Sum of RGB (Red+Green+Blue) = 55+190+162=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #37BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BEA2 is #C8415D. Grayscale: #929292. Windows color (decimal): -13123934 or 10665527. OLE color: 10665527.
HSL color Cylindrical-coordinate representation of color #37BEA2: hue angle of 167.56º 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 #37BEA2 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 190 | 162 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.25 |
| HSL | 167.56º | 0.55% | 0.48% | - |
| HSV(B) | 167.56º | 0.71% | 0.75% | - |
| XYZ | 26.51 | 40.25 | 40.55 | - |
| YUV | 146.44 | 136.77 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 190 | 162 | 0.71 | 0 | 0.15 | 0.25 | 167.56 | 0.55 | 0.48 |
| Hex | 37 | BE | A2 | 47 | 0 | F | 19 | A8 | 37 | 30 |
| Octal | 67 | 276 | 242 | 107 | 0 | 17 | 31 | 250 | 67 | 60 |
| Binary | 110111 | 10111110 | 10100010 | 1000111 | 0 | 1111 | 11001 | 10101000 | 110111 | 110000 |
Color Harmonies of #37BEA2
Complementary color
Monochromatic Colors of #37BEA2
Black with #37BEA2
Text Example
Text Example
White with #37BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BEA2; }
p { color: rgb(55,190,162); }
H1.HeaderClassName
{
color: #37BEA2;
}
.AnyTagClassName
{
color: #37BEA2;
}
</style>
background-color css
<style>
a { background-color: #37BEA2; }
a { background-color: rgb(55,190,162); }
div.DivClassName
{
background-color: #37BEA2;
}
.BgClassName
{
background-color: #37BEA2;
}
</style>
border-color css
<style>
span { border-color: #37BEA2; }
span { border-color: rgb(55,190,162); }
td.TdClassName
{
border-color: #37BEA2;
}
.TagClassName
{
border-color: #37BEA2;
}
</style>