Shades of Medium Aquamarine #60DDA4
Tints of Medium Aquamarine #60DDA4
RGB
CMYK
RGB Variations
Color information
#60DDA4 (or 0x60DDA4) is known color: Medium Aquamarine. HEX triplet: 60, DD and A4. RGB value is (96,221,164). Sum of RGB (Red+Green+Blue) = 96+221+164=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDA4 is #9F225B. Grayscale: #B1B1B1. Windows color (decimal): -10429020 or 10804576. OLE color: 10804576.
HSL color Cylindrical-coordinate representation of color #60DDA4: hue angle of 152.64º 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 #60DDA4 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 164 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.13 |
| HSL | 152.64º | 0.65% | 0.62% | - |
| HSV(B) | 152.64º | 0.57% | 0.87% | - |
| XYZ | 37.38 | 56.88 | 44.13 | - |
| YUV | 177.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 164 | 0.57 | 0 | 0.26 | 0.13 | 152.64 | 0.65 | 0.62 |
| Hex | 60 | DD | A4 | 39 | 0 | 1A | D | 99 | 41 | 3E |
| Octal | 140 | 335 | 244 | 71 | 0 | 32 | 15 | 231 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10100100 | 111001 | 0 | 11010 | 1101 | 10011001 | 1000001 | 111110 |
Color Harmonies of #60DDA4
Complementary color
Monochromatic Colors of #60DDA4
Black with #60DDA4
Text Example
Text Example
White with #60DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDA4; }
p { color: rgb(96,221,164); }
H1.HeaderClassName
{
color: #60DDA4;
}
.AnyTagClassName
{
color: #60DDA4;
}
</style>
background-color css
<style>
a { background-color: #60DDA4; }
a { background-color: rgb(96,221,164); }
div.DivClassName
{
background-color: #60DDA4;
}
.BgClassName
{
background-color: #60DDA4;
}
</style>
border-color css
<style>
span { border-color: #60DDA4; }
span { border-color: rgb(96,221,164); }
td.TdClassName
{
border-color: #60DDA4;
}
.TagClassName
{
border-color: #60DDA4;
}
</style>