Shades of Medium Aquamarine #60CFA8
Tints of Medium Aquamarine #60CFA8
RGB
CMYK
RGB Variations
Color information
#60CFA8 (or 0x60CFA8) is known color: Medium Aquamarine. HEX triplet: 60, CF and A8. RGB value is (96,207,168). Sum of RGB (Red+Green+Blue) = 96+207+168=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFA8 is #9F3057. Grayscale: #A9A9A9. Windows color (decimal): -10432600 or 11063136. OLE color: 11063136.
HSL color Cylindrical-coordinate representation of color #60CFA8: hue angle of 158.92º 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 #60CFA8 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 168 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.19 |
| HSL | 158.92º | 0.54% | 0.59% | - |
| HSV(B) | 158.92º | 0.54% | 0.81% | - |
| XYZ | 34.2 | 49.94 | 44.88 | - |
| YUV | 169.37 | 127.23 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 168 | 0.54 | 0 | 0.19 | 0.19 | 158.92 | 0.54 | 0.59 |
| Hex | 60 | CF | A8 | 36 | 0 | 13 | 13 | 9F | 36 | 3B |
| Octal | 140 | 317 | 250 | 66 | 0 | 23 | 23 | 237 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10101000 | 110110 | 0 | 10011 | 10011 | 10011111 | 110110 | 111011 |
Color Harmonies of #60CFA8
Complementary color
Monochromatic Colors of #60CFA8
Black with #60CFA8
Text Example
Text Example
White with #60CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFA8; }
p { color: rgb(96,207,168); }
H1.HeaderClassName
{
color: #60CFA8;
}
.AnyTagClassName
{
color: #60CFA8;
}
</style>
background-color css
<style>
a { background-color: #60CFA8; }
a { background-color: rgb(96,207,168); }
div.DivClassName
{
background-color: #60CFA8;
}
.BgClassName
{
background-color: #60CFA8;
}
</style>
border-color css
<style>
span { border-color: #60CFA8; }
span { border-color: rgb(96,207,168); }
td.TdClassName
{
border-color: #60CFA8;
}
.TagClassName
{
border-color: #60CFA8;
}
</style>