Shades of Shamrock #37C8A3
Tints of Shamrock #37C8A3
RGB
CMYK
RGB Variations
Color information
#37C8A3 (or 0x37C8A3) is known color: Shamrock. HEX triplet: 37, C8 and A3. RGB value is (55,200,163). Sum of RGB (Red+Green+Blue) = 55+200+163=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C8A3 is #C8375C. Grayscale: #989898. Windows color (decimal): -13121373 or 10733623. OLE color: 10733623.
HSL color Cylindrical-coordinate representation of color #37C8A3: hue angle of 164.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C8A3 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 200 | 163 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.22 |
| HSL | 164.69º | 0.57% | 0.5% | - |
| HSV(B) | 164.69º | 0.73% | 0.78% | - |
| XYZ | 28.84 | 44.77 | 41.77 | - |
| YUV | 152.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 200 | 163 | 0.72 | 0 | 0.18 | 0.22 | 164.69 | 0.57 | 0.5 |
| Hex | 37 | C8 | A3 | 48 | 0 | 12 | 16 | A5 | 39 | 32 |
| Octal | 67 | 310 | 243 | 110 | 0 | 22 | 26 | 245 | 71 | 62 |
| Binary | 110111 | 11001000 | 10100011 | 1001000 | 0 | 10010 | 10110 | 10100101 | 111001 | 110010 |
Color Harmonies of #37C8A3
Complementary color
Monochromatic Colors of #37C8A3
Black with #37C8A3
Text Example
Text Example
White with #37C8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C8A3; }
p { color: rgb(55,200,163); }
H1.HeaderClassName
{
color: #37C8A3;
}
.AnyTagClassName
{
color: #37C8A3;
}
</style>
background-color css
<style>
a { background-color: #37C8A3; }
a { background-color: rgb(55,200,163); }
div.DivClassName
{
background-color: #37C8A3;
}
.BgClassName
{
background-color: #37C8A3;
}
</style>
border-color css
<style>
span { border-color: #37C8A3; }
span { border-color: rgb(55,200,163); }
td.TdClassName
{
border-color: #37C8A3;
}
.TagClassName
{
border-color: #37C8A3;
}
</style>