Shades of Medium Aquamarine #60D2AD
Tints of Medium Aquamarine #60D2AD
RGB
CMYK
RGB Variations
Color information
#60D2AD (or 0x60D2AD) is known color: Medium Aquamarine. HEX triplet: 60, D2 and AD. RGB value is (96,210,173). Sum of RGB (Red+Green+Blue) = 96+210+173=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #60D2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D2AD is #9F2D52. Grayscale: #ABABAB. Windows color (decimal): -10431827 or 11391584. OLE color: 11391584.
HSL color Cylindrical-coordinate representation of color #60D2AD: hue angle of 160.53º degrees, saturation: 0.56, 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 #60D2AD is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 173 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.18 |
| HSL | 160.53º | 0.56% | 0.6% | - |
| HSV(B) | 160.53º | 0.54% | 0.82% | - |
| XYZ | 35.41 | 51.6 | 47.63 | - |
| YUV | 171.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 173 | 0.54 | 0 | 0.18 | 0.18 | 160.53 | 0.56 | 0.6 |
| Hex | 60 | D2 | AD | 36 | 0 | 12 | 12 | A1 | 38 | 3C |
| Octal | 140 | 322 | 255 | 66 | 0 | 22 | 22 | 241 | 70 | 74 |
| Binary | 1100000 | 11010010 | 10101101 | 110110 | 0 | 10010 | 10010 | 10100001 | 111000 | 111100 |
Color Harmonies of #60D2AD
Complementary color
Monochromatic Colors of #60D2AD
Black with #60D2AD
Text Example
Text Example
White with #60D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D2AD; }
p { color: rgb(96,210,173); }
H1.HeaderClassName
{
color: #60D2AD;
}
.AnyTagClassName
{
color: #60D2AD;
}
</style>
background-color css
<style>
a { background-color: #60D2AD; }
a { background-color: rgb(96,210,173); }
div.DivClassName
{
background-color: #60D2AD;
}
.BgClassName
{
background-color: #60D2AD;
}
</style>
border-color css
<style>
span { border-color: #60D2AD; }
span { border-color: rgb(96,210,173); }
td.TdClassName
{
border-color: #60D2AD;
}
.TagClassName
{
border-color: #60D2AD;
}
</style>