Shades of Shamrock #36CDA3
Tints of Shamrock #36CDA3
RGB
CMYK
RGB Variations
Color information
#36CDA3 (or 0x36CDA3) is known color: Shamrock. HEX triplet: 36, CD and A3. RGB value is (54,205,163). Sum of RGB (Red+Green+Blue) = 54+205+163=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CDA3 is #C9325C. Grayscale: #9B9B9B. Windows color (decimal): -13185629 or 10734902. OLE color: 10734902.
HSL color Cylindrical-coordinate representation of color #36CDA3: hue angle of 163.31º 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 #36CDA3 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 205 | 163 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.20 |
| HSL | 163.31º | 0.6% | 0.51% | - |
| HSV(B) | 163.31º | 0.74% | 0.8% | - |
| XYZ | 29.96 | 47.09 | 42.16 | - |
| YUV | 155.06 | 132.47 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 205 | 163 | 0.74 | 0 | 0.20 | 0.20 | 163.31 | 0.6 | 0.51 |
| Hex | 36 | CD | A3 | 4A | 0 | 14 | 14 | A3 | 3C | 33 |
| Octal | 66 | 315 | 243 | 112 | 0 | 24 | 24 | 243 | 74 | 63 |
| Binary | 110110 | 11001101 | 10100011 | 1001010 | 0 | 10100 | 10100 | 10100011 | 111100 | 110011 |
Color Harmonies of #36CDA3
Complementary color
Monochromatic Colors of #36CDA3
Black with #36CDA3
Text Example
Text Example
White with #36CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CDA3; }
p { color: rgb(54,205,163); }
H1.HeaderClassName
{
color: #36CDA3;
}
.AnyTagClassName
{
color: #36CDA3;
}
</style>
background-color css
<style>
a { background-color: #36CDA3; }
a { background-color: rgb(54,205,163); }
div.DivClassName
{
background-color: #36CDA3;
}
.BgClassName
{
background-color: #36CDA3;
}
</style>
border-color css
<style>
span { border-color: #36CDA3; }
span { border-color: rgb(54,205,163); }
td.TdClassName
{
border-color: #36CDA3;
}
.TagClassName
{
border-color: #36CDA3;
}
</style>