Shades of Aquamarine #60F7D4
Tints of Aquamarine #60F7D4
RGB
CMYK
RGB Variations
Color information
#60F7D4 (or 0x60F7D4) is known color: Aquamarine. HEX triplet: 60, F7 and D4. RGB value is (96,247,212). Sum of RGB (Red+Green+Blue) = 96+247+212=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #60F7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F7D4 is #9F082B. Grayscale: #C5C5C5. Windows color (decimal): -10422316 or 13956960. OLE color: 13956960.
HSL color Cylindrical-coordinate representation of color #60F7D4: hue angle of 166.09º 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 #60F7D4 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 247 | 212 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.03 |
| HSL | 166.09º | 0.9% | 0.67% | - |
| HSV(B) | 166.09º | 0.61% | 0.97% | - |
| XYZ | 49.97 | 73.76 | 73.89 | - |
| YUV | 197.86 | 135.97 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 247 | 212 | 0.61 | 0 | 0.14 | 0.03 | 166.09 | 0.9 | 0.67 |
| Hex | 60 | F7 | D4 | 3D | 0 | E | 3 | A6 | 5A | 43 |
| Octal | 140 | 367 | 324 | 75 | 0 | 16 | 3 | 246 | 132 | 103 |
| Binary | 1100000 | 11110111 | 11010100 | 111101 | 0 | 1110 | 11 | 10100110 | 1011010 | 1000011 |
Color Harmonies of #60F7D4
Complementary color
Monochromatic Colors of #60F7D4
Black with #60F7D4
Text Example
Text Example
White with #60F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F7D4; }
p { color: rgb(96,247,212); }
H1.HeaderClassName
{
color: #60F7D4;
}
.AnyTagClassName
{
color: #60F7D4;
}
</style>
background-color css
<style>
a { background-color: #60F7D4; }
a { background-color: rgb(96,247,212); }
div.DivClassName
{
background-color: #60F7D4;
}
.BgClassName
{
background-color: #60F7D4;
}
</style>
border-color css
<style>
span { border-color: #60F7D4; }
span { border-color: rgb(96,247,212); }
td.TdClassName
{
border-color: #60F7D4;
}
.TagClassName
{
border-color: #60F7D4;
}
</style>