Shades of Shamrock #3ED2AC
Tints of Shamrock #3ED2AC
RGB
CMYK
RGB Variations
Color information
#3ED2AC (or 0x3ED2AC) is known color: Shamrock. HEX triplet: 3E, D2 and AC. RGB value is (62,210,172). Sum of RGB (Red+Green+Blue) = 62+210+172=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED2AC is #C12D53. Grayscale: #A1A1A1. Windows color (decimal): -12660052 or 11326014. OLE color: 11326014.
HSL color Cylindrical-coordinate representation of color #3ED2AC: hue angle of 164.59º 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 #3ED2AC is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 172 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.18 |
| HSL | 164.59º | 0.62% | 0.53% | - |
| HSV(B) | 164.59º | 0.7% | 0.82% | - |
| XYZ | 32.48 | 50.1 | 46.99 | - |
| YUV | 161.42 | 133.97 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 172 | 0.70 | 0 | 0.18 | 0.18 | 164.59 | 0.62 | 0.53 |
| Hex | 3E | D2 | AC | 46 | 0 | 12 | 12 | A5 | 3E | 35 |
| Octal | 76 | 322 | 254 | 106 | 0 | 22 | 22 | 245 | 76 | 65 |
| Binary | 111110 | 11010010 | 10101100 | 1000110 | 0 | 10010 | 10010 | 10100101 | 111110 | 110101 |
Color Harmonies of #3ED2AC
Complementary color
Monochromatic Colors of #3ED2AC
Black with #3ED2AC
Text Example
Text Example
White with #3ED2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED2AC; }
p { color: rgb(62,210,172); }
H1.HeaderClassName
{
color: #3ED2AC;
}
.AnyTagClassName
{
color: #3ED2AC;
}
</style>
background-color css
<style>
a { background-color: #3ED2AC; }
a { background-color: rgb(62,210,172); }
div.DivClassName
{
background-color: #3ED2AC;
}
.BgClassName
{
background-color: #3ED2AC;
}
</style>
border-color css
<style>
span { border-color: #3ED2AC; }
span { border-color: rgb(62,210,172); }
td.TdClassName
{
border-color: #3ED2AC;
}
.TagClassName
{
border-color: #3ED2AC;
}
</style>