Shades of Medium Aquamarine #60CFAC
Tints of Medium Aquamarine #60CFAC
RGB
CMYK
RGB Variations
Color information
#60CFAC (or 0x60CFAC) is known color: Medium Aquamarine. HEX triplet: 60, CF and AC. RGB value is (96,207,172). Sum of RGB (Red+Green+Blue) = 96+207+172=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFAC is #9F3053. Grayscale: #A9A9A9. Windows color (decimal): -10432596 or 11325280. OLE color: 11325280.
HSL color Cylindrical-coordinate representation of color #60CFAC: hue angle of 161.08º 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 #60CFAC is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 172 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.19 |
| HSL | 161.08º | 0.54% | 0.59% | - |
| HSV(B) | 161.08º | 0.54% | 0.81% | - |
| XYZ | 34.58 | 50.09 | 46.88 | - |
| YUV | 169.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 172 | 0.54 | 0 | 0.17 | 0.19 | 161.08 | 0.54 | 0.59 |
| Hex | 60 | CF | AC | 36 | 0 | 11 | 13 | A1 | 36 | 3B |
| Octal | 140 | 317 | 254 | 66 | 0 | 21 | 23 | 241 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10101100 | 110110 | 0 | 10001 | 10011 | 10100001 | 110110 | 111011 |
Color Harmonies of #60CFAC
Complementary color
Monochromatic Colors of #60CFAC
Black with #60CFAC
Text Example
Text Example
White with #60CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFAC; }
p { color: rgb(96,207,172); }
H1.HeaderClassName
{
color: #60CFAC;
}
.AnyTagClassName
{
color: #60CFAC;
}
</style>
background-color css
<style>
a { background-color: #60CFAC; }
a { background-color: rgb(96,207,172); }
div.DivClassName
{
background-color: #60CFAC;
}
.BgClassName
{
background-color: #60CFAC;
}
</style>
border-color css
<style>
span { border-color: #60CFAC; }
span { border-color: rgb(96,207,172); }
td.TdClassName
{
border-color: #60CFAC;
}
.TagClassName
{
border-color: #60CFAC;
}
</style>