Shades of Shamrock #3EDDA8
Tints of Shamrock #3EDDA8
RGB
CMYK
RGB Variations
Color information
#3EDDA8 (or 0x3EDDA8) is known color: Shamrock. HEX triplet: 3E, DD and A8. RGB value is (62,221,168). Sum of RGB (Red+Green+Blue) = 62+221+168=451 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.75% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDDA8 is #C12257. Grayscale: #A7A7A7. Windows color (decimal): -12657240 or 11066686. OLE color: 11066686.
HSL color Cylindrical-coordinate representation of color #3EDDA8: hue angle of 160º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDDA8 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 168 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.13 |
| HSL | 160º | 0.7% | 0.55% | - |
| HSV(B) | 160º | 0.72% | 0.87% | - |
| XYZ | 34.91 | 55.56 | 45.93 | - |
| YUV | 167.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 168 | 0.72 | 0 | 0.24 | 0.13 | 160 | 0.7 | 0.55 |
| Hex | 3E | DD | A8 | 48 | 0 | 18 | D | A0 | 46 | 37 |
| Octal | 76 | 335 | 250 | 110 | 0 | 30 | 15 | 240 | 106 | 67 |
| Binary | 111110 | 11011101 | 10101000 | 1001000 | 0 | 11000 | 1101 | 10100000 | 1000110 | 110111 |
Color Harmonies of #3EDDA8
Complementary color
Monochromatic Colors of #3EDDA8
Black with #3EDDA8
Text Example
Text Example
White with #3EDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDDA8; }
p { color: rgb(62,221,168); }
H1.HeaderClassName
{
color: #3EDDA8;
}
.AnyTagClassName
{
color: #3EDDA8;
}
</style>
background-color css
<style>
a { background-color: #3EDDA8; }
a { background-color: rgb(62,221,168); }
div.DivClassName
{
background-color: #3EDDA8;
}
.BgClassName
{
background-color: #3EDDA8;
}
</style>
border-color css
<style>
span { border-color: #3EDDA8; }
span { border-color: rgb(62,221,168); }
td.TdClassName
{
border-color: #3EDDA8;
}
.TagClassName
{
border-color: #3EDDA8;
}
</style>