Shades of Medium Aquamarine #60DBA0
Tints of Medium Aquamarine #60DBA0
RGB
CMYK
RGB Variations
Color information
#60DBA0 (or 0x60DBA0) is known color: Medium Aquamarine. HEX triplet: 60, DB and A0. RGB value is (96,219,160). Sum of RGB (Red+Green+Blue) = 96+219+160=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DBA0 is #9F245F. Grayscale: #AFAFAF. Windows color (decimal): -10429536 or 10541920. OLE color: 10541920.
HSL color Cylindrical-coordinate representation of color #60DBA0: hue angle of 151.22º 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 #60DBA0 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 160 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.14 |
| HSL | 151.22º | 0.63% | 0.62% | - |
| HSV(B) | 151.22º | 0.56% | 0.86% | - |
| XYZ | 36.5 | 55.69 | 42.08 | - |
| YUV | 175.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 160 | 0.56 | 0 | 0.27 | 0.14 | 151.22 | 0.63 | 0.62 |
| Hex | 60 | DB | A0 | 38 | 0 | 1B | E | 97 | 3F | 3E |
| Octal | 140 | 333 | 240 | 70 | 0 | 33 | 16 | 227 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10100000 | 111000 | 0 | 11011 | 1110 | 10010111 | 111111 | 111110 |
Color Harmonies of #60DBA0
Complementary color
Monochromatic Colors of #60DBA0
Black with #60DBA0
Text Example
Text Example
White with #60DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBA0; }
p { color: rgb(96,219,160); }
H1.HeaderClassName
{
color: #60DBA0;
}
.AnyTagClassName
{
color: #60DBA0;
}
</style>
background-color css
<style>
a { background-color: #60DBA0; }
a { background-color: rgb(96,219,160); }
div.DivClassName
{
background-color: #60DBA0;
}
.BgClassName
{
background-color: #60DBA0;
}
</style>
border-color css
<style>
span { border-color: #60DBA0; }
span { border-color: rgb(96,219,160); }
td.TdClassName
{
border-color: #60DBA0;
}
.TagClassName
{
border-color: #60DBA0;
}
</style>