Shades of Medium Aquamarine #60CA9D
Tints of Medium Aquamarine #60CA9D
RGB
CMYK
RGB Variations
Color information
#60CA9D (or 0x60CA9D) is known color: Medium Aquamarine. HEX triplet: 60, CA and 9D. RGB value is (96,202,157). Sum of RGB (Red+Green+Blue) = 96+202+157=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CA9D is #9F3562. Grayscale: #A5A5A5. Windows color (decimal): -10433891 or 10340960. OLE color: 10340960.
HSL color Cylindrical-coordinate representation of color #60CA9D: hue angle of 154.53º 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 #60CA9D is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 157 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.21 |
| HSL | 154.53º | 0.5% | 0.58% | - |
| HSV(B) | 154.53º | 0.52% | 0.79% | - |
| XYZ | 32.03 | 47.16 | 39.31 | - |
| YUV | 165.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 157 | 0.52 | 0 | 0.22 | 0.21 | 154.53 | 0.5 | 0.58 |
| Hex | 60 | CA | 9D | 34 | 0 | 16 | 15 | 9B | 32 | 3A |
| Octal | 140 | 312 | 235 | 64 | 0 | 26 | 25 | 233 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10011101 | 110100 | 0 | 10110 | 10101 | 10011011 | 110010 | 111010 |
Color Harmonies of #60CA9D
Complementary color
Monochromatic Colors of #60CA9D
Black with #60CA9D
Text Example
Text Example
White with #60CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA9D; }
p { color: rgb(96,202,157); }
H1.HeaderClassName
{
color: #60CA9D;
}
.AnyTagClassName
{
color: #60CA9D;
}
</style>
background-color css
<style>
a { background-color: #60CA9D; }
a { background-color: rgb(96,202,157); }
div.DivClassName
{
background-color: #60CA9D;
}
.BgClassName
{
background-color: #60CA9D;
}
</style>
border-color css
<style>
span { border-color: #60CA9D; }
span { border-color: rgb(96,202,157); }
td.TdClassName
{
border-color: #60CA9D;
}
.TagClassName
{
border-color: #60CA9D;
}
</style>