Shades of Shamrock #36CBA3
Tints of Shamrock #36CBA3
RGB
CMYK
RGB Variations
Color information
#36CBA3 (or 0x36CBA3) is known color: Shamrock. HEX triplet: 36, CB and A3. RGB value is (54,203,163). Sum of RGB (Red+Green+Blue) = 54+203+163=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CBA3 is #C9345C. Grayscale: #999999. Windows color (decimal): -13186141 or 10734390. OLE color: 10734390.
HSL color Cylindrical-coordinate representation of color #36CBA3: hue angle of 163.89º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CBA3 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 163 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.20 |
| HSL | 163.89º | 0.59% | 0.5% | - |
| HSV(B) | 163.89º | 0.73% | 0.8% | - |
| XYZ | 29.49 | 46.14 | 42 | - |
| YUV | 153.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 163 | 0.73 | 0 | 0.20 | 0.20 | 163.89 | 0.59 | 0.5 |
| Hex | 36 | CB | A3 | 49 | 0 | 14 | 14 | A4 | 3B | 32 |
| Octal | 66 | 313 | 243 | 111 | 0 | 24 | 24 | 244 | 73 | 62 |
| Binary | 110110 | 11001011 | 10100011 | 1001001 | 0 | 10100 | 10100 | 10100100 | 111011 | 110010 |
Color Harmonies of #36CBA3
Complementary color
Monochromatic Colors of #36CBA3
Black with #36CBA3
Text Example
Text Example
White with #36CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBA3; }
p { color: rgb(54,203,163); }
H1.HeaderClassName
{
color: #36CBA3;
}
.AnyTagClassName
{
color: #36CBA3;
}
</style>
background-color css
<style>
a { background-color: #36CBA3; }
a { background-color: rgb(54,203,163); }
div.DivClassName
{
background-color: #36CBA3;
}
.BgClassName
{
background-color: #36CBA3;
}
</style>
border-color css
<style>
span { border-color: #36CBA3; }
span { border-color: rgb(54,203,163); }
td.TdClassName
{
border-color: #36CBA3;
}
.TagClassName
{
border-color: #36CBA3;
}
</style>