Shades of Shamrock #3EEEAF
Tints of Shamrock #3EEEAF
RGB
CMYK
RGB Variations
Color information
#3EEEAF (or 0x3EEEAF) is known color: Shamrock. HEX triplet: 3E, EE and AF. RGB value is (62,238,175). Sum of RGB (Red+Green+Blue) = 62+238+175=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EEEAF is #C11150. Grayscale: #B2B2B2. Windows color (decimal): -12652881 or 11529790. OLE color: 11529790.
HSL color Cylindrical-coordinate representation of color #3EEEAF: hue angle of 158.52º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEEAF is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 238 | 175 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.07 |
| HSL | 158.52º | 0.84% | 0.59% | - |
| HSV(B) | 158.52º | 0.74% | 0.93% | - |
| XYZ | 40.3 | 65.27 | 51.03 | - |
| YUV | 178.19 | 126.19 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 238 | 175 | 0.74 | 0 | 0.26 | 0.07 | 158.52 | 0.84 | 0.59 |
| Hex | 3E | EE | AF | 4A | 0 | 1A | 7 | 9F | 54 | 3B |
| Octal | 76 | 356 | 257 | 112 | 0 | 32 | 7 | 237 | 124 | 73 |
| Binary | 111110 | 11101110 | 10101111 | 1001010 | 0 | 11010 | 111 | 10011111 | 1010100 | 111011 |
Color Harmonies of #3EEEAF
Complementary color
Monochromatic Colors of #3EEEAF
Black with #3EEEAF
Text Example
Text Example
White with #3EEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEEAF; }
p { color: rgb(62,238,175); }
H1.HeaderClassName
{
color: #3EEEAF;
}
.AnyTagClassName
{
color: #3EEEAF;
}
</style>
background-color css
<style>
a { background-color: #3EEEAF; }
a { background-color: rgb(62,238,175); }
div.DivClassName
{
background-color: #3EEEAF;
}
.BgClassName
{
background-color: #3EEEAF;
}
</style>
border-color css
<style>
span { border-color: #3EEEAF; }
span { border-color: rgb(62,238,175); }
td.TdClassName
{
border-color: #3EEEAF;
}
.TagClassName
{
border-color: #3EEEAF;
}
</style>