Shades of Medium Aquamarine #60CAA7
Tints of Medium Aquamarine #60CAA7
RGB
CMYK
RGB Variations
Color information
#60CAA7 (or 0x60CAA7) is known color: Medium Aquamarine. HEX triplet: 60, CA and A7. RGB value is (96,202,167). Sum of RGB (Red+Green+Blue) = 96+202+167=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CAA7 is #9F3558. Grayscale: #A6A6A6. Windows color (decimal): -10433881 or 10996320. OLE color: 10996320.
HSL color Cylindrical-coordinate representation of color #60CAA7: hue angle of 160.19º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CAA7 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 167 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.21 |
| HSL | 160.19º | 0.5% | 0.58% | - |
| HSV(B) | 160.19º | 0.52% | 0.79% | - |
| XYZ | 32.92 | 47.52 | 44 | - |
| YUV | 166.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 167 | 0.52 | 0 | 0.17 | 0.21 | 160.19 | 0.5 | 0.58 |
| Hex | 60 | CA | A7 | 34 | 0 | 11 | 15 | A0 | 32 | 3A |
| Octal | 140 | 312 | 247 | 64 | 0 | 21 | 25 | 240 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10100111 | 110100 | 0 | 10001 | 10101 | 10100000 | 110010 | 111010 |
Color Harmonies of #60CAA7
Complementary color
Monochromatic Colors of #60CAA7
Black with #60CAA7
Text Example
Text Example
White with #60CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAA7; }
p { color: rgb(96,202,167); }
H1.HeaderClassName
{
color: #60CAA7;
}
.AnyTagClassName
{
color: #60CAA7;
}
</style>
background-color css
<style>
a { background-color: #60CAA7; }
a { background-color: rgb(96,202,167); }
div.DivClassName
{
background-color: #60CAA7;
}
.BgClassName
{
background-color: #60CAA7;
}
</style>
border-color css
<style>
span { border-color: #60CAA7; }
span { border-color: rgb(96,202,167); }
td.TdClassName
{
border-color: #60CAA7;
}
.TagClassName
{
border-color: #60CAA7;
}
</style>