Shades of Medium Aquamarine #6ED0AE
Tints of Medium Aquamarine #6ED0AE
RGB
CMYK
RGB Variations
Color information
#6ED0AE (or 0x6ED0AE) is known color: Medium Aquamarine. HEX triplet: 6E, D0 and AE. RGB value is (110,208,174). Sum of RGB (Red+Green+Blue) = 110+208+174=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0AE is #912F51. Grayscale: #AEAEAE. Windows color (decimal): -9514834 or 11456622. OLE color: 11456622.
HSL color Cylindrical-coordinate representation of color #6ED0AE: hue angle of 159.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0AE is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 174 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.18 |
| HSL | 159.18º | 0.51% | 0.62% | - |
| HSV(B) | 159.18º | 0.47% | 0.82% | - |
| XYZ | 36.63 | 51.48 | 48.05 | - |
| YUV | 174.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 174 | 0.47 | 0 | 0.16 | 0.18 | 159.18 | 0.51 | 0.62 |
| Hex | 6E | D0 | AE | 2F | 0 | 10 | 12 | 9F | 33 | 3E |
| Octal | 156 | 320 | 256 | 57 | 0 | 20 | 22 | 237 | 63 | 76 |
| Binary | 1101110 | 11010000 | 10101110 | 101111 | 0 | 10000 | 10010 | 10011111 | 110011 | 111110 |
Color Harmonies of #6ED0AE
Complementary color
Monochromatic Colors of #6ED0AE
Black with #6ED0AE
Text Example
Text Example
White with #6ED0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0AE; }
p { color: rgb(110,208,174); }
H1.HeaderClassName
{
color: #6ED0AE;
}
.AnyTagClassName
{
color: #6ED0AE;
}
</style>
background-color css
<style>
a { background-color: #6ED0AE; }
a { background-color: rgb(110,208,174); }
div.DivClassName
{
background-color: #6ED0AE;
}
.BgClassName
{
background-color: #6ED0AE;
}
</style>
border-color css
<style>
span { border-color: #6ED0AE; }
span { border-color: rgb(110,208,174); }
td.TdClassName
{
border-color: #6ED0AE;
}
.TagClassName
{
border-color: #6ED0AE;
}
</style>