Shades of Medium Aquamarine #60DEA6
Tints of Medium Aquamarine #60DEA6
RGB
CMYK
RGB Variations
Color information
#60DEA6 (or 0x60DEA6) is known color: Medium Aquamarine. HEX triplet: 60, DE and A6. RGB value is (96,222,166). Sum of RGB (Red+Green+Blue) = 96+222+166=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DEA6 is #9F2159. Grayscale: #B2B2B2. Windows color (decimal): -10428762 or 10935904. OLE color: 10935904.
HSL color Cylindrical-coordinate representation of color #60DEA6: hue angle of 153.33º 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 #60DEA6 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 166 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.13 |
| HSL | 153.33º | 0.66% | 0.62% | - |
| HSV(B) | 153.33º | 0.57% | 0.87% | - |
| XYZ | 37.83 | 57.48 | 45.18 | - |
| YUV | 177.94 | 121.26 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 166 | 0.57 | 0 | 0.25 | 0.13 | 153.33 | 0.66 | 0.62 |
| Hex | 60 | DE | A6 | 39 | 0 | 19 | D | 99 | 42 | 3E |
| Octal | 140 | 336 | 246 | 71 | 0 | 31 | 15 | 231 | 102 | 76 |
| Binary | 1100000 | 11011110 | 10100110 | 111001 | 0 | 11001 | 1101 | 10011001 | 1000010 | 111110 |
Color Harmonies of #60DEA6
Complementary color
Monochromatic Colors of #60DEA6
Black with #60DEA6
Text Example
Text Example
White with #60DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEA6; }
p { color: rgb(96,222,166); }
H1.HeaderClassName
{
color: #60DEA6;
}
.AnyTagClassName
{
color: #60DEA6;
}
</style>
background-color css
<style>
a { background-color: #60DEA6; }
a { background-color: rgb(96,222,166); }
div.DivClassName
{
background-color: #60DEA6;
}
.BgClassName
{
background-color: #60DEA6;
}
</style>
border-color css
<style>
span { border-color: #60DEA6; }
span { border-color: rgb(96,222,166); }
td.TdClassName
{
border-color: #60DEA6;
}
.TagClassName
{
border-color: #60DEA6;
}
</style>