Shades of Medium Aquamarine #60CEAF
Tints of Medium Aquamarine #60CEAF
RGB
CMYK
RGB Variations
Color information
#60CEAF (or 0x60CEAF) is known color: Medium Aquamarine. HEX triplet: 60, CE and AF. RGB value is (96,206,175). Sum of RGB (Red+Green+Blue) = 96+206+175=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEAF is #9F3150. Grayscale: #A9A9A9. Windows color (decimal): -10432849 or 11521632. OLE color: 11521632.
HSL color Cylindrical-coordinate representation of color #60CEAF: hue angle of 163.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEAF is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 175 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.19 |
| HSL | 163.09º | 0.53% | 0.59% | - |
| HSV(B) | 163.09º | 0.53% | 0.81% | - |
| XYZ | 34.63 | 49.72 | 48.33 | - |
| YUV | 169.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 175 | 0.53 | 0 | 0.15 | 0.19 | 163.09 | 0.53 | 0.59 |
| Hex | 60 | CE | AF | 35 | 0 | F | 13 | A3 | 35 | 3B |
| Octal | 140 | 316 | 257 | 65 | 0 | 17 | 23 | 243 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10101111 | 110101 | 0 | 1111 | 10011 | 10100011 | 110101 | 111011 |
Color Harmonies of #60CEAF
Complementary color
Monochromatic Colors of #60CEAF
Black with #60CEAF
Text Example
Text Example
White with #60CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEAF; }
p { color: rgb(96,206,175); }
H1.HeaderClassName
{
color: #60CEAF;
}
.AnyTagClassName
{
color: #60CEAF;
}
</style>
background-color css
<style>
a { background-color: #60CEAF; }
a { background-color: rgb(96,206,175); }
div.DivClassName
{
background-color: #60CEAF;
}
.BgClassName
{
background-color: #60CEAF;
}
</style>
border-color css
<style>
span { border-color: #60CEAF; }
span { border-color: rgb(96,206,175); }
td.TdClassName
{
border-color: #60CEAF;
}
.TagClassName
{
border-color: #60CEAF;
}
</style>