Shades of Medium Aquamarine #6ED7AC
Tints of Medium Aquamarine #6ED7AC
RGB
CMYK
RGB Variations
Color information
#6ED7AC (or 0x6ED7AC) is known color: Medium Aquamarine. HEX triplet: 6E, D7 and AC. RGB value is (110,215,172). Sum of RGB (Red+Green+Blue) = 110+215+172=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED7AC is #912853. Grayscale: #B2B2B2. Windows color (decimal): -9513044 or 11327342. OLE color: 11327342.
HSL color Cylindrical-coordinate representation of color #6ED7AC: hue angle of 155.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED7AC is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 172 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.16 |
| HSL | 155.43º | 0.57% | 0.64% | - |
| HSV(B) | 155.43º | 0.49% | 0.84% | - |
| XYZ | 38.18 | 54.89 | 47.61 | - |
| YUV | 178.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 172 | 0.49 | 0 | 0.2 | 0.16 | 155.43 | 0.57 | 0.64 |
| Hex | 6E | D7 | AC | 31 | 0 | 14 | 10 | 9B | 39 | 40 |
| Octal | 156 | 327 | 254 | 61 | 0 | 24 | 20 | 233 | 71 | 100 |
| Binary | 1101110 | 11010111 | 10101100 | 110001 | 0 | 10100 | 10000 | 10011011 | 111001 | 1000000 |
Color Harmonies of #6ED7AC
Complementary color
Monochromatic Colors of #6ED7AC
Black with #6ED7AC
Text Example
Text Example
White with #6ED7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED7AC; }
p { color: rgb(110,215,172); }
H1.HeaderClassName
{
color: #6ED7AC;
}
.AnyTagClassName
{
color: #6ED7AC;
}
</style>
background-color css
<style>
a { background-color: #6ED7AC; }
a { background-color: rgb(110,215,172); }
div.DivClassName
{
background-color: #6ED7AC;
}
.BgClassName
{
background-color: #6ED7AC;
}
</style>
border-color css
<style>
span { border-color: #6ED7AC; }
span { border-color: rgb(110,215,172); }
td.TdClassName
{
border-color: #6ED7AC;
}
.TagClassName
{
border-color: #6ED7AC;
}
</style>