Shades of Aquamarine #60F7DC
Tints of Aquamarine #60F7DC
RGB
CMYK
RGB Variations
Color information
#60F7DC (or 0x60F7DC) is known color: Aquamarine. HEX triplet: 60, F7 and DC. RGB value is (96,247,220). Sum of RGB (Red+Green+Blue) = 96+247+220=563 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.05% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #60F7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F7DC is #9F0823. Grayscale: #C6C6C6. Windows color (decimal): -10422308 or 14481248. OLE color: 14481248.
HSL color Cylindrical-coordinate representation of color #60F7DC: hue angle of 169.27º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F7DC is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 247 | 220 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.03 |
| HSL | 169.27º | 0.9% | 0.67% | - |
| HSV(B) | 169.27º | 0.61% | 0.97% | - |
| XYZ | 51 | 74.18 | 79.34 | - |
| YUV | 198.77 | 139.97 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 247 | 220 | 0.61 | 0 | 0.11 | 0.03 | 169.27 | 0.9 | 0.67 |
| Hex | 60 | F7 | DC | 3D | 0 | B | 3 | A9 | 5A | 43 |
| Octal | 140 | 367 | 334 | 75 | 0 | 13 | 3 | 251 | 132 | 103 |
| Binary | 1100000 | 11110111 | 11011100 | 111101 | 0 | 1011 | 11 | 10101001 | 1011010 | 1000011 |
Color Harmonies of #60F7DC
Complementary color
Monochromatic Colors of #60F7DC
Black with #60F7DC
Text Example
Text Example
White with #60F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F7DC; }
p { color: rgb(96,247,220); }
H1.HeaderClassName
{
color: #60F7DC;
}
.AnyTagClassName
{
color: #60F7DC;
}
</style>
background-color css
<style>
a { background-color: #60F7DC; }
a { background-color: rgb(96,247,220); }
div.DivClassName
{
background-color: #60F7DC;
}
.BgClassName
{
background-color: #60F7DC;
}
</style>
border-color css
<style>
span { border-color: #60F7DC; }
span { border-color: rgb(96,247,220); }
td.TdClassName
{
border-color: #60F7DC;
}
.TagClassName
{
border-color: #60F7DC;
}
</style>