Shades of Medium Aquamarine #60EEA8
Tints of Medium Aquamarine #60EEA8
RGB
CMYK
RGB Variations
Color information
#60EEA8 (or 0x60EEA8) is known color: Medium Aquamarine. HEX triplet: 60, EE and A8. RGB value is (96,238,168). Sum of RGB (Red+Green+Blue) = 96+238+168=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EEA8 is #9F1157. Grayscale: #BBBBBB. Windows color (decimal): -10424664 or 11071072. OLE color: 11071072.
HSL color Cylindrical-coordinate representation of color #60EEA8: hue angle of 150.42º 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 #60EEA8 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 168 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.07 |
| HSL | 150.42º | 0.81% | 0.65% | - |
| HSV(B) | 150.42º | 0.6% | 0.93% | - |
| XYZ | 42.47 | 66.46 | 47.64 | - |
| YUV | 187.56 | 116.96 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 168 | 0.60 | 0 | 0.29 | 0.07 | 150.42 | 0.81 | 0.65 |
| Hex | 60 | EE | A8 | 3C | 0 | 1D | 7 | 96 | 51 | 41 |
| Octal | 140 | 356 | 250 | 74 | 0 | 35 | 7 | 226 | 121 | 101 |
| Binary | 1100000 | 11101110 | 10101000 | 111100 | 0 | 11101 | 111 | 10010110 | 1010001 | 1000001 |
Color Harmonies of #60EEA8
Complementary color
Monochromatic Colors of #60EEA8
Black with #60EEA8
Text Example
Text Example
White with #60EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEA8; }
p { color: rgb(96,238,168); }
H1.HeaderClassName
{
color: #60EEA8;
}
.AnyTagClassName
{
color: #60EEA8;
}
</style>
background-color css
<style>
a { background-color: #60EEA8; }
a { background-color: rgb(96,238,168); }
div.DivClassName
{
background-color: #60EEA8;
}
.BgClassName
{
background-color: #60EEA8;
}
</style>
border-color css
<style>
span { border-color: #60EEA8; }
span { border-color: rgb(96,238,168); }
td.TdClassName
{
border-color: #60EEA8;
}
.TagClassName
{
border-color: #60EEA8;
}
</style>