Shades of Aquamarine #6EF1DB
Tints of Aquamarine #6EF1DB
RGB
CMYK
RGB Variations
Color information
#6EF1DB (or 0x6EF1DB) is known color: Aquamarine. HEX triplet: 6E, F1 and DB. RGB value is (110,241,219). Sum of RGB (Red+Green+Blue) = 110+241+219=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1DB is #910E24. Grayscale: #C7C7C7. Windows color (decimal): -9506341 or 14414190. OLE color: 14414190.
HSL color Cylindrical-coordinate representation of color #6EF1DB: hue angle of 169.92º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1DB is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 219 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.05 |
| HSL | 169.92º | 0.82% | 0.69% | - |
| HSV(B) | 169.92º | 0.54% | 0.95% | - |
| XYZ | 50.67 | 71.34 | 78.12 | - |
| YUV | 199.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 219 | 0.54 | 0 | 0.09 | 0.05 | 169.92 | 0.82 | 0.69 |
| Hex | 6E | F1 | DB | 36 | 0 | 9 | 5 | AA | 52 | 45 |
| Octal | 156 | 361 | 333 | 66 | 0 | 11 | 5 | 252 | 122 | 105 |
| Binary | 1101110 | 11110001 | 11011011 | 110110 | 0 | 1001 | 101 | 10101010 | 1010010 | 1000101 |
Color Harmonies of #6EF1DB
Complementary color
Monochromatic Colors of #6EF1DB
Black with #6EF1DB
Text Example
Text Example
White with #6EF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1DB; }
p { color: rgb(110,241,219); }
H1.HeaderClassName
{
color: #6EF1DB;
}
.AnyTagClassName
{
color: #6EF1DB;
}
</style>
background-color css
<style>
a { background-color: #6EF1DB; }
a { background-color: rgb(110,241,219); }
div.DivClassName
{
background-color: #6EF1DB;
}
.BgClassName
{
background-color: #6EF1DB;
}
</style>
border-color css
<style>
span { border-color: #6EF1DB; }
span { border-color: rgb(110,241,219); }
td.TdClassName
{
border-color: #6EF1DB;
}
.TagClassName
{
border-color: #6EF1DB;
}
</style>