Shades of Medium Aquamarine #60CFAF
Tints of Medium Aquamarine #60CFAF
RGB
CMYK
RGB Variations
Color information
#60CFAF (or 0x60CFAF) is known color: Medium Aquamarine. HEX triplet: 60, CF and AF. RGB value is (96,207,175). Sum of RGB (Red+Green+Blue) = 96+207+175=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFAF is #9F3050. Grayscale: #AAAAAA. Windows color (decimal): -10432593 or 11521888. OLE color: 11521888.
HSL color Cylindrical-coordinate representation of color #60CFAF: hue angle of 162.7º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFAF is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 175 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.19 |
| HSL | 162.7º | 0.54% | 0.59% | - |
| HSV(B) | 162.7º | 0.54% | 0.81% | - |
| XYZ | 34.87 | 50.21 | 48.41 | - |
| YUV | 170.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 175 | 0.54 | 0 | 0.15 | 0.19 | 162.7 | 0.54 | 0.59 |
| Hex | 60 | CF | AF | 36 | 0 | F | 13 | A3 | 36 | 3B |
| Octal | 140 | 317 | 257 | 66 | 0 | 17 | 23 | 243 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10101111 | 110110 | 0 | 1111 | 10011 | 10100011 | 110110 | 111011 |
Color Harmonies of #60CFAF
Complementary color
Monochromatic Colors of #60CFAF
Black with #60CFAF
Text Example
Text Example
White with #60CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFAF; }
p { color: rgb(96,207,175); }
H1.HeaderClassName
{
color: #60CFAF;
}
.AnyTagClassName
{
color: #60CFAF;
}
</style>
background-color css
<style>
a { background-color: #60CFAF; }
a { background-color: rgb(96,207,175); }
div.DivClassName
{
background-color: #60CFAF;
}
.BgClassName
{
background-color: #60CFAF;
}
</style>
border-color css
<style>
span { border-color: #60CFAF; }
span { border-color: rgb(96,207,175); }
td.TdClassName
{
border-color: #60CFAF;
}
.TagClassName
{
border-color: #60CFAF;
}
</style>