Shades of Aquamarine #60FFDB
Tints of Aquamarine #60FFDB
RGB
CMYK
RGB Variations
Color information
#60FFDB (or 0x60FFDB) is known color: Aquamarine. HEX triplet: 60, FF and DB. RGB value is (96,255,219). Sum of RGB (Red+Green+Blue) = 96+255+219=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFDB is #9F0024. Grayscale: #CBCBCB. Windows color (decimal): -10420261 or 14417760. OLE color: 14417760.
HSL color Cylindrical-coordinate representation of color #60FFDB: hue angle of 166.42º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFDB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 219 | - |
| CMYK | 0.62 | 0 | 0.14 | 0 |
| HSL | 166.42º | 1% | 0.69% | - |
| HSV(B) | 166.42º | 0.62% | 1% | - |
| XYZ | 53.37 | 79.12 | 79.48 | - |
| YUV | 203.36 | 136.82 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 219 | 0.62 | 0 | 0.14 | 0 | 166.42 | 1 | 0.69 |
| Hex | 60 | FF | DB | 3E | 0 | E | 0 | A6 | 64 | 45 |
| Octal | 140 | 377 | 333 | 76 | 0 | 16 | 0 | 246 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11011011 | 111110 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000101 |
Color Harmonies of #60FFDB
Complementary color
Monochromatic Colors of #60FFDB
Black with #60FFDB
Text Example
Text Example
White with #60FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFDB; }
p { color: rgb(96,255,219); }
H1.HeaderClassName
{
color: #60FFDB;
}
.AnyTagClassName
{
color: #60FFDB;
}
</style>
background-color css
<style>
a { background-color: #60FFDB; }
a { background-color: rgb(96,255,219); }
div.DivClassName
{
background-color: #60FFDB;
}
.BgClassName
{
background-color: #60FFDB;
}
</style>
border-color css
<style>
span { border-color: #60FFDB; }
span { border-color: rgb(96,255,219); }
td.TdClassName
{
border-color: #60FFDB;
}
.TagClassName
{
border-color: #60FFDB;
}
</style>