Shades of Shamrock #37CFAC
Tints of Shamrock #37CFAC
RGB
CMYK
RGB Variations
Color information
#37CFAC (or 0x37CFAC) is known color: Shamrock. HEX triplet: 37, CF and AC. RGB value is (55,207,172). Sum of RGB (Red+Green+Blue) = 55+207+172=434 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.67% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CFAC is #C83053. Grayscale: #9D9D9D. Windows color (decimal): -13119572 or 11325239. OLE color: 11325239.
HSL color Cylindrical-coordinate representation of color #37CFAC: hue angle of 166.18º 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 #37CFAC is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 172 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.19 |
| HSL | 166.18º | 0.61% | 0.51% | - |
| HSV(B) | 166.18º | 0.73% | 0.81% | - |
| XYZ | 31.33 | 48.42 | 46.72 | - |
| YUV | 157.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 172 | 0.73 | 0 | 0.17 | 0.19 | 166.18 | 0.61 | 0.51 |
| Hex | 37 | CF | AC | 49 | 0 | 11 | 13 | A6 | 3D | 33 |
| Octal | 67 | 317 | 254 | 111 | 0 | 21 | 23 | 246 | 75 | 63 |
| Binary | 110111 | 11001111 | 10101100 | 1001001 | 0 | 10001 | 10011 | 10100110 | 111101 | 110011 |
Color Harmonies of #37CFAC
Complementary color
Monochromatic Colors of #37CFAC
Black with #37CFAC
Text Example
Text Example
White with #37CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFAC; }
p { color: rgb(55,207,172); }
H1.HeaderClassName
{
color: #37CFAC;
}
.AnyTagClassName
{
color: #37CFAC;
}
</style>
background-color css
<style>
a { background-color: #37CFAC; }
a { background-color: rgb(55,207,172); }
div.DivClassName
{
background-color: #37CFAC;
}
.BgClassName
{
background-color: #37CFAC;
}
</style>
border-color css
<style>
span { border-color: #37CFAC; }
span { border-color: rgb(55,207,172); }
td.TdClassName
{
border-color: #37CFAC;
}
.TagClassName
{
border-color: #37CFAC;
}
</style>