Shades of Aquamarine #60FEDB
Tints of Aquamarine #60FEDB
RGB
CMYK
RGB Variations
Color information
#60FEDB (or 0x60FEDB) is known color: Aquamarine. HEX triplet: 60, FE and DB. RGB value is (96,254,219). Sum of RGB (Red+Green+Blue) = 96+254+219=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FEDB is #9F0124. Grayscale: #CACACA. Windows color (decimal): -10420517 or 14417504. OLE color: 14417504.
HSL color Cylindrical-coordinate representation of color #60FEDB: hue angle of 166.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEDB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 219 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.00 |
| HSL | 166.71º | 0.99% | 0.69% | - |
| HSV(B) | 166.71º | 0.62% | 1% | - |
| XYZ | 53.05 | 78.48 | 79.37 | - |
| YUV | 202.77 | 137.15 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 219 | 0.62 | 0 | 0.14 | 0.00 | 166.71 | 0.99 | 0.69 |
| Hex | 60 | FE | DB | 3E | 0 | E | 0 | A7 | 63 | 45 |
| Octal | 140 | 376 | 333 | 76 | 0 | 16 | 0 | 247 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11011011 | 111110 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000101 |
Color Harmonies of #60FEDB
Complementary color
Monochromatic Colors of #60FEDB
Black with #60FEDB
Text Example
Text Example
White with #60FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEDB; }
p { color: rgb(96,254,219); }
H1.HeaderClassName
{
color: #60FEDB;
}
.AnyTagClassName
{
color: #60FEDB;
}
</style>
background-color css
<style>
a { background-color: #60FEDB; }
a { background-color: rgb(96,254,219); }
div.DivClassName
{
background-color: #60FEDB;
}
.BgClassName
{
background-color: #60FEDB;
}
</style>
border-color css
<style>
span { border-color: #60FEDB; }
span { border-color: rgb(96,254,219); }
td.TdClassName
{
border-color: #60FEDB;
}
.TagClassName
{
border-color: #60FEDB;
}
</style>