Shades of Medium Aquamarine #60DDAE
Tints of Medium Aquamarine #60DDAE
RGB
CMYK
RGB Variations
Color information
#60DDAE (or 0x60DDAE) is known color: Medium Aquamarine. HEX triplet: 60, DD and AE. RGB value is (96,221,174). Sum of RGB (Red+Green+Blue) = 96+221+174=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDAE is #9F2251. Grayscale: #B2B2B2. Windows color (decimal): -10429010 or 11459936. OLE color: 11459936.
HSL color Cylindrical-coordinate representation of color #60DDAE: hue angle of 157.44º 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 #60DDAE is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 174 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.13 |
| HSL | 157.44º | 0.65% | 0.62% | - |
| HSV(B) | 157.44º | 0.57% | 0.87% | - |
| XYZ | 38.32 | 57.26 | 49.08 | - |
| YUV | 178.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 174 | 0.57 | 0 | 0.21 | 0.13 | 157.44 | 0.65 | 0.62 |
| Hex | 60 | DD | AE | 39 | 0 | 15 | D | 9D | 41 | 3E |
| Octal | 140 | 335 | 256 | 71 | 0 | 25 | 15 | 235 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10101110 | 111001 | 0 | 10101 | 1101 | 10011101 | 1000001 | 111110 |
Color Harmonies of #60DDAE
Complementary color
Monochromatic Colors of #60DDAE
Black with #60DDAE
Text Example
Text Example
White with #60DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDAE; }
p { color: rgb(96,221,174); }
H1.HeaderClassName
{
color: #60DDAE;
}
.AnyTagClassName
{
color: #60DDAE;
}
</style>
background-color css
<style>
a { background-color: #60DDAE; }
a { background-color: rgb(96,221,174); }
div.DivClassName
{
background-color: #60DDAE;
}
.BgClassName
{
background-color: #60DDAE;
}
</style>
border-color css
<style>
span { border-color: #60DDAE; }
span { border-color: rgb(96,221,174); }
td.TdClassName
{
border-color: #60DDAE;
}
.TagClassName
{
border-color: #60DDAE;
}
</style>