Shades of Medium Aquamarine #60FCA0
Tints of Medium Aquamarine #60FCA0
RGB
CMYK
RGB Variations
Color information
#60FCA0 (or 0x60FCA0) is known color: Medium Aquamarine. HEX triplet: 60, FC and A0. RGB value is (96,252,160). Sum of RGB (Red+Green+Blue) = 96+252+160=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FCA0 is #9F035F. Grayscale: #C3C3C3. Windows color (decimal): -10421088 or 10550368. OLE color: 10550368.
HSL color Cylindrical-coordinate representation of color #60FCA0: hue angle of 144.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FCA0 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 160 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.01 |
| HSL | 144.62º | 0.96% | 0.68% | - |
| HSV(B) | 144.62º | 0.62% | 0.99% | - |
| XYZ | 45.98 | 74.65 | 45.24 | - |
| YUV | 194.87 | 108.32 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 160 | 0.62 | 0 | 0.37 | 0.01 | 144.62 | 0.96 | 0.68 |
| Hex | 60 | FC | A0 | 3E | 0 | 25 | 1 | 91 | 60 | 44 |
| Octal | 140 | 374 | 240 | 76 | 0 | 45 | 1 | 221 | 140 | 104 |
| Binary | 1100000 | 11111100 | 10100000 | 111110 | 0 | 100101 | 1 | 10010001 | 1100000 | 1000100 |
Color Harmonies of #60FCA0
Complementary color
Monochromatic Colors of #60FCA0
Black with #60FCA0
Text Example
Text Example
White with #60FCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCA0; }
p { color: rgb(96,252,160); }
H1.HeaderClassName
{
color: #60FCA0;
}
.AnyTagClassName
{
color: #60FCA0;
}
</style>
background-color css
<style>
a { background-color: #60FCA0; }
a { background-color: rgb(96,252,160); }
div.DivClassName
{
background-color: #60FCA0;
}
.BgClassName
{
background-color: #60FCA0;
}
</style>
border-color css
<style>
span { border-color: #60FCA0; }
span { border-color: rgb(96,252,160); }
td.TdClassName
{
border-color: #60FCA0;
}
.TagClassName
{
border-color: #60FCA0;
}
</style>