Shades of Shamrock #3EC08A
Tints of Shamrock #3EC08A
RGB
CMYK
RGB Variations
Color information
#3EC08A (or 0x3EC08A) is known color: Shamrock. HEX triplet: 3E, C0 and 8A. RGB value is (62,192,138). Sum of RGB (Red+Green+Blue) = 62+192+138=392 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.82% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EC08A is #C13F75. Grayscale: #939393. Windows color (decimal): -12664694 or 9093182. OLE color: 9093182.
HSL color Cylindrical-coordinate representation of color #3EC08A: hue angle of 155.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC08A is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 138 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.25 |
| HSL | 155.08º | 0.51% | 0.5% | - |
| HSV(B) | 155.08º | 0.68% | 0.75% | - |
| XYZ | 25.42 | 40.56 | 30.53 | - |
| YUV | 146.97 | 122.93 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 138 | 0.68 | 0 | 0.28 | 0.25 | 155.08 | 0.51 | 0.5 |
| Hex | 3E | C0 | 8A | 44 | 0 | 1C | 19 | 9B | 33 | 32 |
| Octal | 76 | 300 | 212 | 104 | 0 | 34 | 31 | 233 | 63 | 62 |
| Binary | 111110 | 11000000 | 10001010 | 1000100 | 0 | 11100 | 11001 | 10011011 | 110011 | 110010 |
Color Harmonies of #3EC08A
Complementary color
Monochromatic Colors of #3EC08A
Black with #3EC08A
Text Example
Text Example
White with #3EC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC08A; }
p { color: rgb(62,192,138); }
H1.HeaderClassName
{
color: #3EC08A;
}
.AnyTagClassName
{
color: #3EC08A;
}
</style>
background-color css
<style>
a { background-color: #3EC08A; }
a { background-color: rgb(62,192,138); }
div.DivClassName
{
background-color: #3EC08A;
}
.BgClassName
{
background-color: #3EC08A;
}
</style>
border-color css
<style>
span { border-color: #3EC08A; }
span { border-color: rgb(62,192,138); }
td.TdClassName
{
border-color: #3EC08A;
}
.TagClassName
{
border-color: #3EC08A;
}
</style>