Shades of Aquamarine #60FCD1
Tints of Aquamarine #60FCD1
RGB
CMYK
RGB Variations
Color information
#60FCD1 (or 0x60FCD1) is known color: Aquamarine. HEX triplet: 60, FC and D1. RGB value is (96,252,209). Sum of RGB (Red+Green+Blue) = 96+252+209=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCD1 is #9F032E. Grayscale: #C8C8C8. Windows color (decimal): -10421039 or 13761632. OLE color: 13761632.
HSL color Cylindrical-coordinate representation of color #60FCD1: hue angle of 163.46º 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 #60FCD1 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 209 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.01 |
| HSL | 163.46º | 0.96% | 0.68% | - |
| HSV(B) | 163.46º | 0.62% | 0.99% | - |
| XYZ | 51.14 | 76.71 | 72.43 | - |
| YUV | 200.45 | 132.82 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 209 | 0.62 | 0 | 0.17 | 0.01 | 163.46 | 0.96 | 0.68 |
| Hex | 60 | FC | D1 | 3E | 0 | 11 | 1 | A3 | 60 | 44 |
| Octal | 140 | 374 | 321 | 76 | 0 | 21 | 1 | 243 | 140 | 104 |
| Binary | 1100000 | 11111100 | 11010001 | 111110 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000100 |
Color Harmonies of #60FCD1
Complementary color
Monochromatic Colors of #60FCD1
Black with #60FCD1
Text Example
Text Example
White with #60FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCD1; }
p { color: rgb(96,252,209); }
H1.HeaderClassName
{
color: #60FCD1;
}
.AnyTagClassName
{
color: #60FCD1;
}
</style>
background-color css
<style>
a { background-color: #60FCD1; }
a { background-color: rgb(96,252,209); }
div.DivClassName
{
background-color: #60FCD1;
}
.BgClassName
{
background-color: #60FCD1;
}
</style>
border-color css
<style>
span { border-color: #60FCD1; }
span { border-color: rgb(96,252,209); }
td.TdClassName
{
border-color: #60FCD1;
}
.TagClassName
{
border-color: #60FCD1;
}
</style>