Shades of Shamrock #36C0A0
Tints of Shamrock #36C0A0
RGB
CMYK
RGB Variations
Color information
#36C0A0 (or 0x36C0A0) is known color: Shamrock. HEX triplet: 36, C0 and A0. RGB value is (54,192,160). Sum of RGB (Red+Green+Blue) = 54+192+160=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #36C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C0A0 is #C93F5F. Grayscale: #939393. Windows color (decimal): -13188960 or 10534966. OLE color: 10534966.
HSL color Cylindrical-coordinate representation of color #36C0A0: hue angle of 166.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C0A0 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 160 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.25 |
| HSL | 166.09º | 0.56% | 0.48% | - |
| HSV(B) | 166.09º | 0.72% | 0.75% | - |
| XYZ | 26.72 | 41.02 | 39.77 | - |
| YUV | 147.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 160 | 0.72 | 0 | 0.17 | 0.25 | 166.09 | 0.56 | 0.48 |
| Hex | 36 | C0 | A0 | 48 | 0 | 11 | 19 | A6 | 38 | 30 |
| Octal | 66 | 300 | 240 | 110 | 0 | 21 | 31 | 246 | 70 | 60 |
| Binary | 110110 | 11000000 | 10100000 | 1001000 | 0 | 10001 | 11001 | 10100110 | 111000 | 110000 |
Color Harmonies of #36C0A0
Complementary color
Monochromatic Colors of #36C0A0
Black with #36C0A0
Text Example
Text Example
White with #36C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C0A0; }
p { color: rgb(54,192,160); }
H1.HeaderClassName
{
color: #36C0A0;
}
.AnyTagClassName
{
color: #36C0A0;
}
</style>
background-color css
<style>
a { background-color: #36C0A0; }
a { background-color: rgb(54,192,160); }
div.DivClassName
{
background-color: #36C0A0;
}
.BgClassName
{
background-color: #36C0A0;
}
</style>
border-color css
<style>
span { border-color: #36C0A0; }
span { border-color: rgb(54,192,160); }
td.TdClassName
{
border-color: #36C0A0;
}
.TagClassName
{
border-color: #36C0A0;
}
</style>