Shades of Medium Aquamarine #60DDAB
Tints of Medium Aquamarine #60DDAB
RGB
CMYK
RGB Variations
Color information
#60DDAB (or 0x60DDAB) is known color: Medium Aquamarine. HEX triplet: 60, DD and AB. RGB value is (96,221,171). Sum of RGB (Red+Green+Blue) = 96+221+171=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDAB is #9F2254. Grayscale: #B2B2B2. Windows color (decimal): -10429013 or 11263328. OLE color: 11263328.
HSL color Cylindrical-coordinate representation of color #60DDAB: hue angle of 156º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDAB is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 171 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.13 |
| HSL | 156º | 0.65% | 0.62% | - |
| HSV(B) | 156º | 0.57% | 0.87% | - |
| XYZ | 38.03 | 57.14 | 47.55 | - |
| YUV | 177.93 | 124.09 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 171 | 0.57 | 0 | 0.23 | 0.13 | 156 | 0.65 | 0.62 |
| Hex | 60 | DD | AB | 39 | 0 | 17 | D | 9C | 41 | 3E |
| Octal | 140 | 335 | 253 | 71 | 0 | 27 | 15 | 234 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10101011 | 111001 | 0 | 10111 | 1101 | 10011100 | 1000001 | 111110 |
Color Harmonies of #60DDAB
Complementary color
Monochromatic Colors of #60DDAB
Black with #60DDAB
Text Example
Text Example
White with #60DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDAB; }
p { color: rgb(96,221,171); }
H1.HeaderClassName
{
color: #60DDAB;
}
.AnyTagClassName
{
color: #60DDAB;
}
</style>
background-color css
<style>
a { background-color: #60DDAB; }
a { background-color: rgb(96,221,171); }
div.DivClassName
{
background-color: #60DDAB;
}
.BgClassName
{
background-color: #60DDAB;
}
</style>
border-color css
<style>
span { border-color: #60DDAB; }
span { border-color: rgb(96,221,171); }
td.TdClassName
{
border-color: #60DDAB;
}
.TagClassName
{
border-color: #60DDAB;
}
</style>