Shades of Medium Aquamarine #60DBAC
Tints of Medium Aquamarine #60DBAC
RGB
CMYK
RGB Variations
Color information
#60DBAC (or 0x60DBAC) is known color: Medium Aquamarine. HEX triplet: 60, DB and AC. RGB value is (96,219,172). Sum of RGB (Red+Green+Blue) = 96+219+172=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DBAC is #9F2453. Grayscale: #B0B0B0. Windows color (decimal): -10429524 or 11328352. OLE color: 11328352.
HSL color Cylindrical-coordinate representation of color #60DBAC: hue angle of 157.07º 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 #60DBAC is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 219 | 172 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.14 |
| HSL | 157.07º | 0.63% | 0.62% | - |
| HSV(B) | 157.07º | 0.56% | 0.86% | - |
| XYZ | 37.6 | 56.13 | 47.88 | - |
| YUV | 176.87 | 125.25 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 172 | 0.56 | 0 | 0.21 | 0.14 | 157.07 | 0.63 | 0.62 |
| Hex | 60 | DB | AC | 38 | 0 | 15 | E | 9D | 3F | 3E |
| Octal | 140 | 333 | 254 | 70 | 0 | 25 | 16 | 235 | 77 | 76 |
| Binary | 1100000 | 11011011 | 10101100 | 111000 | 0 | 10101 | 1110 | 10011101 | 111111 | 111110 |
Color Harmonies of #60DBAC
Complementary color
Monochromatic Colors of #60DBAC
Black with #60DBAC
Text Example
Text Example
White with #60DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBAC; }
p { color: rgb(96,219,172); }
H1.HeaderClassName
{
color: #60DBAC;
}
.AnyTagClassName
{
color: #60DBAC;
}
</style>
background-color css
<style>
a { background-color: #60DBAC; }
a { background-color: rgb(96,219,172); }
div.DivClassName
{
background-color: #60DBAC;
}
.BgClassName
{
background-color: #60DBAC;
}
</style>
border-color css
<style>
span { border-color: #60DBAC; }
span { border-color: rgb(96,219,172); }
td.TdClassName
{
border-color: #60DBAC;
}
.TagClassName
{
border-color: #60DBAC;
}
</style>