Shades of Shamrock #3EDEAF
Tints of Shamrock #3EDEAF
RGB
CMYK
RGB Variations
Color information
#3EDEAF (or 0x3EDEAF) is known color: Shamrock. HEX triplet: 3E, DE and AF. RGB value is (62,222,175). Sum of RGB (Red+Green+Blue) = 62+222+175=459 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.51% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDEAF is #C12150. Grayscale: #A8A8A8. Windows color (decimal): -12656977 or 11525694. OLE color: 11525694.
HSL color Cylindrical-coordinate representation of color #3EDEAF: hue angle of 162.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDEAF is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 175 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.13 |
| HSL | 162.38º | 0.71% | 0.56% | - |
| HSV(B) | 162.38º | 0.72% | 0.87% | - |
| XYZ | 35.85 | 56.36 | 49.55 | - |
| YUV | 168.8 | 131.49 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 175 | 0.72 | 0 | 0.21 | 0.13 | 162.38 | 0.71 | 0.56 |
| Hex | 3E | DE | AF | 48 | 0 | 15 | D | A2 | 47 | 38 |
| Octal | 76 | 336 | 257 | 110 | 0 | 25 | 15 | 242 | 107 | 70 |
| Binary | 111110 | 11011110 | 10101111 | 1001000 | 0 | 10101 | 1101 | 10100010 | 1000111 | 111000 |
Color Harmonies of #3EDEAF
Complementary color
Monochromatic Colors of #3EDEAF
Black with #3EDEAF
Text Example
Text Example
White with #3EDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEAF; }
p { color: rgb(62,222,175); }
H1.HeaderClassName
{
color: #3EDEAF;
}
.AnyTagClassName
{
color: #3EDEAF;
}
</style>
background-color css
<style>
a { background-color: #3EDEAF; }
a { background-color: rgb(62,222,175); }
div.DivClassName
{
background-color: #3EDEAF;
}
.BgClassName
{
background-color: #3EDEAF;
}
</style>
border-color css
<style>
span { border-color: #3EDEAF; }
span { border-color: rgb(62,222,175); }
td.TdClassName
{
border-color: #3EDEAF;
}
.TagClassName
{
border-color: #3EDEAF;
}
</style>