Shades of Shamrock #36C0AB
Tints of Shamrock #36C0AB
RGB
CMYK
RGB Variations
Color information
#36C0AB (or 0x36C0AB) is known color: Shamrock. HEX triplet: 36, C0 and AB. RGB value is (54,192,171). Sum of RGB (Red+Green+Blue) = 54+192+171=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #36C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C0AB is #C93F54. Grayscale: #949494. Windows color (decimal): -13188949 or 11255862. OLE color: 11255862.
HSL color Cylindrical-coordinate representation of color #36C0AB: hue angle of 170.87º 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 #36C0AB is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 171 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.25 |
| HSL | 170.87º | 0.56% | 0.48% | - |
| HSV(B) | 170.87º | 0.72% | 0.75% | - |
| XYZ | 27.72 | 41.42 | 45.06 | - |
| YUV | 148.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 171 | 0.72 | 0 | 0.11 | 0.25 | 170.87 | 0.56 | 0.48 |
| Hex | 36 | C0 | AB | 48 | 0 | B | 19 | AB | 38 | 30 |
| Octal | 66 | 300 | 253 | 110 | 0 | 13 | 31 | 253 | 70 | 60 |
| Binary | 110110 | 11000000 | 10101011 | 1001000 | 0 | 1011 | 11001 | 10101011 | 111000 | 110000 |
Color Harmonies of #36C0AB
Complementary color
Monochromatic Colors of #36C0AB
Black with #36C0AB
Text Example
Text Example
White with #36C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C0AB; }
p { color: rgb(54,192,171); }
H1.HeaderClassName
{
color: #36C0AB;
}
.AnyTagClassName
{
color: #36C0AB;
}
</style>
background-color css
<style>
a { background-color: #36C0AB; }
a { background-color: rgb(54,192,171); }
div.DivClassName
{
background-color: #36C0AB;
}
.BgClassName
{
background-color: #36C0AB;
}
</style>
border-color css
<style>
span { border-color: #36C0AB; }
span { border-color: rgb(54,192,171); }
td.TdClassName
{
border-color: #36C0AB;
}
.TagClassName
{
border-color: #36C0AB;
}
</style>