Shades of Medium Aquamarine #60DDA9
Tints of Medium Aquamarine #60DDA9
RGB
CMYK
RGB Variations
Color information
#60DDA9 (or 0x60DDA9) is known color: Medium Aquamarine. HEX triplet: 60, DD and A9. RGB value is (96,221,169). Sum of RGB (Red+Green+Blue) = 96+221+169=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDA9 is #9F2256. Grayscale: #B1B1B1. Windows color (decimal): -10429015 or 11132256. OLE color: 11132256.
HSL color Cylindrical-coordinate representation of color #60DDA9: hue angle of 155.04º 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 #60DDA9 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 169 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.13 |
| HSL | 155.04º | 0.65% | 0.62% | - |
| HSV(B) | 155.04º | 0.57% | 0.87% | - |
| XYZ | 37.84 | 57.06 | 46.56 | - |
| YUV | 177.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 169 | 0.57 | 0 | 0.24 | 0.13 | 155.04 | 0.65 | 0.62 |
| Hex | 60 | DD | A9 | 39 | 0 | 18 | D | 9B | 41 | 3E |
| Octal | 140 | 335 | 251 | 71 | 0 | 30 | 15 | 233 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10101001 | 111001 | 0 | 11000 | 1101 | 10011011 | 1000001 | 111110 |
Color Harmonies of #60DDA9
Complementary color
Monochromatic Colors of #60DDA9
Black with #60DDA9
Text Example
Text Example
White with #60DDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDA9; }
p { color: rgb(96,221,169); }
H1.HeaderClassName
{
color: #60DDA9;
}
.AnyTagClassName
{
color: #60DDA9;
}
</style>
background-color css
<style>
a { background-color: #60DDA9; }
a { background-color: rgb(96,221,169); }
div.DivClassName
{
background-color: #60DDA9;
}
.BgClassName
{
background-color: #60DDA9;
}
</style>
border-color css
<style>
span { border-color: #60DDA9; }
span { border-color: rgb(96,221,169); }
td.TdClassName
{
border-color: #60DDA9;
}
.TagClassName
{
border-color: #60DDA9;
}
</style>