Shades of Shamrock #36DDA0
Tints of Shamrock #36DDA0
RGB
CMYK
RGB Variations
Color information
#36DDA0 (or 0x36DDA0) is known color: Shamrock. HEX triplet: 36, DD and A0. RGB value is (54,221,160). Sum of RGB (Red+Green+Blue) = 54+221+160=435 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.41% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DDA0 is #C9225F. Grayscale: #A4A4A4. Windows color (decimal): -13181536 or 10542390. OLE color: 10542390.
HSL color Cylindrical-coordinate representation of color #36DDA0: hue angle of 158.08º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DDA0 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 160 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.13 |
| HSL | 158.08º | 0.71% | 0.54% | - |
| HSV(B) | 158.08º | 0.76% | 0.87% | - |
| XYZ | 33.72 | 55.04 | 42.1 | - |
| YUV | 164.11 | 125.67 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 160 | 0.76 | 0 | 0.28 | 0.13 | 158.08 | 0.71 | 0.54 |
| Hex | 36 | DD | A0 | 4C | 0 | 1C | D | 9E | 47 | 36 |
| Octal | 66 | 335 | 240 | 114 | 0 | 34 | 15 | 236 | 107 | 66 |
| Binary | 110110 | 11011101 | 10100000 | 1001100 | 0 | 11100 | 1101 | 10011110 | 1000111 | 110110 |
Color Harmonies of #36DDA0
Complementary color
Monochromatic Colors of #36DDA0
Black with #36DDA0
Text Example
Text Example
White with #36DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DDA0; }
p { color: rgb(54,221,160); }
H1.HeaderClassName
{
color: #36DDA0;
}
.AnyTagClassName
{
color: #36DDA0;
}
</style>
background-color css
<style>
a { background-color: #36DDA0; }
a { background-color: rgb(54,221,160); }
div.DivClassName
{
background-color: #36DDA0;
}
.BgClassName
{
background-color: #36DDA0;
}
</style>
border-color css
<style>
span { border-color: #36DDA0; }
span { border-color: rgb(54,221,160); }
td.TdClassName
{
border-color: #36DDA0;
}
.TagClassName
{
border-color: #36DDA0;
}
</style>