Shades of Medium Aquamarine #6ECFA2
Tints of Medium Aquamarine #6ECFA2
RGB
CMYK
RGB Variations
Color information
#6ECFA2 (or 0x6ECFA2) is known color: Medium Aquamarine. HEX triplet: 6E, CF and A2. RGB value is (110,207,162). Sum of RGB (Red+Green+Blue) = 110+207+162=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECFA2 is #91305D. Grayscale: #ACACAC. Windows color (decimal): -9515102 or 10669934. OLE color: 10669934.
HSL color Cylindrical-coordinate representation of color #6ECFA2: hue angle of 152.16º 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 #6ECFA2 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 162 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.19 |
| HSL | 152.16º | 0.5% | 0.62% | - |
| HSV(B) | 152.16º | 0.47% | 0.81% | - |
| XYZ | 35.26 | 50.55 | 42.08 | - |
| YUV | 172.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 162 | 0.47 | 0 | 0.22 | 0.19 | 152.16 | 0.5 | 0.62 |
| Hex | 6E | CF | A2 | 2F | 0 | 16 | 13 | 98 | 32 | 3E |
| Octal | 156 | 317 | 242 | 57 | 0 | 26 | 23 | 230 | 62 | 76 |
| Binary | 1101110 | 11001111 | 10100010 | 101111 | 0 | 10110 | 10011 | 10011000 | 110010 | 111110 |
Color Harmonies of #6ECFA2
Complementary color
Monochromatic Colors of #6ECFA2
Black with #6ECFA2
Text Example
Text Example
White with #6ECFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFA2; }
p { color: rgb(110,207,162); }
H1.HeaderClassName
{
color: #6ECFA2;
}
.AnyTagClassName
{
color: #6ECFA2;
}
</style>
background-color css
<style>
a { background-color: #6ECFA2; }
a { background-color: rgb(110,207,162); }
div.DivClassName
{
background-color: #6ECFA2;
}
.BgClassName
{
background-color: #6ECFA2;
}
</style>
border-color css
<style>
span { border-color: #6ECFA2; }
span { border-color: rgb(110,207,162); }
td.TdClassName
{
border-color: #6ECFA2;
}
.TagClassName
{
border-color: #6ECFA2;
}
</style>