Shades of Medium Aquamarine #60DBA4
Tints of Medium Aquamarine #60DBA4
RGB
CMYK
RGB Variations
Color information
#60DBA4 (or 0x60DBA4) is known color: Medium Aquamarine. HEX triplet: 60, DB and A4. RGB value is (96,219,164). Sum of RGB (Red+Green+Blue) = 96+219+164=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DBA4 is #9F245B. Grayscale: #B0B0B0. Windows color (decimal): -10429532 or 10804064. OLE color: 10804064.
HSL color Cylindrical-coordinate representation of color #60DBA4: hue angle of 153.17º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DBA4 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 164 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.14 |
| HSL | 153.17º | 0.63% | 0.62% | - |
| HSV(B) | 153.17º | 0.56% | 0.86% | - |
| XYZ | 36.86 | 55.83 | 43.96 | - |
| YUV | 175.95 | 121.25 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 164 | 0.56 | 0 | 0.25 | 0.14 | 153.17 | 0.63 | 0.62 |
| Hex | 60 | DB | A4 | 38 | 0 | 19 | E | 99 | 3F | 3E |
| Octal | 140 | 333 | 244 | 70 | 0 | 31 | 16 | 231 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10100100 | 111000 | 0 | 11001 | 1110 | 10011001 | 111111 | 111110 |
Color Harmonies of #60DBA4
Complementary color
Monochromatic Colors of #60DBA4
Black with #60DBA4
Text Example
Text Example
White with #60DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBA4; }
p { color: rgb(96,219,164); }
H1.HeaderClassName
{
color: #60DBA4;
}
.AnyTagClassName
{
color: #60DBA4;
}
</style>
background-color css
<style>
a { background-color: #60DBA4; }
a { background-color: rgb(96,219,164); }
div.DivClassName
{
background-color: #60DBA4;
}
.BgClassName
{
background-color: #60DBA4;
}
</style>
border-color css
<style>
span { border-color: #60DBA4; }
span { border-color: rgb(96,219,164); }
td.TdClassName
{
border-color: #60DBA4;
}
.TagClassName
{
border-color: #60DBA4;
}
</style>