Shades of Medium Aquamarine #6DCEA0
Tints of Medium Aquamarine #6DCEA0
RGB
CMYK
RGB Variations
Color information
#6DCEA0 (or 0x6DCEA0) is known color: Medium Aquamarine. HEX triplet: 6D, CE and A0. RGB value is (109,206,160). Sum of RGB (Red+Green+Blue) = 109+206+160=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCEA0 is #92315F. Grayscale: #ABABAB. Windows color (decimal): -9580896 or 10538605. OLE color: 10538605.
HSL color Cylindrical-coordinate representation of color #6DCEA0: hue angle of 151.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCEA0 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 160 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.19 |
| HSL | 151.55º | 0.5% | 0.62% | - |
| HSV(B) | 151.55º | 0.47% | 0.81% | - |
| XYZ | 34.72 | 49.93 | 41.07 | - |
| YUV | 171.75 | 121.36 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 160 | 0.47 | 0 | 0.22 | 0.19 | 151.55 | 0.5 | 0.62 |
| Hex | 6D | CE | A0 | 2F | 0 | 16 | 13 | 98 | 32 | 3E |
| Octal | 155 | 316 | 240 | 57 | 0 | 26 | 23 | 230 | 62 | 76 |
| Binary | 1101101 | 11001110 | 10100000 | 101111 | 0 | 10110 | 10011 | 10011000 | 110010 | 111110 |
Color Harmonies of #6DCEA0
Complementary color
Monochromatic Colors of #6DCEA0
Black with #6DCEA0
Text Example
Text Example
White with #6DCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEA0; }
p { color: rgb(109,206,160); }
H1.HeaderClassName
{
color: #6DCEA0;
}
.AnyTagClassName
{
color: #6DCEA0;
}
</style>
background-color css
<style>
a { background-color: #6DCEA0; }
a { background-color: rgb(109,206,160); }
div.DivClassName
{
background-color: #6DCEA0;
}
.BgClassName
{
background-color: #6DCEA0;
}
</style>
border-color css
<style>
span { border-color: #6DCEA0; }
span { border-color: rgb(109,206,160); }
td.TdClassName
{
border-color: #6DCEA0;
}
.TagClassName
{
border-color: #6DCEA0;
}
</style>