Shades of Medium Aquamarine #60CFAB
Tints of Medium Aquamarine #60CFAB
RGB
CMYK
RGB Variations
Color information
#60CFAB (or 0x60CFAB) is known color: Medium Aquamarine. HEX triplet: 60, CF and AB. RGB value is (96,207,171). Sum of RGB (Red+Green+Blue) = 96+207+171=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFAB is #9F3054. Grayscale: #A9A9A9. Windows color (decimal): -10432597 or 11259744. OLE color: 11259744.
HSL color Cylindrical-coordinate representation of color #60CFAB: hue angle of 160.54º 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 #60CFAB is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 171 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.19 |
| HSL | 160.54º | 0.54% | 0.59% | - |
| HSV(B) | 160.54º | 0.54% | 0.81% | - |
| XYZ | 34.49 | 50.05 | 46.37 | - |
| YUV | 169.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 171 | 0.54 | 0 | 0.17 | 0.19 | 160.54 | 0.54 | 0.59 |
| Hex | 60 | CF | AB | 36 | 0 | 11 | 13 | A1 | 36 | 3B |
| Octal | 140 | 317 | 253 | 66 | 0 | 21 | 23 | 241 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10101011 | 110110 | 0 | 10001 | 10011 | 10100001 | 110110 | 111011 |
Color Harmonies of #60CFAB
Complementary color
Monochromatic Colors of #60CFAB
Black with #60CFAB
Text Example
Text Example
White with #60CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFAB; }
p { color: rgb(96,207,171); }
H1.HeaderClassName
{
color: #60CFAB;
}
.AnyTagClassName
{
color: #60CFAB;
}
</style>
background-color css
<style>
a { background-color: #60CFAB; }
a { background-color: rgb(96,207,171); }
div.DivClassName
{
background-color: #60CFAB;
}
.BgClassName
{
background-color: #60CFAB;
}
</style>
border-color css
<style>
span { border-color: #60CFAB; }
span { border-color: rgb(96,207,171); }
td.TdClassName
{
border-color: #60CFAB;
}
.TagClassName
{
border-color: #60CFAB;
}
</style>