Shades of Shamrock #36C2A0
Tints of Shamrock #36C2A0
RGB
CMYK
RGB Variations
Color information
#36C2A0 (or 0x36C2A0) is known color: Shamrock. HEX triplet: 36, C2 and A0. RGB value is (54,194,160). Sum of RGB (Red+Green+Blue) = 54+194+160=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C2A0 is #C93D5F. Grayscale: #949494. Windows color (decimal): -13188448 or 10535478. OLE color: 10535478.
HSL color Cylindrical-coordinate representation of color #36C2A0: hue angle of 165.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C2A0 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 160 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.24 |
| HSL | 165.43º | 0.56% | 0.49% | - |
| HSV(B) | 165.43º | 0.72% | 0.76% | - |
| XYZ | 27.16 | 41.91 | 39.91 | - |
| YUV | 148.26 | 134.62 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 160 | 0.72 | 0 | 0.18 | 0.24 | 165.43 | 0.56 | 0.49 |
| Hex | 36 | C2 | A0 | 48 | 0 | 12 | 18 | A5 | 38 | 31 |
| Octal | 66 | 302 | 240 | 110 | 0 | 22 | 30 | 245 | 70 | 61 |
| Binary | 110110 | 11000010 | 10100000 | 1001000 | 0 | 10010 | 11000 | 10100101 | 111000 | 110001 |
Color Harmonies of #36C2A0
Complementary color
Monochromatic Colors of #36C2A0
Black with #36C2A0
Text Example
Text Example
White with #36C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C2A0; }
p { color: rgb(54,194,160); }
H1.HeaderClassName
{
color: #36C2A0;
}
.AnyTagClassName
{
color: #36C2A0;
}
</style>
background-color css
<style>
a { background-color: #36C2A0; }
a { background-color: rgb(54,194,160); }
div.DivClassName
{
background-color: #36C2A0;
}
.BgClassName
{
background-color: #36C2A0;
}
</style>
border-color css
<style>
span { border-color: #36C2A0; }
span { border-color: rgb(54,194,160); }
td.TdClassName
{
border-color: #36C2A0;
}
.TagClassName
{
border-color: #36C2A0;
}
</style>