Shades of Aquamarine #6DEEDB
Tints of Aquamarine #6DEEDB
RGB
CMYK
RGB Variations
Color information
#6DEEDB (or 0x6DEEDB) is known color: Aquamarine. HEX triplet: 6D, EE and DB. RGB value is (109,238,219). Sum of RGB (Red+Green+Blue) = 109+238+219=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEDB is #921124. Grayscale: #C5C5C5. Windows color (decimal): -9572645 or 14413421. OLE color: 14413421.
HSL color Cylindrical-coordinate representation of color #6DEEDB: hue angle of 171.16º 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 #6DEEDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 219 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.07 |
| HSL | 171.16º | 0.79% | 0.68% | - |
| HSV(B) | 171.16º | 0.54% | 0.93% | - |
| XYZ | 49.67 | 69.51 | 77.82 | - |
| YUV | 197.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 219 | 0.54 | 0 | 0.08 | 0.07 | 171.16 | 0.79 | 0.68 |
| Hex | 6D | EE | DB | 36 | 0 | 8 | 7 | AB | 4F | 44 |
| Octal | 155 | 356 | 333 | 66 | 0 | 10 | 7 | 253 | 117 | 104 |
| Binary | 1101101 | 11101110 | 11011011 | 110110 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000100 |
Color Harmonies of #6DEEDB
Complementary color
Monochromatic Colors of #6DEEDB
Black with #6DEEDB
Text Example
Text Example
White with #6DEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEDB; }
p { color: rgb(109,238,219); }
H1.HeaderClassName
{
color: #6DEEDB;
}
.AnyTagClassName
{
color: #6DEEDB;
}
</style>
background-color css
<style>
a { background-color: #6DEEDB; }
a { background-color: rgb(109,238,219); }
div.DivClassName
{
background-color: #6DEEDB;
}
.BgClassName
{
background-color: #6DEEDB;
}
</style>
border-color css
<style>
span { border-color: #6DEEDB; }
span { border-color: rgb(109,238,219); }
td.TdClassName
{
border-color: #6DEEDB;
}
.TagClassName
{
border-color: #6DEEDB;
}
</style>