Shades of Medium Aquamarine #60DEAF
Tints of Medium Aquamarine #60DEAF
RGB
CMYK
RGB Variations
Color information
#60DEAF (or 0x60DEAF) is known color: Medium Aquamarine. HEX triplet: 60, DE and AF. RGB value is (96,222,175). Sum of RGB (Red+Green+Blue) = 96+222+175=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DEAF is #9F2150. Grayscale: #B3B3B3. Windows color (decimal): -10428753 or 11525728. OLE color: 11525728.
HSL color Cylindrical-coordinate representation of color #60DEAF: hue angle of 157.62º 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 #60DEAF is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 175 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.13 |
| HSL | 157.62º | 0.66% | 0.62% | - |
| HSV(B) | 157.62º | 0.57% | 0.87% | - |
| XYZ | 38.68 | 57.82 | 49.68 | - |
| YUV | 178.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 175 | 0.57 | 0 | 0.21 | 0.13 | 157.62 | 0.66 | 0.62 |
| Hex | 60 | DE | AF | 39 | 0 | 15 | D | 9E | 42 | 3E |
| Octal | 140 | 336 | 257 | 71 | 0 | 25 | 15 | 236 | 102 | 76 |
| Binary | 1100000 | 11011110 | 10101111 | 111001 | 0 | 10101 | 1101 | 10011110 | 1000010 | 111110 |
Color Harmonies of #60DEAF
Complementary color
Monochromatic Colors of #60DEAF
Black with #60DEAF
Text Example
Text Example
White with #60DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEAF; }
p { color: rgb(96,222,175); }
H1.HeaderClassName
{
color: #60DEAF;
}
.AnyTagClassName
{
color: #60DEAF;
}
</style>
background-color css
<style>
a { background-color: #60DEAF; }
a { background-color: rgb(96,222,175); }
div.DivClassName
{
background-color: #60DEAF;
}
.BgClassName
{
background-color: #60DEAF;
}
</style>
border-color css
<style>
span { border-color: #60DEAF; }
span { border-color: rgb(96,222,175); }
td.TdClassName
{
border-color: #60DEAF;
}
.TagClassName
{
border-color: #60DEAF;
}
</style>