Shades of Medium Aquamarine #60D4A8
Tints of Medium Aquamarine #60D4A8
RGB
CMYK
RGB Variations
Color information
#60D4A8 (or 0x60D4A8) is known color: Medium Aquamarine. HEX triplet: 60, D4 and A8. RGB value is (96,212,168). Sum of RGB (Red+Green+Blue) = 96+212+168=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D4A8 is #9F2B57. Grayscale: #ACACAC. Windows color (decimal): -10431320 or 11064416. OLE color: 11064416.
HSL color Cylindrical-coordinate representation of color #60D4A8: hue angle of 157.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4A8 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 168 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.17 |
| HSL | 157.24º | 0.57% | 0.6% | - |
| HSV(B) | 157.24º | 0.55% | 0.83% | - |
| XYZ | 35.44 | 52.4 | 45.29 | - |
| YUV | 172.3 | 125.57 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 168 | 0.55 | 0 | 0.21 | 0.17 | 157.24 | 0.57 | 0.6 |
| Hex | 60 | D4 | A8 | 37 | 0 | 15 | 11 | 9D | 39 | 3C |
| Octal | 140 | 324 | 250 | 67 | 0 | 25 | 21 | 235 | 71 | 74 |
| Binary | 1100000 | 11010100 | 10101000 | 110111 | 0 | 10101 | 10001 | 10011101 | 111001 | 111100 |
Color Harmonies of #60D4A8
Complementary color
Monochromatic Colors of #60D4A8
Black with #60D4A8
Text Example
Text Example
White with #60D4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D4A8; }
p { color: rgb(96,212,168); }
H1.HeaderClassName
{
color: #60D4A8;
}
.AnyTagClassName
{
color: #60D4A8;
}
</style>
background-color css
<style>
a { background-color: #60D4A8; }
a { background-color: rgb(96,212,168); }
div.DivClassName
{
background-color: #60D4A8;
}
.BgClassName
{
background-color: #60D4A8;
}
</style>
border-color css
<style>
span { border-color: #60D4A8; }
span { border-color: rgb(96,212,168); }
td.TdClassName
{
border-color: #60D4A8;
}
.TagClassName
{
border-color: #60D4A8;
}
</style>