Shades of Aquamarine #60FCD0
Tints of Aquamarine #60FCD0
RGB
CMYK
RGB Variations
Color information
#60FCD0 (or 0x60FCD0) is known color: Aquamarine. HEX triplet: 60, FC and D0. RGB value is (96,252,208). Sum of RGB (Red+Green+Blue) = 96+252+208=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCD0 is #9F032F. Grayscale: #C8C8C8. Windows color (decimal): -10421040 or 13696096. OLE color: 13696096.
HSL color Cylindrical-coordinate representation of color #60FCD0: hue angle of 163.08º 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 #60FCD0 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 208 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.01 |
| HSL | 163.08º | 0.96% | 0.68% | - |
| HSV(B) | 163.08º | 0.62% | 0.99% | - |
| XYZ | 51.02 | 76.66 | 71.78 | - |
| YUV | 200.34 | 132.32 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 208 | 0.62 | 0 | 0.17 | 0.01 | 163.08 | 0.96 | 0.68 |
| Hex | 60 | FC | D0 | 3E | 0 | 11 | 1 | A3 | 60 | 44 |
| Octal | 140 | 374 | 320 | 76 | 0 | 21 | 1 | 243 | 140 | 104 |
| Binary | 1100000 | 11111100 | 11010000 | 111110 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000100 |
Color Harmonies of #60FCD0
Complementary color
Monochromatic Colors of #60FCD0
Black with #60FCD0
Text Example
Text Example
White with #60FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCD0; }
p { color: rgb(96,252,208); }
H1.HeaderClassName
{
color: #60FCD0;
}
.AnyTagClassName
{
color: #60FCD0;
}
</style>
background-color css
<style>
a { background-color: #60FCD0; }
a { background-color: rgb(96,252,208); }
div.DivClassName
{
background-color: #60FCD0;
}
.BgClassName
{
background-color: #60FCD0;
}
</style>
border-color css
<style>
span { border-color: #60FCD0; }
span { border-color: rgb(96,252,208); }
td.TdClassName
{
border-color: #60FCD0;
}
.TagClassName
{
border-color: #60FCD0;
}
</style>