Shades of Shamrock #3ED2AF
Tints of Shamrock #3ED2AF
RGB
CMYK
RGB Variations
Color information
#3ED2AF (or 0x3ED2AF) is known color: Shamrock. HEX triplet: 3E, D2 and AF. RGB value is (62,210,175). Sum of RGB (Red+Green+Blue) = 62+210+175=447 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.87% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED2AF is #C12D50. Grayscale: #A1A1A1. Windows color (decimal): -12660049 or 11522622. OLE color: 11522622.
HSL color Cylindrical-coordinate representation of color #3ED2AF: hue angle of 165.81º 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 #3ED2AF is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 175 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.18 |
| HSL | 165.81º | 0.62% | 0.53% | - |
| HSV(B) | 165.81º | 0.7% | 0.82% | - |
| XYZ | 32.77 | 50.21 | 48.52 | - |
| YUV | 161.76 | 135.47 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 175 | 0.70 | 0 | 0.17 | 0.18 | 165.81 | 0.62 | 0.53 |
| Hex | 3E | D2 | AF | 46 | 0 | 11 | 12 | A6 | 3E | 35 |
| Octal | 76 | 322 | 257 | 106 | 0 | 21 | 22 | 246 | 76 | 65 |
| Binary | 111110 | 11010010 | 10101111 | 1000110 | 0 | 10001 | 10010 | 10100110 | 111110 | 110101 |
Color Harmonies of #3ED2AF
Complementary color
Monochromatic Colors of #3ED2AF
Black with #3ED2AF
Text Example
Text Example
White with #3ED2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED2AF; }
p { color: rgb(62,210,175); }
H1.HeaderClassName
{
color: #3ED2AF;
}
.AnyTagClassName
{
color: #3ED2AF;
}
</style>
background-color css
<style>
a { background-color: #3ED2AF; }
a { background-color: rgb(62,210,175); }
div.DivClassName
{
background-color: #3ED2AF;
}
.BgClassName
{
background-color: #3ED2AF;
}
</style>
border-color css
<style>
span { border-color: #3ED2AF; }
span { border-color: rgb(62,210,175); }
td.TdClassName
{
border-color: #3ED2AF;
}
.TagClassName
{
border-color: #3ED2AF;
}
</style>