Shades of Medium Aquamarine #60CEA6
Tints of Medium Aquamarine #60CEA6
RGB
CMYK
RGB Variations
Color information
#60CEA6 (or 0x60CEA6) is known color: Medium Aquamarine. HEX triplet: 60, CE and A6. RGB value is (96,206,166). Sum of RGB (Red+Green+Blue) = 96+206+166=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEA6 is #9F3159. Grayscale: #A8A8A8. Windows color (decimal): -10432858 or 10931808. OLE color: 10931808.
HSL color Cylindrical-coordinate representation of color #60CEA6: hue angle of 158.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEA6 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 166 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.19 |
| HSL | 158.18º | 0.53% | 0.59% | - |
| HSV(B) | 158.18º | 0.53% | 0.81% | - |
| XYZ | 33.78 | 49.38 | 43.83 | - |
| YUV | 168.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 166 | 0.53 | 0 | 0.19 | 0.19 | 158.18 | 0.53 | 0.59 |
| Hex | 60 | CE | A6 | 35 | 0 | 13 | 13 | 9E | 35 | 3B |
| Octal | 140 | 316 | 246 | 65 | 0 | 23 | 23 | 236 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10100110 | 110101 | 0 | 10011 | 10011 | 10011110 | 110101 | 111011 |
Color Harmonies of #60CEA6
Complementary color
Monochromatic Colors of #60CEA6
Black with #60CEA6
Text Example
Text Example
White with #60CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEA6; }
p { color: rgb(96,206,166); }
H1.HeaderClassName
{
color: #60CEA6;
}
.AnyTagClassName
{
color: #60CEA6;
}
</style>
background-color css
<style>
a { background-color: #60CEA6; }
a { background-color: rgb(96,206,166); }
div.DivClassName
{
background-color: #60CEA6;
}
.BgClassName
{
background-color: #60CEA6;
}
</style>
border-color css
<style>
span { border-color: #60CEA6; }
span { border-color: rgb(96,206,166); }
td.TdClassName
{
border-color: #60CEA6;
}
.TagClassName
{
border-color: #60CEA6;
}
</style>