Shades of Shamrock #3ED1AD
Tints of Shamrock #3ED1AD
RGB
CMYK
RGB Variations
Color information
#3ED1AD (or 0x3ED1AD) is known color: Shamrock. HEX triplet: 3E, D1 and AD. RGB value is (62,209,173). Sum of RGB (Red+Green+Blue) = 62+209+173=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED1AD is #C12E52. Grayscale: #A0A0A0. Windows color (decimal): -12660307 or 11391294. OLE color: 11391294.
HSL color Cylindrical-coordinate representation of color #3ED1AD: hue angle of 165.31º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED1AD is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 209 | 173 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.18 |
| HSL | 165.31º | 0.62% | 0.53% | - |
| HSV(B) | 165.31º | 0.7% | 0.82% | - |
| XYZ | 32.33 | 49.64 | 47.41 | - |
| YUV | 160.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 209 | 173 | 0.70 | 0 | 0.17 | 0.18 | 165.31 | 0.62 | 0.53 |
| Hex | 3E | D1 | AD | 46 | 0 | 11 | 12 | A5 | 3E | 35 |
| Octal | 76 | 321 | 255 | 106 | 0 | 21 | 22 | 245 | 76 | 65 |
| Binary | 111110 | 11010001 | 10101101 | 1000110 | 0 | 10001 | 10010 | 10100101 | 111110 | 110101 |
Color Harmonies of #3ED1AD
Complementary color
Monochromatic Colors of #3ED1AD
Black with #3ED1AD
Text Example
Text Example
White with #3ED1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED1AD; }
p { color: rgb(62,209,173); }
H1.HeaderClassName
{
color: #3ED1AD;
}
.AnyTagClassName
{
color: #3ED1AD;
}
</style>
background-color css
<style>
a { background-color: #3ED1AD; }
a { background-color: rgb(62,209,173); }
div.DivClassName
{
background-color: #3ED1AD;
}
.BgClassName
{
background-color: #3ED1AD;
}
</style>
border-color css
<style>
span { border-color: #3ED1AD; }
span { border-color: rgb(62,209,173); }
td.TdClassName
{
border-color: #3ED1AD;
}
.TagClassName
{
border-color: #3ED1AD;
}
</style>