Shades of Shamrock #37CEAC
Tints of Shamrock #37CEAC
RGB
CMYK
RGB Variations
Color information
#37CEAC (or 0x37CEAC) is known color: Shamrock. HEX triplet: 37, CE and AC. RGB value is (55,206,172). Sum of RGB (Red+Green+Blue) = 55+206+172=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CEAC is #C83153. Grayscale: #9C9C9C. Windows color (decimal): -13119828 or 11324983. OLE color: 11324983.
HSL color Cylindrical-coordinate representation of color #37CEAC: hue angle of 166.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CEAC is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 172 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.19 |
| HSL | 166.49º | 0.61% | 0.51% | - |
| HSV(B) | 166.49º | 0.73% | 0.81% | - |
| XYZ | 31.09 | 47.93 | 46.64 | - |
| YUV | 156.98 | 136.47 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 172 | 0.73 | 0 | 0.17 | 0.19 | 166.49 | 0.61 | 0.51 |
| Hex | 37 | CE | AC | 49 | 0 | 11 | 13 | A6 | 3D | 33 |
| Octal | 67 | 316 | 254 | 111 | 0 | 21 | 23 | 246 | 75 | 63 |
| Binary | 110111 | 11001110 | 10101100 | 1001001 | 0 | 10001 | 10011 | 10100110 | 111101 | 110011 |
Color Harmonies of #37CEAC
Complementary color
Monochromatic Colors of #37CEAC
Black with #37CEAC
Text Example
Text Example
White with #37CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEAC; }
p { color: rgb(55,206,172); }
H1.HeaderClassName
{
color: #37CEAC;
}
.AnyTagClassName
{
color: #37CEAC;
}
</style>
background-color css
<style>
a { background-color: #37CEAC; }
a { background-color: rgb(55,206,172); }
div.DivClassName
{
background-color: #37CEAC;
}
.BgClassName
{
background-color: #37CEAC;
}
</style>
border-color css
<style>
span { border-color: #37CEAC; }
span { border-color: rgb(55,206,172); }
td.TdClassName
{
border-color: #37CEAC;
}
.TagClassName
{
border-color: #37CEAC;
}
</style>