Shades of Shamrock #36CCA2
Tints of Shamrock #36CCA2
RGB
CMYK
RGB Variations
Color information
#36CCA2 (or 0x36CCA2) is known color: Shamrock. HEX triplet: 36, CC and A2. RGB value is (54,204,162). Sum of RGB (Red+Green+Blue) = 54+204+162=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CCA2 is #C9335D. Grayscale: #9A9A9A. Windows color (decimal): -13185886 or 10669110. OLE color: 10669110.
HSL color Cylindrical-coordinate representation of color #36CCA2: hue angle of 163.2º 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 #36CCA2 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 162 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.2 |
| HSL | 163.2º | 0.6% | 0.51% | - |
| HSV(B) | 163.2º | 0.74% | 0.8% | - |
| XYZ | 29.64 | 46.58 | 41.61 | - |
| YUV | 154.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 162 | 0.74 | 0 | 0.21 | 0.2 | 163.2 | 0.6 | 0.51 |
| Hex | 36 | CC | A2 | 4A | 0 | 15 | 14 | A3 | 3C | 33 |
| Octal | 66 | 314 | 242 | 112 | 0 | 25 | 24 | 243 | 74 | 63 |
| Binary | 110110 | 11001100 | 10100010 | 1001010 | 0 | 10101 | 10100 | 10100011 | 111100 | 110011 |
Color Harmonies of #36CCA2
Complementary color
Monochromatic Colors of #36CCA2
Black with #36CCA2
Text Example
Text Example
White with #36CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCA2; }
p { color: rgb(54,204,162); }
H1.HeaderClassName
{
color: #36CCA2;
}
.AnyTagClassName
{
color: #36CCA2;
}
</style>
background-color css
<style>
a { background-color: #36CCA2; }
a { background-color: rgb(54,204,162); }
div.DivClassName
{
background-color: #36CCA2;
}
.BgClassName
{
background-color: #36CCA2;
}
</style>
border-color css
<style>
span { border-color: #36CCA2; }
span { border-color: rgb(54,204,162); }
td.TdClassName
{
border-color: #36CCA2;
}
.TagClassName
{
border-color: #36CCA2;
}
</style>