Shades of Shamrock #36DCAB
Tints of Shamrock #36DCAB
RGB
CMYK
RGB Variations
Color information
#36DCAB (or 0x36DCAB) is known color: Shamrock. HEX triplet: 36, DC and AB. RGB value is (54,220,171). Sum of RGB (Red+Green+Blue) = 54+220+171=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DCAB is #C92354. Grayscale: #A4A4A4. Windows color (decimal): -13181781 or 11263030. OLE color: 11263030.
HSL color Cylindrical-coordinate representation of color #36DCAB: hue angle of 162.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCAB is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 171 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.14 |
| HSL | 162.29º | 0.7% | 0.54% | - |
| HSV(B) | 162.29º | 0.75% | 0.86% | - |
| XYZ | 34.47 | 54.91 | 47.31 | - |
| YUV | 164.78 | 131.5 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 171 | 0.75 | 0 | 0.22 | 0.14 | 162.29 | 0.7 | 0.54 |
| Hex | 36 | DC | AB | 4B | 0 | 16 | E | A2 | 46 | 36 |
| Octal | 66 | 334 | 253 | 113 | 0 | 26 | 16 | 242 | 106 | 66 |
| Binary | 110110 | 11011100 | 10101011 | 1001011 | 0 | 10110 | 1110 | 10100010 | 1000110 | 110110 |
Color Harmonies of #36DCAB
Complementary color
Monochromatic Colors of #36DCAB
Black with #36DCAB
Text Example
Text Example
White with #36DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCAB; }
p { color: rgb(54,220,171); }
H1.HeaderClassName
{
color: #36DCAB;
}
.AnyTagClassName
{
color: #36DCAB;
}
</style>
background-color css
<style>
a { background-color: #36DCAB; }
a { background-color: rgb(54,220,171); }
div.DivClassName
{
background-color: #36DCAB;
}
.BgClassName
{
background-color: #36DCAB;
}
</style>
border-color css
<style>
span { border-color: #36DCAB; }
span { border-color: rgb(54,220,171); }
td.TdClassName
{
border-color: #36DCAB;
}
.TagClassName
{
border-color: #36DCAB;
}
</style>