Shades of Shamrock #3EC3A0
Tints of Shamrock #3EC3A0
RGB
CMYK
RGB Variations
Color information
#3EC3A0 (or 0x3EC3A0) is known color: Shamrock. HEX triplet: 3E, C3 and A0. RGB value is (62,195,160). Sum of RGB (Red+Green+Blue) = 62+195+160=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EC3A0 is #C13C5F. Grayscale: #979797. Windows color (decimal): -12663904 or 10535742. OLE color: 10535742.
HSL color Cylindrical-coordinate representation of color #3EC3A0: hue angle of 164.21º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC3A0 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 160 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.24 |
| HSL | 164.21º | 0.53% | 0.5% | - |
| HSV(B) | 164.21º | 0.68% | 0.76% | - |
| XYZ | 27.85 | 42.59 | 40.01 | - |
| YUV | 151.24 | 132.94 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 160 | 0.68 | 0 | 0.18 | 0.24 | 164.21 | 0.53 | 0.5 |
| Hex | 3E | C3 | A0 | 44 | 0 | 12 | 18 | A4 | 35 | 32 |
| Octal | 76 | 303 | 240 | 104 | 0 | 22 | 30 | 244 | 65 | 62 |
| Binary | 111110 | 11000011 | 10100000 | 1000100 | 0 | 10010 | 11000 | 10100100 | 110101 | 110010 |
Color Harmonies of #3EC3A0
Complementary color
Monochromatic Colors of #3EC3A0
Black with #3EC3A0
Text Example
Text Example
White with #3EC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC3A0; }
p { color: rgb(62,195,160); }
H1.HeaderClassName
{
color: #3EC3A0;
}
.AnyTagClassName
{
color: #3EC3A0;
}
</style>
background-color css
<style>
a { background-color: #3EC3A0; }
a { background-color: rgb(62,195,160); }
div.DivClassName
{
background-color: #3EC3A0;
}
.BgClassName
{
background-color: #3EC3A0;
}
</style>
border-color css
<style>
span { border-color: #3EC3A0; }
span { border-color: rgb(62,195,160); }
td.TdClassName
{
border-color: #3EC3A0;
}
.TagClassName
{
border-color: #3EC3A0;
}
</style>