Shades of Medium Aquamarine #6ECFA0
Tints of Medium Aquamarine #6ECFA0
RGB
CMYK
RGB Variations
Color information
#6ECFA0 (or 0x6ECFA0) is known color: Medium Aquamarine. HEX triplet: 6E, CF and A0. RGB value is (110,207,160). Sum of RGB (Red+Green+Blue) = 110+207+160=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECFA0 is #91305F. Grayscale: #ACACAC. Windows color (decimal): -9515104 or 10538862. OLE color: 10538862.
HSL color Cylindrical-coordinate representation of color #6ECFA0: hue angle of 150.93º 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 #6ECFA0 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 160 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.19 |
| HSL | 150.93º | 0.5% | 0.62% | - |
| HSV(B) | 150.93º | 0.47% | 0.81% | - |
| XYZ | 35.09 | 50.48 | 41.15 | - |
| YUV | 172.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 160 | 0.47 | 0 | 0.23 | 0.19 | 150.93 | 0.5 | 0.62 |
| Hex | 6E | CF | A0 | 2F | 0 | 17 | 13 | 97 | 32 | 3E |
| Octal | 156 | 317 | 240 | 57 | 0 | 27 | 23 | 227 | 62 | 76 |
| Binary | 1101110 | 11001111 | 10100000 | 101111 | 0 | 10111 | 10011 | 10010111 | 110010 | 111110 |
Color Harmonies of #6ECFA0
Complementary color
Monochromatic Colors of #6ECFA0
Black with #6ECFA0
Text Example
Text Example
White with #6ECFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFA0; }
p { color: rgb(110,207,160); }
H1.HeaderClassName
{
color: #6ECFA0;
}
.AnyTagClassName
{
color: #6ECFA0;
}
</style>
background-color css
<style>
a { background-color: #6ECFA0; }
a { background-color: rgb(110,207,160); }
div.DivClassName
{
background-color: #6ECFA0;
}
.BgClassName
{
background-color: #6ECFA0;
}
</style>
border-color css
<style>
span { border-color: #6ECFA0; }
span { border-color: rgb(110,207,160); }
td.TdClassName
{
border-color: #6ECFA0;
}
.TagClassName
{
border-color: #6ECFA0;
}
</style>