Shades of Shamrock #3CE0A0
Tints of Shamrock #3CE0A0
RGB
CMYK
RGB Variations
Color information
#3CE0A0 (or 0x3CE0A0) is known color: Shamrock. HEX triplet: 3C, E0 and A0. RGB value is (60,224,160). Sum of RGB (Red+Green+Blue) = 60+224+160=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE0A0 is #C31F5F. Grayscale: #A7A7A7. Windows color (decimal): -12787552 or 10543164. OLE color: 10543164.
HSL color Cylindrical-coordinate representation of color #3CE0A0: hue angle of 156.59º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE0A0 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 160 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.12 |
| HSL | 156.59º | 0.73% | 0.56% | - |
| HSV(B) | 156.59º | 0.73% | 0.88% | - |
| XYZ | 34.86 | 56.81 | 42.39 | - |
| YUV | 167.67 | 123.67 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 160 | 0.73 | 0 | 0.29 | 0.12 | 156.59 | 0.73 | 0.56 |
| Hex | 3C | E0 | A0 | 49 | 0 | 1D | C | 9D | 49 | 38 |
| Octal | 74 | 340 | 240 | 111 | 0 | 35 | 14 | 235 | 111 | 70 |
| Binary | 111100 | 11100000 | 10100000 | 1001001 | 0 | 11101 | 1100 | 10011101 | 1001001 | 111000 |
Color Harmonies of #3CE0A0
Complementary color
Monochromatic Colors of #3CE0A0
Black with #3CE0A0
Text Example
Text Example
White with #3CE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0A0; }
p { color: rgb(60,224,160); }
H1.HeaderClassName
{
color: #3CE0A0;
}
.AnyTagClassName
{
color: #3CE0A0;
}
</style>
background-color css
<style>
a { background-color: #3CE0A0; }
a { background-color: rgb(60,224,160); }
div.DivClassName
{
background-color: #3CE0A0;
}
.BgClassName
{
background-color: #3CE0A0;
}
</style>
border-color css
<style>
span { border-color: #3CE0A0; }
span { border-color: rgb(60,224,160); }
td.TdClassName
{
border-color: #3CE0A0;
}
.TagClassName
{
border-color: #3CE0A0;
}
</style>