Shades of Shamrock #3EBC8C
Tints of Shamrock #3EBC8C
RGB
CMYK
RGB Variations
Color information
#3EBC8C (or 0x3EBC8C) is known color: Shamrock. HEX triplet: 3E, BC and 8C. RGB value is (62,188,140). Sum of RGB (Red+Green+Blue) = 62+188+140=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBC8C is #C14373. Grayscale: #909090. Windows color (decimal): -12665716 or 9223230. OLE color: 9223230.
HSL color Cylindrical-coordinate representation of color #3EBC8C: hue angle of 157.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBC8C is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 140 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.26 |
| HSL | 157.14º | 0.5% | 0.49% | - |
| HSV(B) | 157.14º | 0.67% | 0.74% | - |
| XYZ | 24.7 | 38.88 | 31.01 | - |
| YUV | 144.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 140 | 0.67 | 0 | 0.26 | 0.26 | 157.14 | 0.5 | 0.49 |
| Hex | 3E | BC | 8C | 43 | 0 | 1A | 1A | 9D | 32 | 31 |
| Octal | 76 | 274 | 214 | 103 | 0 | 32 | 32 | 235 | 62 | 61 |
| Binary | 111110 | 10111100 | 10001100 | 1000011 | 0 | 11010 | 11010 | 10011101 | 110010 | 110001 |
Color Harmonies of #3EBC8C
Complementary color
Monochromatic Colors of #3EBC8C
Black with #3EBC8C
Text Example
Text Example
White with #3EBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC8C; }
p { color: rgb(62,188,140); }
H1.HeaderClassName
{
color: #3EBC8C;
}
.AnyTagClassName
{
color: #3EBC8C;
}
</style>
background-color css
<style>
a { background-color: #3EBC8C; }
a { background-color: rgb(62,188,140); }
div.DivClassName
{
background-color: #3EBC8C;
}
.BgClassName
{
background-color: #3EBC8C;
}
</style>
border-color css
<style>
span { border-color: #3EBC8C; }
span { border-color: rgb(62,188,140); }
td.TdClassName
{
border-color: #3EBC8C;
}
.TagClassName
{
border-color: #3EBC8C;
}
</style>