Shades of Medium Aquamarine #60CFAD
Tints of Medium Aquamarine #60CFAD
RGB
CMYK
RGB Variations
Color information
#60CFAD (or 0x60CFAD) is known color: Medium Aquamarine. HEX triplet: 60, CF and AD. RGB value is (96,207,173). Sum of RGB (Red+Green+Blue) = 96+207+173=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFAD is #9F3052. Grayscale: #A9A9A9. Windows color (decimal): -10432595 or 11390816. OLE color: 11390816.
HSL color Cylindrical-coordinate representation of color #60CFAD: hue angle of 161.62º 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 #60CFAD is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 173 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.19 |
| HSL | 161.62º | 0.54% | 0.59% | - |
| HSV(B) | 161.62º | 0.54% | 0.81% | - |
| XYZ | 34.68 | 50.13 | 47.38 | - |
| YUV | 169.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 173 | 0.54 | 0 | 0.16 | 0.19 | 161.62 | 0.54 | 0.59 |
| Hex | 60 | CF | AD | 36 | 0 | 10 | 13 | A2 | 36 | 3B |
| Octal | 140 | 317 | 255 | 66 | 0 | 20 | 23 | 242 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10101101 | 110110 | 0 | 10000 | 10011 | 10100010 | 110110 | 111011 |
Color Harmonies of #60CFAD
Complementary color
Monochromatic Colors of #60CFAD
Black with #60CFAD
Text Example
Text Example
White with #60CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFAD; }
p { color: rgb(96,207,173); }
H1.HeaderClassName
{
color: #60CFAD;
}
.AnyTagClassName
{
color: #60CFAD;
}
</style>
background-color css
<style>
a { background-color: #60CFAD; }
a { background-color: rgb(96,207,173); }
div.DivClassName
{
background-color: #60CFAD;
}
.BgClassName
{
background-color: #60CFAD;
}
</style>
border-color css
<style>
span { border-color: #60CFAD; }
span { border-color: rgb(96,207,173); }
td.TdClassName
{
border-color: #60CFAD;
}
.TagClassName
{
border-color: #60CFAD;
}
</style>