Shades of Aquamarine #6EFEDC
Tints of Aquamarine #6EFEDC
RGB
CMYK
RGB Variations
Color information
#6EFEDC (or 0x6EFEDC) is known color: Aquamarine. HEX triplet: 6E, FE and DC. RGB value is (110,254,220). Sum of RGB (Red+Green+Blue) = 110+254+220=584 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.84% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFEDC is #910123. Grayscale: #CFCFCF. Windows color (decimal): -9503012 or 14483054. OLE color: 14483054.
HSL color Cylindrical-coordinate representation of color #6EFEDC: hue angle of 165.83º 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 #6EFEDC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 254 | 220 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.00 |
| HSL | 165.83º | 0.99% | 0.71% | - |
| HSV(B) | 165.83º | 0.57% | 1% | - |
| XYZ | 54.79 | 79.37 | 80.14 | - |
| YUV | 207.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 220 | 0.57 | 0 | 0.13 | 0.00 | 165.83 | 0.99 | 0.71 |
| Hex | 6E | FE | DC | 39 | 0 | D | 0 | A6 | 63 | 47 |
| Octal | 156 | 376 | 334 | 71 | 0 | 15 | 0 | 246 | 143 | 107 |
| Binary | 1101110 | 11111110 | 11011100 | 111001 | 0 | 1101 | 0 | 10100110 | 1100011 | 1000111 |
Color Harmonies of #6EFEDC
Complementary color
Monochromatic Colors of #6EFEDC
Black with #6EFEDC
Text Example
Text Example
White with #6EFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFEDC; }
p { color: rgb(110,254,220); }
H1.HeaderClassName
{
color: #6EFEDC;
}
.AnyTagClassName
{
color: #6EFEDC;
}
</style>
background-color css
<style>
a { background-color: #6EFEDC; }
a { background-color: rgb(110,254,220); }
div.DivClassName
{
background-color: #6EFEDC;
}
.BgClassName
{
background-color: #6EFEDC;
}
</style>
border-color css
<style>
span { border-color: #6EFEDC; }
span { border-color: rgb(110,254,220); }
td.TdClassName
{
border-color: #6EFEDC;
}
.TagClassName
{
border-color: #6EFEDC;
}
</style>