Shades of Medium Aquamarine #60CDA6
Tints of Medium Aquamarine #60CDA6
RGB
CMYK
RGB Variations
Color information
#60CDA6 (or 0x60CDA6) is known color: Medium Aquamarine. HEX triplet: 60, CD and A6. RGB value is (96,205,166). Sum of RGB (Red+Green+Blue) = 96+205+166=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CDA6 is #9F3259. Grayscale: #A8A8A8. Windows color (decimal): -10433114 or 10931552. OLE color: 10931552.
HSL color Cylindrical-coordinate representation of color #60CDA6: hue angle of 158.53º 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 #60CDA6 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 166 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.20 |
| HSL | 158.53º | 0.52% | 0.59% | - |
| HSV(B) | 158.53º | 0.53% | 0.8% | - |
| XYZ | 33.54 | 48.9 | 43.75 | - |
| YUV | 167.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 166 | 0.53 | 0 | 0.19 | 0.20 | 158.53 | 0.52 | 0.59 |
| Hex | 60 | CD | A6 | 35 | 0 | 13 | 14 | 9F | 34 | 3B |
| Octal | 140 | 315 | 246 | 65 | 0 | 23 | 24 | 237 | 64 | 73 |
| Binary | 1100000 | 11001101 | 10100110 | 110101 | 0 | 10011 | 10100 | 10011111 | 110100 | 111011 |
Color Harmonies of #60CDA6
Complementary color
Monochromatic Colors of #60CDA6
Black with #60CDA6
Text Example
Text Example
White with #60CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDA6; }
p { color: rgb(96,205,166); }
H1.HeaderClassName
{
color: #60CDA6;
}
.AnyTagClassName
{
color: #60CDA6;
}
</style>
background-color css
<style>
a { background-color: #60CDA6; }
a { background-color: rgb(96,205,166); }
div.DivClassName
{
background-color: #60CDA6;
}
.BgClassName
{
background-color: #60CDA6;
}
</style>
border-color css
<style>
span { border-color: #60CDA6; }
span { border-color: rgb(96,205,166); }
td.TdClassName
{
border-color: #60CDA6;
}
.TagClassName
{
border-color: #60CDA6;
}
</style>