Shades of Shamrock #37BEA6
Tints of Shamrock #37BEA6
RGB
CMYK
RGB Variations
Color information
#37BEA6 (or 0x37BEA6) is known color: Shamrock. HEX triplet: 37, BE and A6. RGB value is (55,190,166). Sum of RGB (Red+Green+Blue) = 55+190+166=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #37BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BEA6 is #C84159. Grayscale: #929292. Windows color (decimal): -13123930 or 10927671. OLE color: 10927671.
HSL color Cylindrical-coordinate representation of color #37BEA6: hue angle of 169.33º 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 #37BEA6 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 190 | 166 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.25 |
| HSL | 169.33º | 0.55% | 0.48% | - |
| HSV(B) | 169.33º | 0.71% | 0.75% | - |
| XYZ | 26.87 | 40.39 | 42.46 | - |
| YUV | 146.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 190 | 166 | 0.71 | 0 | 0.13 | 0.25 | 169.33 | 0.55 | 0.48 |
| Hex | 37 | BE | A6 | 47 | 0 | D | 19 | A9 | 37 | 30 |
| Octal | 67 | 276 | 246 | 107 | 0 | 15 | 31 | 251 | 67 | 60 |
| Binary | 110111 | 10111110 | 10100110 | 1000111 | 0 | 1101 | 11001 | 10101001 | 110111 | 110000 |
Color Harmonies of #37BEA6
Complementary color
Monochromatic Colors of #37BEA6
Black with #37BEA6
Text Example
Text Example
White with #37BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BEA6; }
p { color: rgb(55,190,166); }
H1.HeaderClassName
{
color: #37BEA6;
}
.AnyTagClassName
{
color: #37BEA6;
}
</style>
background-color css
<style>
a { background-color: #37BEA6; }
a { background-color: rgb(55,190,166); }
div.DivClassName
{
background-color: #37BEA6;
}
.BgClassName
{
background-color: #37BEA6;
}
</style>
border-color css
<style>
span { border-color: #37BEA6; }
span { border-color: rgb(55,190,166); }
td.TdClassName
{
border-color: #37BEA6;
}
.TagClassName
{
border-color: #37BEA6;
}
</style>