Shades of Medium Aquamarine #60D0A8
Tints of Medium Aquamarine #60D0A8
RGB
CMYK
RGB Variations
Color information
#60D0A8 (or 0x60D0A8) is known color: Medium Aquamarine. HEX triplet: 60, D0 and A8. RGB value is (96,208,168). Sum of RGB (Red+Green+Blue) = 96+208+168=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #60D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D0A8 is #9F2F57. Grayscale: #A9A9A9. Windows color (decimal): -10432344 or 11063392. OLE color: 11063392.
HSL color Cylindrical-coordinate representation of color #60D0A8: hue angle of 158.57º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D0A8 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 168 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.18 |
| HSL | 158.57º | 0.54% | 0.6% | - |
| HSV(B) | 158.57º | 0.54% | 0.82% | - |
| XYZ | 34.45 | 50.43 | 44.96 | - |
| YUV | 169.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 168 | 0.54 | 0 | 0.19 | 0.18 | 158.57 | 0.54 | 0.6 |
| Hex | 60 | D0 | A8 | 36 | 0 | 13 | 12 | 9F | 36 | 3C |
| Octal | 140 | 320 | 250 | 66 | 0 | 23 | 22 | 237 | 66 | 74 |
| Binary | 1100000 | 11010000 | 10101000 | 110110 | 0 | 10011 | 10010 | 10011111 | 110110 | 111100 |
Color Harmonies of #60D0A8
Complementary color
Monochromatic Colors of #60D0A8
Black with #60D0A8
Text Example
Text Example
White with #60D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D0A8; }
p { color: rgb(96,208,168); }
H1.HeaderClassName
{
color: #60D0A8;
}
.AnyTagClassName
{
color: #60D0A8;
}
</style>
background-color css
<style>
a { background-color: #60D0A8; }
a { background-color: rgb(96,208,168); }
div.DivClassName
{
background-color: #60D0A8;
}
.BgClassName
{
background-color: #60D0A8;
}
</style>
border-color css
<style>
span { border-color: #60D0A8; }
span { border-color: rgb(96,208,168); }
td.TdClassName
{
border-color: #60D0A8;
}
.TagClassName
{
border-color: #60D0A8;
}
</style>