Shades of Medium Aquamarine #6EDCAF
Tints of Medium Aquamarine #6EDCAF
RGB
CMYK
RGB Variations
Color information
#6EDCAF (or 0x6EDCAF) is known color: Medium Aquamarine. HEX triplet: 6E, DC and AF. RGB value is (110,220,175). Sum of RGB (Red+Green+Blue) = 110+220+175=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDCAF is #912350. Grayscale: #B6B6B6. Windows color (decimal): -9511761 or 11525230. OLE color: 11525230.
HSL color Cylindrical-coordinate representation of color #6EDCAF: hue angle of 155.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDCAF is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 175 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.14 |
| HSL | 155.45º | 0.61% | 0.65% | - |
| HSV(B) | 155.45º | 0.5% | 0.86% | - |
| XYZ | 39.76 | 57.6 | 49.58 | - |
| YUV | 181.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 175 | 0.50 | 0 | 0.20 | 0.14 | 155.45 | 0.61 | 0.65 |
| Hex | 6E | DC | AF | 32 | 0 | 14 | E | 9B | 3D | 41 |
| Octal | 156 | 334 | 257 | 62 | 0 | 24 | 16 | 233 | 75 | 101 |
| Binary | 1101110 | 11011100 | 10101111 | 110010 | 0 | 10100 | 1110 | 10011011 | 111101 | 1000001 |
Color Harmonies of #6EDCAF
Complementary color
Monochromatic Colors of #6EDCAF
Black with #6EDCAF
Text Example
Text Example
White with #6EDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDCAF; }
p { color: rgb(110,220,175); }
H1.HeaderClassName
{
color: #6EDCAF;
}
.AnyTagClassName
{
color: #6EDCAF;
}
</style>
background-color css
<style>
a { background-color: #6EDCAF; }
a { background-color: rgb(110,220,175); }
div.DivClassName
{
background-color: #6EDCAF;
}
.BgClassName
{
background-color: #6EDCAF;
}
</style>
border-color css
<style>
span { border-color: #6EDCAF; }
span { border-color: rgb(110,220,175); }
td.TdClassName
{
border-color: #6EDCAF;
}
.TagClassName
{
border-color: #6EDCAF;
}
</style>