Shades of Shamrock #3ED0AB
Tints of Shamrock #3ED0AB
RGB
CMYK
RGB Variations
Color information
#3ED0AB (or 0x3ED0AB) is known color: Shamrock. HEX triplet: 3E, D0 and AB. RGB value is (62,208,171). Sum of RGB (Red+Green+Blue) = 62+208+171=441 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.06% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED0AB is #C12F54. Grayscale: #A0A0A0. Windows color (decimal): -12660565 or 11259966. OLE color: 11259966.
HSL color Cylindrical-coordinate representation of color #3ED0AB: hue angle of 164.79º degrees, saturation: 0.61, 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 #3ED0AB is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 171 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.18 |
| HSL | 164.79º | 0.61% | 0.53% | - |
| HSV(B) | 164.79º | 0.7% | 0.82% | - |
| XYZ | 31.89 | 49.08 | 46.32 | - |
| YUV | 160.13 | 134.13 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 171 | 0.70 | 0 | 0.18 | 0.18 | 164.79 | 0.61 | 0.53 |
| Hex | 3E | D0 | AB | 46 | 0 | 12 | 12 | A5 | 3D | 35 |
| Octal | 76 | 320 | 253 | 106 | 0 | 22 | 22 | 245 | 75 | 65 |
| Binary | 111110 | 11010000 | 10101011 | 1000110 | 0 | 10010 | 10010 | 10100101 | 111101 | 110101 |
Color Harmonies of #3ED0AB
Complementary color
Monochromatic Colors of #3ED0AB
Black with #3ED0AB
Text Example
Text Example
White with #3ED0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED0AB; }
p { color: rgb(62,208,171); }
H1.HeaderClassName
{
color: #3ED0AB;
}
.AnyTagClassName
{
color: #3ED0AB;
}
</style>
background-color css
<style>
a { background-color: #3ED0AB; }
a { background-color: rgb(62,208,171); }
div.DivClassName
{
background-color: #3ED0AB;
}
.BgClassName
{
background-color: #3ED0AB;
}
</style>
border-color css
<style>
span { border-color: #3ED0AB; }
span { border-color: rgb(62,208,171); }
td.TdClassName
{
border-color: #3ED0AB;
}
.TagClassName
{
border-color: #3ED0AB;
}
</style>