Shades of Medium Aquamarine #60DBA7
Tints of Medium Aquamarine #60DBA7
RGB
CMYK
RGB Variations
Color information
#60DBA7 (or 0x60DBA7) is known color: Medium Aquamarine. HEX triplet: 60, DB and A7. RGB value is (96,219,167). Sum of RGB (Red+Green+Blue) = 96+219+167=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DBA7 is #9F2458. Grayscale: #B0B0B0. Windows color (decimal): -10429529 or 11000672. OLE color: 11000672.
HSL color Cylindrical-coordinate representation of color #60DBA7: hue angle of 154.63º 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 #60DBA7 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 167 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.14 |
| HSL | 154.63º | 0.63% | 0.62% | - |
| HSV(B) | 154.63º | 0.56% | 0.86% | - |
| XYZ | 37.13 | 55.94 | 45.4 | - |
| YUV | 176.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 167 | 0.56 | 0 | 0.24 | 0.14 | 154.63 | 0.63 | 0.62 |
| Hex | 60 | DB | A7 | 38 | 0 | 18 | E | 9B | 3F | 3E |
| Octal | 140 | 333 | 247 | 70 | 0 | 30 | 16 | 233 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10100111 | 111000 | 0 | 11000 | 1110 | 10011011 | 111111 | 111110 |
Color Harmonies of #60DBA7
Complementary color
Monochromatic Colors of #60DBA7
Black with #60DBA7
Text Example
Text Example
White with #60DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBA7; }
p { color: rgb(96,219,167); }
H1.HeaderClassName
{
color: #60DBA7;
}
.AnyTagClassName
{
color: #60DBA7;
}
</style>
background-color css
<style>
a { background-color: #60DBA7; }
a { background-color: rgb(96,219,167); }
div.DivClassName
{
background-color: #60DBA7;
}
.BgClassName
{
background-color: #60DBA7;
}
</style>
border-color css
<style>
span { border-color: #60DBA7; }
span { border-color: rgb(96,219,167); }
td.TdClassName
{
border-color: #60DBA7;
}
.TagClassName
{
border-color: #60DBA7;
}
</style>