Shades of Aquamarine #60F7DB
Tints of Aquamarine #60F7DB
RGB
CMYK
RGB Variations
Color information
#60F7DB (or 0x60F7DB) is known color: Aquamarine. HEX triplet: 60, F7 and DB. RGB value is (96,247,219). Sum of RGB (Red+Green+Blue) = 96+247+219=562 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.08% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #60F7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F7DB is #9F0824. Grayscale: #C6C6C6. Windows color (decimal): -10422309 or 14415712. OLE color: 14415712.
HSL color Cylindrical-coordinate representation of color #60F7DB: hue angle of 168.87º 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 #60F7DB is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 247 | 219 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.03 |
| HSL | 168.87º | 0.9% | 0.67% | - |
| HSV(B) | 168.87º | 0.61% | 0.97% | - |
| XYZ | 50.87 | 74.12 | 78.64 | - |
| YUV | 198.66 | 139.47 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 247 | 219 | 0.61 | 0 | 0.11 | 0.03 | 168.87 | 0.9 | 0.67 |
| Hex | 60 | F7 | DB | 3D | 0 | B | 3 | A9 | 5A | 43 |
| Octal | 140 | 367 | 333 | 75 | 0 | 13 | 3 | 251 | 132 | 103 |
| Binary | 1100000 | 11110111 | 11011011 | 111101 | 0 | 1011 | 11 | 10101001 | 1011010 | 1000011 |
Color Harmonies of #60F7DB
Complementary color
Monochromatic Colors of #60F7DB
Black with #60F7DB
Text Example
Text Example
White with #60F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F7DB; }
p { color: rgb(96,247,219); }
H1.HeaderClassName
{
color: #60F7DB;
}
.AnyTagClassName
{
color: #60F7DB;
}
</style>
background-color css
<style>
a { background-color: #60F7DB; }
a { background-color: rgb(96,247,219); }
div.DivClassName
{
background-color: #60F7DB;
}
.BgClassName
{
background-color: #60F7DB;
}
</style>
border-color css
<style>
span { border-color: #60F7DB; }
span { border-color: rgb(96,247,219); }
td.TdClassName
{
border-color: #60F7DB;
}
.TagClassName
{
border-color: #60F7DB;
}
</style>