Shades of Shamrock #3EDBAF
Tints of Shamrock #3EDBAF
RGB
CMYK
RGB Variations
Color information
#3EDBAF (or 0x3EDBAF) is known color: Shamrock. HEX triplet: 3E, DB and AF. RGB value is (62,219,175). Sum of RGB (Red+Green+Blue) = 62+219+175=456 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.60% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDBAF is #C12450. Grayscale: #A7A7A7. Windows color (decimal): -12657745 or 11524926. OLE color: 11524926.
HSL color Cylindrical-coordinate representation of color #3EDBAF: hue angle of 163.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDBAF is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 175 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.14 |
| HSL | 163.18º | 0.69% | 0.55% | - |
| HSV(B) | 163.18º | 0.72% | 0.86% | - |
| XYZ | 35.06 | 54.78 | 49.28 | - |
| YUV | 167.04 | 132.49 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 175 | 0.72 | 0 | 0.20 | 0.14 | 163.18 | 0.69 | 0.55 |
| Hex | 3E | DB | AF | 48 | 0 | 14 | E | A3 | 45 | 37 |
| Octal | 76 | 333 | 257 | 110 | 0 | 24 | 16 | 243 | 105 | 67 |
| Binary | 111110 | 11011011 | 10101111 | 1001000 | 0 | 10100 | 1110 | 10100011 | 1000101 | 110111 |
Color Harmonies of #3EDBAF
Complementary color
Monochromatic Colors of #3EDBAF
Black with #3EDBAF
Text Example
Text Example
White with #3EDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDBAF; }
p { color: rgb(62,219,175); }
H1.HeaderClassName
{
color: #3EDBAF;
}
.AnyTagClassName
{
color: #3EDBAF;
}
</style>
background-color css
<style>
a { background-color: #3EDBAF; }
a { background-color: rgb(62,219,175); }
div.DivClassName
{
background-color: #3EDBAF;
}
.BgClassName
{
background-color: #3EDBAF;
}
</style>
border-color css
<style>
span { border-color: #3EDBAF; }
span { border-color: rgb(62,219,175); }
td.TdClassName
{
border-color: #3EDBAF;
}
.TagClassName
{
border-color: #3EDBAF;
}
</style>