Shades of Shamrock #3ED8A6
Tints of Shamrock #3ED8A6
RGB
CMYK
RGB Variations
Color information
#3ED8A6 (or 0x3ED8A6) is known color: Shamrock. HEX triplet: 3E, D8 and A6. RGB value is (62,216,166). Sum of RGB (Red+Green+Blue) = 62+216+166=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED8A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED8A6 is #C12759. Grayscale: #A4A4A4. Windows color (decimal): -12658522 or 10934334. OLE color: 10934334.
HSL color Cylindrical-coordinate representation of color #3ED8A6: hue angle of 160.52º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED8A6 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 166 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.15 |
| HSL | 160.52º | 0.66% | 0.55% | - |
| HSV(B) | 160.52º | 0.71% | 0.85% | - |
| XYZ | 33.43 | 52.89 | 44.52 | - |
| YUV | 164.25 | 128.98 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 166 | 0.71 | 0 | 0.23 | 0.15 | 160.52 | 0.66 | 0.55 |
| Hex | 3E | D8 | A6 | 47 | 0 | 17 | F | A1 | 42 | 37 |
| Octal | 76 | 330 | 246 | 107 | 0 | 27 | 17 | 241 | 102 | 67 |
| Binary | 111110 | 11011000 | 10100110 | 1000111 | 0 | 10111 | 1111 | 10100001 | 1000010 | 110111 |
Color Harmonies of #3ED8A6
Complementary color
Monochromatic Colors of #3ED8A6
Black with #3ED8A6
Text Example
Text Example
White with #3ED8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED8A6; }
p { color: rgb(62,216,166); }
H1.HeaderClassName
{
color: #3ED8A6;
}
.AnyTagClassName
{
color: #3ED8A6;
}
</style>
background-color css
<style>
a { background-color: #3ED8A6; }
a { background-color: rgb(62,216,166); }
div.DivClassName
{
background-color: #3ED8A6;
}
.BgClassName
{
background-color: #3ED8A6;
}
</style>
border-color css
<style>
span { border-color: #3ED8A6; }
span { border-color: rgb(62,216,166); }
td.TdClassName
{
border-color: #3ED8A6;
}
.TagClassName
{
border-color: #3ED8A6;
}
</style>