Shades of Medium Aquamarine #60CDA8
Tints of Medium Aquamarine #60CDA8
RGB
CMYK
RGB Variations
Color information
#60CDA8 (or 0x60CDA8) is known color: Medium Aquamarine. HEX triplet: 60, CD and A8. RGB value is (96,205,168). Sum of RGB (Red+Green+Blue) = 96+205+168=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDA8 is #9F3257. Grayscale: #A8A8A8. Windows color (decimal): -10433112 or 11062624. OLE color: 11062624.
HSL color Cylindrical-coordinate representation of color #60CDA8: hue angle of 159.63º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CDA8 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 168 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.20 |
| HSL | 159.63º | 0.52% | 0.59% | - |
| HSV(B) | 159.63º | 0.53% | 0.8% | - |
| XYZ | 33.72 | 48.98 | 44.72 | - |
| YUV | 168.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 168 | 0.53 | 0 | 0.18 | 0.20 | 159.63 | 0.52 | 0.59 |
| Hex | 60 | CD | A8 | 35 | 0 | 12 | 14 | A0 | 34 | 3B |
| Octal | 140 | 315 | 250 | 65 | 0 | 22 | 24 | 240 | 64 | 73 |
| Binary | 1100000 | 11001101 | 10101000 | 110101 | 0 | 10010 | 10100 | 10100000 | 110100 | 111011 |
Color Harmonies of #60CDA8
Complementary color
Monochromatic Colors of #60CDA8
Black with #60CDA8
Text Example
Text Example
White with #60CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDA8; }
p { color: rgb(96,205,168); }
H1.HeaderClassName
{
color: #60CDA8;
}
.AnyTagClassName
{
color: #60CDA8;
}
</style>
background-color css
<style>
a { background-color: #60CDA8; }
a { background-color: rgb(96,205,168); }
div.DivClassName
{
background-color: #60CDA8;
}
.BgClassName
{
background-color: #60CDA8;
}
</style>
border-color css
<style>
span { border-color: #60CDA8; }
span { border-color: rgb(96,205,168); }
td.TdClassName
{
border-color: #60CDA8;
}
.TagClassName
{
border-color: #60CDA8;
}
</style>