Shades of Medium Aquamarine #60C8AB
Tints of Medium Aquamarine #60C8AB
RGB
CMYK
RGB Variations
Color information
#60C8AB (or 0x60C8AB) is known color: Medium Aquamarine. HEX triplet: 60, C8 and AB. RGB value is (96,200,171). Sum of RGB (Red+Green+Blue) = 96+200+171=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #60C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C8AB is #9F3754. Grayscale: #A5A5A5. Windows color (decimal): -10434389 or 11257952. OLE color: 11257952.
HSL color Cylindrical-coordinate representation of color #60C8AB: hue angle of 163.27º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C8AB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 200 | 171 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.22 |
| HSL | 163.27º | 0.49% | 0.58% | - |
| HSV(B) | 163.27º | 0.52% | 0.78% | - |
| XYZ | 32.83 | 46.74 | 45.82 | - |
| YUV | 165.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 171 | 0.52 | 0 | 0.14 | 0.22 | 163.27 | 0.49 | 0.58 |
| Hex | 60 | C8 | AB | 34 | 0 | E | 16 | A3 | 31 | 3A |
| Octal | 140 | 310 | 253 | 64 | 0 | 16 | 26 | 243 | 61 | 72 |
| Binary | 1100000 | 11001000 | 10101011 | 110100 | 0 | 1110 | 10110 | 10100011 | 110001 | 111010 |
Color Harmonies of #60C8AB
Complementary color
Monochromatic Colors of #60C8AB
Black with #60C8AB
Text Example
Text Example
White with #60C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C8AB; }
p { color: rgb(96,200,171); }
H1.HeaderClassName
{
color: #60C8AB;
}
.AnyTagClassName
{
color: #60C8AB;
}
</style>
background-color css
<style>
a { background-color: #60C8AB; }
a { background-color: rgb(96,200,171); }
div.DivClassName
{
background-color: #60C8AB;
}
.BgClassName
{
background-color: #60C8AB;
}
</style>
border-color css
<style>
span { border-color: #60C8AB; }
span { border-color: rgb(96,200,171); }
td.TdClassName
{
border-color: #60C8AB;
}
.TagClassName
{
border-color: #60C8AB;
}
</style>