Shades of Medium Aquamarine #60D9A8
Tints of Medium Aquamarine #60D9A8
RGB
CMYK
RGB Variations
Color information
#60D9A8 (or 0x60D9A8) is known color: Medium Aquamarine. HEX triplet: 60, D9 and A8. RGB value is (96,217,168). Sum of RGB (Red+Green+Blue) = 96+217+168=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #60D9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D9A8 is #9F2657. Grayscale: #AFAFAF. Windows color (decimal): -10430040 or 11065696. OLE color: 11065696.
HSL color Cylindrical-coordinate representation of color #60D9A8: hue angle of 155.7º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D9A8 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 168 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.15 |
| HSL | 155.7º | 0.61% | 0.61% | - |
| HSV(B) | 155.7º | 0.56% | 0.85% | - |
| XYZ | 36.7 | 54.94 | 45.72 | - |
| YUV | 175.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 168 | 0.56 | 0 | 0.23 | 0.15 | 155.7 | 0.61 | 0.61 |
| Hex | 60 | D9 | A8 | 38 | 0 | 17 | F | 9C | 3D | 3D |
| Octal | 140 | 331 | 250 | 70 | 0 | 27 | 17 | 234 | 75 | 75 |
| Binary | 1100000 | 11011001 | 10101000 | 111000 | 0 | 10111 | 1111 | 10011100 | 111101 | 111101 |
Color Harmonies of #60D9A8
Complementary color
Monochromatic Colors of #60D9A8
Black with #60D9A8
Text Example
Text Example
White with #60D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D9A8; }
p { color: rgb(96,217,168); }
H1.HeaderClassName
{
color: #60D9A8;
}
.AnyTagClassName
{
color: #60D9A8;
}
</style>
background-color css
<style>
a { background-color: #60D9A8; }
a { background-color: rgb(96,217,168); }
div.DivClassName
{
background-color: #60D9A8;
}
.BgClassName
{
background-color: #60D9A8;
}
</style>
border-color css
<style>
span { border-color: #60D9A8; }
span { border-color: rgb(96,217,168); }
td.TdClassName
{
border-color: #60D9A8;
}
.TagClassName
{
border-color: #60D9A8;
}
</style>