Shades of Aquamarine #6EEFDB
Tints of Aquamarine #6EEFDB
RGB
CMYK
RGB Variations
Color information
#6EEFDB (or 0x6EEFDB) is known color: Aquamarine. HEX triplet: 6E, EF and DB. RGB value is (110,239,219). Sum of RGB (Red+Green+Blue) = 110+239+219=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFDB is #911024. Grayscale: #C6C6C6. Windows color (decimal): -9506853 or 14413678. OLE color: 14413678.
HSL color Cylindrical-coordinate representation of color #6EEFDB: hue angle of 170.7º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 219 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.06 |
| HSL | 170.7º | 0.8% | 0.68% | - |
| HSV(B) | 170.7º | 0.54% | 0.94% | - |
| XYZ | 50.08 | 70.16 | 77.92 | - |
| YUV | 198.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 219 | 0.54 | 0 | 0.08 | 0.06 | 170.7 | 0.8 | 0.68 |
| Hex | 6E | EF | DB | 36 | 0 | 8 | 6 | AB | 50 | 44 |
| Octal | 156 | 357 | 333 | 66 | 0 | 10 | 6 | 253 | 120 | 104 |
| Binary | 1101110 | 11101111 | 11011011 | 110110 | 0 | 1000 | 110 | 10101011 | 1010000 | 1000100 |
Color Harmonies of #6EEFDB
Complementary color
Monochromatic Colors of #6EEFDB
Black with #6EEFDB
Text Example
Text Example
White with #6EEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFDB; }
p { color: rgb(110,239,219); }
H1.HeaderClassName
{
color: #6EEFDB;
}
.AnyTagClassName
{
color: #6EEFDB;
}
</style>
background-color css
<style>
a { background-color: #6EEFDB; }
a { background-color: rgb(110,239,219); }
div.DivClassName
{
background-color: #6EEFDB;
}
.BgClassName
{
background-color: #6EEFDB;
}
</style>
border-color css
<style>
span { border-color: #6EEFDB; }
span { border-color: rgb(110,239,219); }
td.TdClassName
{
border-color: #6EEFDB;
}
.TagClassName
{
border-color: #6EEFDB;
}
</style>