Shades of Aquamarine #6DFEDC
Tints of Aquamarine #6DFEDC
RGB
CMYK
RGB Variations
Color information
#6DFEDC (or 0x6DFEDC) is known color: Aquamarine. HEX triplet: 6D, FE and DC. RGB value is (109,254,220). Sum of RGB (Red+Green+Blue) = 109+254+220=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFEDC is #920123. Grayscale: #CECECE. Windows color (decimal): -9568548 or 14483053. OLE color: 14483053.
HSL color Cylindrical-coordinate representation of color #6DFEDC: hue angle of 165.93º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFEDC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 254 | 220 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.00 |
| HSL | 165.93º | 0.99% | 0.71% | - |
| HSV(B) | 165.93º | 0.57% | 1% | - |
| XYZ | 54.67 | 79.3 | 80.14 | - |
| YUV | 206.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 220 | 0.57 | 0 | 0.13 | 0.00 | 165.93 | 0.99 | 0.71 |
| Hex | 6D | FE | DC | 39 | 0 | D | 0 | A6 | 63 | 47 |
| Octal | 155 | 376 | 334 | 71 | 0 | 15 | 0 | 246 | 143 | 107 |
| Binary | 1101101 | 11111110 | 11011100 | 111001 | 0 | 1101 | 0 | 10100110 | 1100011 | 1000111 |
Color Harmonies of #6DFEDC
Complementary color
Monochromatic Colors of #6DFEDC
Black with #6DFEDC
Text Example
Text Example
White with #6DFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFEDC; }
p { color: rgb(109,254,220); }
H1.HeaderClassName
{
color: #6DFEDC;
}
.AnyTagClassName
{
color: #6DFEDC;
}
</style>
background-color css
<style>
a { background-color: #6DFEDC; }
a { background-color: rgb(109,254,220); }
div.DivClassName
{
background-color: #6DFEDC;
}
.BgClassName
{
background-color: #6DFEDC;
}
</style>
border-color css
<style>
span { border-color: #6DFEDC; }
span { border-color: rgb(109,254,220); }
td.TdClassName
{
border-color: #6DFEDC;
}
.TagClassName
{
border-color: #6DFEDC;
}
</style>