Shades of Aquamarine #6DEFDC
Tints of Aquamarine #6DEFDC
RGB
CMYK
RGB Variations
Color information
#6DEFDC (or 0x6DEFDC) is known color: Aquamarine. HEX triplet: 6D, EF and DC. RGB value is (109,239,220). Sum of RGB (Red+Green+Blue) = 109+239+220=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFDC is #921023. Grayscale: #C5C5C5. Windows color (decimal): -9572388 or 14479213. OLE color: 14479213.
HSL color Cylindrical-coordinate representation of color #6DEFDC: hue angle of 171.23º 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 #6DEFDC is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 239 | 220 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.06 |
| HSL | 171.23º | 0.8% | 0.68% | - |
| HSV(B) | 171.23º | 0.54% | 0.94% | - |
| XYZ | 50.09 | 70.15 | 78.61 | - |
| YUV | 197.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 239 | 220 | 0.54 | 0 | 0.08 | 0.06 | 171.23 | 0.8 | 0.68 |
| Hex | 6D | EF | DC | 36 | 0 | 8 | 6 | AB | 50 | 44 |
| Octal | 155 | 357 | 334 | 66 | 0 | 10 | 6 | 253 | 120 | 104 |
| Binary | 1101101 | 11101111 | 11011100 | 110110 | 0 | 1000 | 110 | 10101011 | 1010000 | 1000100 |
Color Harmonies of #6DEFDC
Complementary color
Monochromatic Colors of #6DEFDC
Black with #6DEFDC
Text Example
Text Example
White with #6DEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEFDC; }
p { color: rgb(109,239,220); }
H1.HeaderClassName
{
color: #6DEFDC;
}
.AnyTagClassName
{
color: #6DEFDC;
}
</style>
background-color css
<style>
a { background-color: #6DEFDC; }
a { background-color: rgb(109,239,220); }
div.DivClassName
{
background-color: #6DEFDC;
}
.BgClassName
{
background-color: #6DEFDC;
}
</style>
border-color css
<style>
span { border-color: #6DEFDC; }
span { border-color: rgb(109,239,220); }
td.TdClassName
{
border-color: #6DEFDC;
}
.TagClassName
{
border-color: #6DEFDC;
}
</style>