Shades of Medium Aquamarine #60EEAD
Tints of Medium Aquamarine #60EEAD
RGB
CMYK
RGB Variations
Color information
#60EEAD (or 0x60EEAD) is known color: Medium Aquamarine. HEX triplet: 60, EE and AD. RGB value is (96,238,173). Sum of RGB (Red+Green+Blue) = 96+238+173=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EEAD is #9F1152. Grayscale: #BCBCBC. Windows color (decimal): -10424659 or 11398752. OLE color: 11398752.
HSL color Cylindrical-coordinate representation of color #60EEAD: hue angle of 152.54º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEAD is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 173 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.07 |
| HSL | 152.54º | 0.81% | 0.65% | - |
| HSV(B) | 152.54º | 0.6% | 0.93% | - |
| XYZ | 42.94 | 66.65 | 50.14 | - |
| YUV | 188.13 | 119.46 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 173 | 0.60 | 0 | 0.27 | 0.07 | 152.54 | 0.81 | 0.65 |
| Hex | 60 | EE | AD | 3C | 0 | 1B | 7 | 99 | 51 | 41 |
| Octal | 140 | 356 | 255 | 74 | 0 | 33 | 7 | 231 | 121 | 101 |
| Binary | 1100000 | 11101110 | 10101101 | 111100 | 0 | 11011 | 111 | 10011001 | 1010001 | 1000001 |
Color Harmonies of #60EEAD
Complementary color
Monochromatic Colors of #60EEAD
Black with #60EEAD
Text Example
Text Example
White with #60EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEAD; }
p { color: rgb(96,238,173); }
H1.HeaderClassName
{
color: #60EEAD;
}
.AnyTagClassName
{
color: #60EEAD;
}
</style>
background-color css
<style>
a { background-color: #60EEAD; }
a { background-color: rgb(96,238,173); }
div.DivClassName
{
background-color: #60EEAD;
}
.BgClassName
{
background-color: #60EEAD;
}
</style>
border-color css
<style>
span { border-color: #60EEAD; }
span { border-color: rgb(96,238,173); }
td.TdClassName
{
border-color: #60EEAD;
}
.TagClassName
{
border-color: #60EEAD;
}
</style>