Shades of Aquamarine #60FDC0
Tints of Aquamarine #60FDC0
RGB
CMYK
RGB Variations
Color information
#60FDC0 (or 0x60FDC0) is known color: Aquamarine. HEX triplet: 60, FD and C0. RGB value is (96,253,192). Sum of RGB (Red+Green+Blue) = 96+253+192=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDC0 is #9F023F. Grayscale: #C7C7C7. Windows color (decimal): -10420800 or 12647776. OLE color: 12647776.
HSL color Cylindrical-coordinate representation of color #60FDC0: hue angle of 156.69º degrees, saturation: 0.98, 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 #60FDC0 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 192 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.01 |
| HSL | 156.69º | 0.98% | 0.68% | - |
| HSV(B) | 156.69º | 0.62% | 0.99% | - |
| XYZ | 49.46 | 76.54 | 62.04 | - |
| YUV | 199.1 | 123.99 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 192 | 0.62 | 0 | 0.24 | 0.01 | 156.69 | 0.98 | 0.68 |
| Hex | 60 | FD | C0 | 3E | 0 | 18 | 1 | 9D | 62 | 44 |
| Octal | 140 | 375 | 300 | 76 | 0 | 30 | 1 | 235 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11000000 | 111110 | 0 | 11000 | 1 | 10011101 | 1100010 | 1000100 |
Color Harmonies of #60FDC0
Complementary color
Monochromatic Colors of #60FDC0
Black with #60FDC0
Text Example
Text Example
White with #60FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDC0; }
p { color: rgb(96,253,192); }
H1.HeaderClassName
{
color: #60FDC0;
}
.AnyTagClassName
{
color: #60FDC0;
}
</style>
background-color css
<style>
a { background-color: #60FDC0; }
a { background-color: rgb(96,253,192); }
div.DivClassName
{
background-color: #60FDC0;
}
.BgClassName
{
background-color: #60FDC0;
}
</style>
border-color css
<style>
span { border-color: #60FDC0; }
span { border-color: rgb(96,253,192); }
td.TdClassName
{
border-color: #60FDC0;
}
.TagClassName
{
border-color: #60FDC0;
}
</style>