Shades of Shamrock #36CDA1
Tints of Shamrock #36CDA1
RGB
CMYK
RGB Variations
Color information
#36CDA1 (or 0x36CDA1) is known color: Shamrock. HEX triplet: 36, CD and A1. RGB value is (54,205,161). Sum of RGB (Red+Green+Blue) = 54+205+161=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CDA1 is #C9325E. Grayscale: #9A9A9A. Windows color (decimal): -13185631 or 10603830. OLE color: 10603830.
HSL color Cylindrical-coordinate representation of color #36CDA1: hue angle of 162.52º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CDA1 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 205 | 161 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.20 |
| HSL | 162.52º | 0.6% | 0.51% | - |
| HSV(B) | 162.52º | 0.74% | 0.8% | - |
| XYZ | 29.79 | 47.02 | 41.22 | - |
| YUV | 154.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 205 | 161 | 0.74 | 0 | 0.21 | 0.20 | 162.52 | 0.6 | 0.51 |
| Hex | 36 | CD | A1 | 4A | 0 | 15 | 14 | A3 | 3C | 33 |
| Octal | 66 | 315 | 241 | 112 | 0 | 25 | 24 | 243 | 74 | 63 |
| Binary | 110110 | 11001101 | 10100001 | 1001010 | 0 | 10101 | 10100 | 10100011 | 111100 | 110011 |
Color Harmonies of #36CDA1
Complementary color
Monochromatic Colors of #36CDA1
Black with #36CDA1
Text Example
Text Example
White with #36CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CDA1; }
p { color: rgb(54,205,161); }
H1.HeaderClassName
{
color: #36CDA1;
}
.AnyTagClassName
{
color: #36CDA1;
}
</style>
background-color css
<style>
a { background-color: #36CDA1; }
a { background-color: rgb(54,205,161); }
div.DivClassName
{
background-color: #36CDA1;
}
.BgClassName
{
background-color: #36CDA1;
}
</style>
border-color css
<style>
span { border-color: #36CDA1; }
span { border-color: rgb(54,205,161); }
td.TdClassName
{
border-color: #36CDA1;
}
.TagClassName
{
border-color: #36CDA1;
}
</style>