Shades of Medium Aquamarine #6EDC9C
Tints of Medium Aquamarine #6EDC9C
RGB
CMYK
RGB Variations
Color information
#6EDC9C (or 0x6EDC9C) is known color: Medium Aquamarine. HEX triplet: 6E, DC and 9C. RGB value is (110,220,156). Sum of RGB (Red+Green+Blue) = 110+220+156=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDC9C is #912363. Grayscale: #B3B3B3. Windows color (decimal): -9511780 or 10280046. OLE color: 10280046.
HSL color Cylindrical-coordinate representation of color #6EDC9C: hue angle of 145.09º 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 #6EDC9C is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 156 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.14 |
| HSL | 145.09º | 0.61% | 0.65% | - |
| HSV(B) | 145.09º | 0.5% | 0.86% | - |
| XYZ | 38.02 | 56.9 | 40.43 | - |
| YUV | 179.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 156 | 0.50 | 0 | 0.29 | 0.14 | 145.09 | 0.61 | 0.65 |
| Hex | 6E | DC | 9C | 32 | 0 | 1D | E | 91 | 3D | 41 |
| Octal | 156 | 334 | 234 | 62 | 0 | 35 | 16 | 221 | 75 | 101 |
| Binary | 1101110 | 11011100 | 10011100 | 110010 | 0 | 11101 | 1110 | 10010001 | 111101 | 1000001 |
Color Harmonies of #6EDC9C
Complementary color
Monochromatic Colors of #6EDC9C
Black with #6EDC9C
Text Example
Text Example
White with #6EDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC9C; }
p { color: rgb(110,220,156); }
H1.HeaderClassName
{
color: #6EDC9C;
}
.AnyTagClassName
{
color: #6EDC9C;
}
</style>
background-color css
<style>
a { background-color: #6EDC9C; }
a { background-color: rgb(110,220,156); }
div.DivClassName
{
background-color: #6EDC9C;
}
.BgClassName
{
background-color: #6EDC9C;
}
</style>
border-color css
<style>
span { border-color: #6EDC9C; }
span { border-color: rgb(110,220,156); }
td.TdClassName
{
border-color: #6EDC9C;
}
.TagClassName
{
border-color: #6EDC9C;
}
</style>