Shades of Medium Aquamarine #6ED1AC
Tints of Medium Aquamarine #6ED1AC
RGB
CMYK
RGB Variations
Color information
#6ED1AC (or 0x6ED1AC) is known color: Medium Aquamarine. HEX triplet: 6E, D1 and AC. RGB value is (110,209,172). Sum of RGB (Red+Green+Blue) = 110+209+172=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED1AC is #912E53. Grayscale: #AFAFAF. Windows color (decimal): -9514580 or 11325806. OLE color: 11325806.
HSL color Cylindrical-coordinate representation of color #6ED1AC: hue angle of 157.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED1AC is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 172 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.18 |
| HSL | 157.58º | 0.52% | 0.63% | - |
| HSV(B) | 157.58º | 0.47% | 0.82% | - |
| XYZ | 36.68 | 51.89 | 47.11 | - |
| YUV | 175.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 172 | 0.47 | 0 | 0.18 | 0.18 | 157.58 | 0.52 | 0.63 |
| Hex | 6E | D1 | AC | 2F | 0 | 12 | 12 | 9E | 34 | 3F |
| Octal | 156 | 321 | 254 | 57 | 0 | 22 | 22 | 236 | 64 | 77 |
| Binary | 1101110 | 11010001 | 10101100 | 101111 | 0 | 10010 | 10010 | 10011110 | 110100 | 111111 |
Color Harmonies of #6ED1AC
Complementary color
Monochromatic Colors of #6ED1AC
Black with #6ED1AC
Text Example
Text Example
White with #6ED1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED1AC; }
p { color: rgb(110,209,172); }
H1.HeaderClassName
{
color: #6ED1AC;
}
.AnyTagClassName
{
color: #6ED1AC;
}
</style>
background-color css
<style>
a { background-color: #6ED1AC; }
a { background-color: rgb(110,209,172); }
div.DivClassName
{
background-color: #6ED1AC;
}
.BgClassName
{
background-color: #6ED1AC;
}
</style>
border-color css
<style>
span { border-color: #6ED1AC; }
span { border-color: rgb(110,209,172); }
td.TdClassName
{
border-color: #6ED1AC;
}
.TagClassName
{
border-color: #6ED1AC;
}
</style>