Shades of Medium Aquamarine #6ECFA1
Tints of Medium Aquamarine #6ECFA1
RGB
CMYK
RGB Variations
Color information
#6ECFA1 (or 0x6ECFA1) is known color: Medium Aquamarine. HEX triplet: 6E, CF and A1. RGB value is (110,207,161). Sum of RGB (Red+Green+Blue) = 110+207+161=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECFA1 is #91305E. Grayscale: #ACACAC. Windows color (decimal): -9515103 or 10604398. OLE color: 10604398.
HSL color Cylindrical-coordinate representation of color #6ECFA1: 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 #6ECFA1 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 161 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.19 |
| HSL | 151.55º | 0.5% | 0.62% | - |
| HSV(B) | 151.55º | 0.47% | 0.81% | - |
| XYZ | 35.18 | 50.51 | 41.61 | - |
| YUV | 172.75 | 121.36 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 161 | 0.47 | 0 | 0.22 | 0.19 | 151.55 | 0.5 | 0.62 |
| Hex | 6E | CF | A1 | 2F | 0 | 16 | 13 | 98 | 32 | 3E |
| Octal | 156 | 317 | 241 | 57 | 0 | 26 | 23 | 230 | 62 | 76 |
| Binary | 1101110 | 11001111 | 10100001 | 101111 | 0 | 10110 | 10011 | 10011000 | 110010 | 111110 |
Color Harmonies of #6ECFA1
Complementary color
Monochromatic Colors of #6ECFA1
Black with #6ECFA1
Text Example
Text Example
White with #6ECFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFA1; }
p { color: rgb(110,207,161); }
H1.HeaderClassName
{
color: #6ECFA1;
}
.AnyTagClassName
{
color: #6ECFA1;
}
</style>
background-color css
<style>
a { background-color: #6ECFA1; }
a { background-color: rgb(110,207,161); }
div.DivClassName
{
background-color: #6ECFA1;
}
.BgClassName
{
background-color: #6ECFA1;
}
</style>
border-color css
<style>
span { border-color: #6ECFA1; }
span { border-color: rgb(110,207,161); }
td.TdClassName
{
border-color: #6ECFA1;
}
.TagClassName
{
border-color: #6ECFA1;
}
</style>