Shades of Aquamarine #6EEDD6
Tints of Aquamarine #6EEDD6
RGB
CMYK
RGB Variations
Color information
#6EEDD6 (or 0x6EEDD6) is known color: Aquamarine. HEX triplet: 6E, ED and D6. RGB value is (110,237,214). Sum of RGB (Red+Green+Blue) = 110+237+214=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDD6 is #911229. Grayscale: #C4C4C4. Windows color (decimal): -9507370 or 14085486. OLE color: 14085486.
HSL color Cylindrical-coordinate representation of color #6EEDD6: hue angle of 169.13º degrees, saturation: 0.78, 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 #6EEDD6 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 214 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.07 |
| HSL | 169.13º | 0.78% | 0.68% | - |
| HSV(B) | 169.13º | 0.54% | 0.93% | - |
| XYZ | 48.85 | 68.74 | 74.31 | - |
| YUV | 196.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 214 | 0.54 | 0 | 0.10 | 0.07 | 169.13 | 0.78 | 0.68 |
| Hex | 6E | ED | D6 | 36 | 0 | A | 7 | A9 | 4E | 44 |
| Octal | 156 | 355 | 326 | 66 | 0 | 12 | 7 | 251 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11010110 | 110110 | 0 | 1010 | 111 | 10101001 | 1001110 | 1000100 |
Color Harmonies of #6EEDD6
Complementary color
Monochromatic Colors of #6EEDD6
Black with #6EEDD6
Text Example
Text Example
White with #6EEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDD6; }
p { color: rgb(110,237,214); }
H1.HeaderClassName
{
color: #6EEDD6;
}
.AnyTagClassName
{
color: #6EEDD6;
}
</style>
background-color css
<style>
a { background-color: #6EEDD6; }
a { background-color: rgb(110,237,214); }
div.DivClassName
{
background-color: #6EEDD6;
}
.BgClassName
{
background-color: #6EEDD6;
}
</style>
border-color css
<style>
span { border-color: #6EEDD6; }
span { border-color: rgb(110,237,214); }
td.TdClassName
{
border-color: #6EEDD6;
}
.TagClassName
{
border-color: #6EEDD6;
}
</style>