Shades of Medium Aquamarine #60CFA4
Tints of Medium Aquamarine #60CFA4
RGB
CMYK
RGB Variations
Color information
#60CFA4 (or 0x60CFA4) is known color: Medium Aquamarine. HEX triplet: 60, CF and A4. RGB value is (96,207,164). Sum of RGB (Red+Green+Blue) = 96+207+164=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFA4 is #9F305B. Grayscale: #A8A8A8. Windows color (decimal): -10432604 or 10800992. OLE color: 10800992.
HSL color Cylindrical-coordinate representation of color #60CFA4: hue angle of 156.76º 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 #60CFA4 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 164 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.19 |
| HSL | 156.76º | 0.54% | 0.59% | - |
| HSV(B) | 156.76º | 0.54% | 0.81% | - |
| XYZ | 33.84 | 49.79 | 42.95 | - |
| YUV | 168.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 164 | 0.54 | 0 | 0.21 | 0.19 | 156.76 | 0.54 | 0.59 |
| Hex | 60 | CF | A4 | 36 | 0 | 15 | 13 | 9D | 36 | 3B |
| Octal | 140 | 317 | 244 | 66 | 0 | 25 | 23 | 235 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10100100 | 110110 | 0 | 10101 | 10011 | 10011101 | 110110 | 111011 |
Color Harmonies of #60CFA4
Complementary color
Monochromatic Colors of #60CFA4
Black with #60CFA4
Text Example
Text Example
White with #60CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFA4; }
p { color: rgb(96,207,164); }
H1.HeaderClassName
{
color: #60CFA4;
}
.AnyTagClassName
{
color: #60CFA4;
}
</style>
background-color css
<style>
a { background-color: #60CFA4; }
a { background-color: rgb(96,207,164); }
div.DivClassName
{
background-color: #60CFA4;
}
.BgClassName
{
background-color: #60CFA4;
}
</style>
border-color css
<style>
span { border-color: #60CFA4; }
span { border-color: rgb(96,207,164); }
td.TdClassName
{
border-color: #60CFA4;
}
.TagClassName
{
border-color: #60CFA4;
}
</style>