Shades of Medium Aquamarine #60DFAC
Tints of Medium Aquamarine #60DFAC
RGB
CMYK
RGB Variations
Color information
#60DFAC (or 0x60DFAC) is known color: Medium Aquamarine. HEX triplet: 60, DF and AC. RGB value is (96,223,172). Sum of RGB (Red+Green+Blue) = 96+223+172=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DFAC is #9F2053. Grayscale: #B3B3B3. Windows color (decimal): -10428500 or 11329376. OLE color: 11329376.
HSL color Cylindrical-coordinate representation of color #60DFAC: hue angle of 155.91º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFAC is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 172 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.13 |
| HSL | 155.91º | 0.66% | 0.63% | - |
| HSV(B) | 155.91º | 0.57% | 0.87% | - |
| XYZ | 38.66 | 58.24 | 48.23 | - |
| YUV | 179.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 172 | 0.57 | 0 | 0.23 | 0.13 | 155.91 | 0.66 | 0.63 |
| Hex | 60 | DF | AC | 39 | 0 | 17 | D | 9C | 42 | 3F |
| Octal | 140 | 337 | 254 | 71 | 0 | 27 | 15 | 234 | 102 | 77 |
| Binary | 1100000 | 11011111 | 10101100 | 111001 | 0 | 10111 | 1101 | 10011100 | 1000010 | 111111 |
Color Harmonies of #60DFAC
Complementary color
Monochromatic Colors of #60DFAC
Black with #60DFAC
Text Example
Text Example
White with #60DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFAC; }
p { color: rgb(96,223,172); }
H1.HeaderClassName
{
color: #60DFAC;
}
.AnyTagClassName
{
color: #60DFAC;
}
</style>
background-color css
<style>
a { background-color: #60DFAC; }
a { background-color: rgb(96,223,172); }
div.DivClassName
{
background-color: #60DFAC;
}
.BgClassName
{
background-color: #60DFAC;
}
</style>
border-color css
<style>
span { border-color: #60DFAC; }
span { border-color: rgb(96,223,172); }
td.TdClassName
{
border-color: #60DFAC;
}
.TagClassName
{
border-color: #60DFAC;
}
</style>