Shades of Shamrock #3ECDA8
Tints of Shamrock #3ECDA8
RGB
CMYK
RGB Variations
Color information
#3ECDA8 (or 0x3ECDA8) is known color: Shamrock. HEX triplet: 3E, CD and A8. RGB value is (62,205,168). Sum of RGB (Red+Green+Blue) = 62+205+168=435 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.25% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ECDA8 is #C13257. Grayscale: #9E9E9E. Windows color (decimal): -12661336 or 11062590. OLE color: 11062590.
HSL color Cylindrical-coordinate representation of color #3ECDA8: hue angle of 164.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECDA8 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 168 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.20 |
| HSL | 164.48º | 0.59% | 0.52% | - |
| HSV(B) | 164.48º | 0.7% | 0.8% | - |
| XYZ | 30.89 | 47.51 | 44.59 | - |
| YUV | 158.03 | 133.62 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 168 | 0.70 | 0 | 0.18 | 0.20 | 164.48 | 0.59 | 0.52 |
| Hex | 3E | CD | A8 | 46 | 0 | 12 | 14 | A4 | 3B | 34 |
| Octal | 76 | 315 | 250 | 106 | 0 | 22 | 24 | 244 | 73 | 64 |
| Binary | 111110 | 11001101 | 10101000 | 1000110 | 0 | 10010 | 10100 | 10100100 | 111011 | 110100 |
Color Harmonies of #3ECDA8
Complementary color
Monochromatic Colors of #3ECDA8
Black with #3ECDA8
Text Example
Text Example
White with #3ECDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDA8; }
p { color: rgb(62,205,168); }
H1.HeaderClassName
{
color: #3ECDA8;
}
.AnyTagClassName
{
color: #3ECDA8;
}
</style>
background-color css
<style>
a { background-color: #3ECDA8; }
a { background-color: rgb(62,205,168); }
div.DivClassName
{
background-color: #3ECDA8;
}
.BgClassName
{
background-color: #3ECDA8;
}
</style>
border-color css
<style>
span { border-color: #3ECDA8; }
span { border-color: rgb(62,205,168); }
td.TdClassName
{
border-color: #3ECDA8;
}
.TagClassName
{
border-color: #3ECDA8;
}
</style>