Shades of Medium Aquamarine #60DEAC
Tints of Medium Aquamarine #60DEAC
RGB
CMYK
RGB Variations
Color information
#60DEAC (or 0x60DEAC) is known color: Medium Aquamarine. HEX triplet: 60, DE and AC. RGB value is (96,222,172). Sum of RGB (Red+Green+Blue) = 96+222+172=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DEAC is #9F2153. Grayscale: #B2B2B2. Windows color (decimal): -10428756 or 11329120. OLE color: 11329120.
HSL color Cylindrical-coordinate representation of color #60DEAC: hue angle of 156.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DEAC is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 172 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.13 |
| HSL | 156.19º | 0.66% | 0.62% | - |
| HSV(B) | 156.19º | 0.57% | 0.87% | - |
| XYZ | 38.39 | 57.71 | 48.15 | - |
| YUV | 178.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 172 | 0.57 | 0 | 0.23 | 0.13 | 156.19 | 0.66 | 0.62 |
| Hex | 60 | DE | AC | 39 | 0 | 17 | D | 9C | 42 | 3E |
| Octal | 140 | 336 | 254 | 71 | 0 | 27 | 15 | 234 | 102 | 76 |
| Binary | 1100000 | 11011110 | 10101100 | 111001 | 0 | 10111 | 1101 | 10011100 | 1000010 | 111110 |
Color Harmonies of #60DEAC
Complementary color
Monochromatic Colors of #60DEAC
Black with #60DEAC
Text Example
Text Example
White with #60DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEAC; }
p { color: rgb(96,222,172); }
H1.HeaderClassName
{
color: #60DEAC;
}
.AnyTagClassName
{
color: #60DEAC;
}
</style>
background-color css
<style>
a { background-color: #60DEAC; }
a { background-color: rgb(96,222,172); }
div.DivClassName
{
background-color: #60DEAC;
}
.BgClassName
{
background-color: #60DEAC;
}
</style>
border-color css
<style>
span { border-color: #60DEAC; }
span { border-color: rgb(96,222,172); }
td.TdClassName
{
border-color: #60DEAC;
}
.TagClassName
{
border-color: #60DEAC;
}
</style>