Shades of Aquamarine #6EF3DB
Tints of Aquamarine #6EF3DB
RGB
CMYK
RGB Variations
Color information
#6EF3DB (or 0x6EF3DB) is known color: Aquamarine. HEX triplet: 6E, F3 and DB. RGB value is (110,243,219). Sum of RGB (Red+Green+Blue) = 110+243+219=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3DB is #910C24. Grayscale: #C8C8C8. Windows color (decimal): -9505829 or 14414702. OLE color: 14414702.
HSL color Cylindrical-coordinate representation of color #6EF3DB: hue angle of 169.17º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF3DB is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 243 | 219 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.05 |
| HSL | 169.17º | 0.85% | 0.69% | - |
| HSV(B) | 169.17º | 0.55% | 0.95% | - |
| XYZ | 51.27 | 72.53 | 78.32 | - |
| YUV | 200.5 | 138.44 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 243 | 219 | 0.55 | 0 | 0.10 | 0.05 | 169.17 | 0.85 | 0.69 |
| Hex | 6E | F3 | DB | 37 | 0 | A | 5 | A9 | 55 | 45 |
| Octal | 156 | 363 | 333 | 67 | 0 | 12 | 5 | 251 | 125 | 105 |
| Binary | 1101110 | 11110011 | 11011011 | 110111 | 0 | 1010 | 101 | 10101001 | 1010101 | 1000101 |
Color Harmonies of #6EF3DB
Complementary color
Monochromatic Colors of #6EF3DB
Black with #6EF3DB
Text Example
Text Example
White with #6EF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF3DB; }
p { color: rgb(110,243,219); }
H1.HeaderClassName
{
color: #6EF3DB;
}
.AnyTagClassName
{
color: #6EF3DB;
}
</style>
background-color css
<style>
a { background-color: #6EF3DB; }
a { background-color: rgb(110,243,219); }
div.DivClassName
{
background-color: #6EF3DB;
}
.BgClassName
{
background-color: #6EF3DB;
}
</style>
border-color css
<style>
span { border-color: #6EF3DB; }
span { border-color: rgb(110,243,219); }
td.TdClassName
{
border-color: #6EF3DB;
}
.TagClassName
{
border-color: #6EF3DB;
}
</style>