Shades of Aquamarine #6DEFDB
Tints of Aquamarine #6DEFDB
RGB
CMYK
RGB Variations
Color information
#6DEFDB (or 0x6DEFDB) is known color: Aquamarine. HEX triplet: 6D, EF and DB. RGB value is (109,239,219). Sum of RGB (Red+Green+Blue) = 109+239+219=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFDB is #921024. Grayscale: #C5C5C5. Windows color (decimal): -9572389 or 14413677. OLE color: 14413677.
HSL color Cylindrical-coordinate representation of color #6DEFDB: hue angle of 170.77º 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 #6DEFDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 239 | 219 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.06 |
| HSL | 170.77º | 0.8% | 0.68% | - |
| HSV(B) | 170.77º | 0.54% | 0.94% | - |
| XYZ | 49.96 | 70.1 | 77.92 | - |
| YUV | 197.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 239 | 219 | 0.54 | 0 | 0.08 | 0.06 | 170.77 | 0.8 | 0.68 |
| Hex | 6D | EF | DB | 36 | 0 | 8 | 6 | AB | 50 | 44 |
| Octal | 155 | 357 | 333 | 66 | 0 | 10 | 6 | 253 | 120 | 104 |
| Binary | 1101101 | 11101111 | 11011011 | 110110 | 0 | 1000 | 110 | 10101011 | 1010000 | 1000100 |
Color Harmonies of #6DEFDB
Complementary color
Monochromatic Colors of #6DEFDB
Black with #6DEFDB
Text Example
Text Example
White with #6DEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEFDB; }
p { color: rgb(109,239,219); }
H1.HeaderClassName
{
color: #6DEFDB;
}
.AnyTagClassName
{
color: #6DEFDB;
}
</style>
background-color css
<style>
a { background-color: #6DEFDB; }
a { background-color: rgb(109,239,219); }
div.DivClassName
{
background-color: #6DEFDB;
}
.BgClassName
{
background-color: #6DEFDB;
}
</style>
border-color css
<style>
span { border-color: #6DEFDB; }
span { border-color: rgb(109,239,219); }
td.TdClassName
{
border-color: #6DEFDB;
}
.TagClassName
{
border-color: #6DEFDB;
}
</style>