Shades of Aquamarine #6EEEDB
Tints of Aquamarine #6EEEDB
RGB
CMYK
RGB Variations
Color information
#6EEEDB (or 0x6EEEDB) is known color: Aquamarine. HEX triplet: 6E, EE and DB. RGB value is (110,238,219). Sum of RGB (Red+Green+Blue) = 110+238+219=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEEDB is #911124. Grayscale: #C5C5C5. Windows color (decimal): -9507109 or 14413422. OLE color: 14413422.
HSL color Cylindrical-coordinate representation of color #6EEEDB: hue angle of 171.09º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEEDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 219 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.07 |
| HSL | 171.09º | 0.79% | 0.68% | - |
| HSV(B) | 171.09º | 0.54% | 0.93% | - |
| XYZ | 49.79 | 69.58 | 77.82 | - |
| YUV | 197.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 219 | 0.54 | 0 | 0.08 | 0.07 | 171.09 | 0.79 | 0.68 |
| Hex | 6E | EE | DB | 36 | 0 | 8 | 7 | AB | 4F | 44 |
| Octal | 156 | 356 | 333 | 66 | 0 | 10 | 7 | 253 | 117 | 104 |
| Binary | 1101110 | 11101110 | 11011011 | 110110 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000100 |
Color Harmonies of #6EEEDB
Complementary color
Monochromatic Colors of #6EEEDB
Black with #6EEEDB
Text Example
Text Example
White with #6EEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEEDB; }
p { color: rgb(110,238,219); }
H1.HeaderClassName
{
color: #6EEEDB;
}
.AnyTagClassName
{
color: #6EEEDB;
}
</style>
background-color css
<style>
a { background-color: #6EEEDB; }
a { background-color: rgb(110,238,219); }
div.DivClassName
{
background-color: #6EEEDB;
}
.BgClassName
{
background-color: #6EEEDB;
}
</style>
border-color css
<style>
span { border-color: #6EEEDB; }
span { border-color: rgb(110,238,219); }
td.TdClassName
{
border-color: #6EEEDB;
}
.TagClassName
{
border-color: #6EEEDB;
}
</style>