Shades of Shamrock #3ED5AF
Tints of Shamrock #3ED5AF
RGB
CMYK
RGB Variations
Color information
#3ED5AF (or 0x3ED5AF) is known color: Shamrock. HEX triplet: 3E, D5 and AF. RGB value is (62,213,175). Sum of RGB (Red+Green+Blue) = 62+213+175=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED5AF is #C12A50. Grayscale: #A3A3A3. Windows color (decimal): -12659281 or 11523390. OLE color: 11523390.
HSL color Cylindrical-coordinate representation of color #3ED5AF: hue angle of 164.9º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED5AF is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 175 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.16 |
| HSL | 164.9º | 0.64% | 0.54% | - |
| HSV(B) | 164.9º | 0.71% | 0.84% | - |
| XYZ | 33.52 | 51.71 | 48.77 | - |
| YUV | 163.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 175 | 0.71 | 0 | 0.18 | 0.16 | 164.9 | 0.64 | 0.54 |
| Hex | 3E | D5 | AF | 47 | 0 | 12 | 10 | A5 | 40 | 36 |
| Octal | 76 | 325 | 257 | 107 | 0 | 22 | 20 | 245 | 100 | 66 |
| Binary | 111110 | 11010101 | 10101111 | 1000111 | 0 | 10010 | 10000 | 10100101 | 1000000 | 110110 |
Color Harmonies of #3ED5AF
Complementary color
Monochromatic Colors of #3ED5AF
Black with #3ED5AF
Text Example
Text Example
White with #3ED5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED5AF; }
p { color: rgb(62,213,175); }
H1.HeaderClassName
{
color: #3ED5AF;
}
.AnyTagClassName
{
color: #3ED5AF;
}
</style>
background-color css
<style>
a { background-color: #3ED5AF; }
a { background-color: rgb(62,213,175); }
div.DivClassName
{
background-color: #3ED5AF;
}
.BgClassName
{
background-color: #3ED5AF;
}
</style>
border-color css
<style>
span { border-color: #3ED5AF; }
span { border-color: rgb(62,213,175); }
td.TdClassName
{
border-color: #3ED5AF;
}
.TagClassName
{
border-color: #3ED5AF;
}
</style>