Shades of Shamrock #37C7AC
Tints of Shamrock #37C7AC
RGB
CMYK
RGB Variations
Color information
#37C7AC (or 0x37C7AC) is known color: Shamrock. HEX triplet: 37, C7 and AC. RGB value is (55,199,172). Sum of RGB (Red+Green+Blue) = 55+199+172=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #37C7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C7AC is #C83853. Grayscale: #989898. Windows color (decimal): -13121620 or 11323191. OLE color: 11323191.
HSL color Cylindrical-coordinate representation of color #37C7AC: hue angle of 168.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C7AC is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 199 | 172 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.22 |
| HSL | 168.75º | 0.57% | 0.5% | - |
| HSV(B) | 168.75º | 0.72% | 0.78% | - |
| XYZ | 29.45 | 44.64 | 46.09 | - |
| YUV | 152.87 | 138.79 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 199 | 172 | 0.72 | 0 | 0.14 | 0.22 | 168.75 | 0.57 | 0.5 |
| Hex | 37 | C7 | AC | 48 | 0 | E | 16 | A9 | 39 | 32 |
| Octal | 67 | 307 | 254 | 110 | 0 | 16 | 26 | 251 | 71 | 62 |
| Binary | 110111 | 11000111 | 10101100 | 1001000 | 0 | 1110 | 10110 | 10101001 | 111001 | 110010 |
Color Harmonies of #37C7AC
Complementary color
Monochromatic Colors of #37C7AC
Black with #37C7AC
Text Example
Text Example
White with #37C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C7AC; }
p { color: rgb(55,199,172); }
H1.HeaderClassName
{
color: #37C7AC;
}
.AnyTagClassName
{
color: #37C7AC;
}
</style>
background-color css
<style>
a { background-color: #37C7AC; }
a { background-color: rgb(55,199,172); }
div.DivClassName
{
background-color: #37C7AC;
}
.BgClassName
{
background-color: #37C7AC;
}
</style>
border-color css
<style>
span { border-color: #37C7AC; }
span { border-color: rgb(55,199,172); }
td.TdClassName
{
border-color: #37C7AC;
}
.TagClassName
{
border-color: #37C7AC;
}
</style>