Shades of Medium Aquamarine #6ED0AB
Tints of Medium Aquamarine #6ED0AB
RGB
CMYK
RGB Variations
Color information
#6ED0AB (or 0x6ED0AB) is known color: Medium Aquamarine. HEX triplet: 6E, D0 and AB. RGB value is (110,208,171). Sum of RGB (Red+Green+Blue) = 110+208+171=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0AB is #912F54. Grayscale: #AEAEAE. Windows color (decimal): -9514837 or 11260014. OLE color: 11260014.
HSL color Cylindrical-coordinate representation of color #6ED0AB: hue angle of 157.35º 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 #6ED0AB is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 171 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.18 |
| HSL | 157.35º | 0.51% | 0.62% | - |
| HSV(B) | 157.35º | 0.47% | 0.82% | - |
| XYZ | 36.34 | 51.37 | 46.53 | - |
| YUV | 174.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 171 | 0.47 | 0 | 0.18 | 0.18 | 157.35 | 0.51 | 0.62 |
| Hex | 6E | D0 | AB | 2F | 0 | 12 | 12 | 9D | 33 | 3E |
| Octal | 156 | 320 | 253 | 57 | 0 | 22 | 22 | 235 | 63 | 76 |
| Binary | 1101110 | 11010000 | 10101011 | 101111 | 0 | 10010 | 10010 | 10011101 | 110011 | 111110 |
Color Harmonies of #6ED0AB
Complementary color
Monochromatic Colors of #6ED0AB
Black with #6ED0AB
Text Example
Text Example
White with #6ED0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0AB; }
p { color: rgb(110,208,171); }
H1.HeaderClassName
{
color: #6ED0AB;
}
.AnyTagClassName
{
color: #6ED0AB;
}
</style>
background-color css
<style>
a { background-color: #6ED0AB; }
a { background-color: rgb(110,208,171); }
div.DivClassName
{
background-color: #6ED0AB;
}
.BgClassName
{
background-color: #6ED0AB;
}
</style>
border-color css
<style>
span { border-color: #6ED0AB; }
span { border-color: rgb(110,208,171); }
td.TdClassName
{
border-color: #6ED0AB;
}
.TagClassName
{
border-color: #6ED0AB;
}
</style>