Shades of Medium Aquamarine #60CFA9
Tints of Medium Aquamarine #60CFA9
RGB
CMYK
RGB Variations
Color information
#60CFA9 (or 0x60CFA9) is known color: Medium Aquamarine. HEX triplet: 60, CF and A9. RGB value is (96,207,169). Sum of RGB (Red+Green+Blue) = 96+207+169=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFA9 is #9F3056. Grayscale: #A9A9A9. Windows color (decimal): -10432599 or 11128672. OLE color: 11128672.
HSL color Cylindrical-coordinate representation of color #60CFA9: hue angle of 159.46º 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 #60CFA9 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 169 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.19 |
| HSL | 159.46º | 0.54% | 0.59% | - |
| HSV(B) | 159.46º | 0.54% | 0.81% | - |
| XYZ | 34.3 | 49.98 | 45.37 | - |
| YUV | 169.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 169 | 0.54 | 0 | 0.18 | 0.19 | 159.46 | 0.54 | 0.59 |
| Hex | 60 | CF | A9 | 36 | 0 | 12 | 13 | 9F | 36 | 3B |
| Octal | 140 | 317 | 251 | 66 | 0 | 22 | 23 | 237 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10101001 | 110110 | 0 | 10010 | 10011 | 10011111 | 110110 | 111011 |
Color Harmonies of #60CFA9
Complementary color
Monochromatic Colors of #60CFA9
Black with #60CFA9
Text Example
Text Example
White with #60CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFA9; }
p { color: rgb(96,207,169); }
H1.HeaderClassName
{
color: #60CFA9;
}
.AnyTagClassName
{
color: #60CFA9;
}
</style>
background-color css
<style>
a { background-color: #60CFA9; }
a { background-color: rgb(96,207,169); }
div.DivClassName
{
background-color: #60CFA9;
}
.BgClassName
{
background-color: #60CFA9;
}
</style>
border-color css
<style>
span { border-color: #60CFA9; }
span { border-color: rgb(96,207,169); }
td.TdClassName
{
border-color: #60CFA9;
}
.TagClassName
{
border-color: #60CFA9;
}
</style>