Shades of Medium Aquamarine #6ECAAA
Tints of Medium Aquamarine #6ECAAA
RGB
CMYK
RGB Variations
Color information
#6ECAAA (or 0x6ECAAA) is known color: Medium Aquamarine. HEX triplet: 6E, CA and AA. RGB value is (110,202,170). Sum of RGB (Red+Green+Blue) = 110+202+170=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECAAA is #913555. Grayscale: #AAAAAA. Windows color (decimal): -9516374 or 11192942. OLE color: 11192942.
HSL color Cylindrical-coordinate representation of color #6ECAAA: hue angle of 159.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECAAA is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 170 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.21 |
| HSL | 159.13º | 0.46% | 0.61% | - |
| HSV(B) | 159.13º | 0.46% | 0.79% | - |
| XYZ | 34.81 | 48.46 | 45.55 | - |
| YUV | 170.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 170 | 0.46 | 0 | 0.16 | 0.21 | 159.13 | 0.46 | 0.61 |
| Hex | 6E | CA | AA | 2E | 0 | 10 | 15 | 9F | 2E | 3D |
| Octal | 156 | 312 | 252 | 56 | 0 | 20 | 25 | 237 | 56 | 75 |
| Binary | 1101110 | 11001010 | 10101010 | 101110 | 0 | 10000 | 10101 | 10011111 | 101110 | 111101 |
Color Harmonies of #6ECAAA
Complementary color
Monochromatic Colors of #6ECAAA
Black with #6ECAAA
Text Example
Text Example
White with #6ECAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECAAA; }
p { color: rgb(110,202,170); }
H1.HeaderClassName
{
color: #6ECAAA;
}
.AnyTagClassName
{
color: #6ECAAA;
}
</style>
background-color css
<style>
a { background-color: #6ECAAA; }
a { background-color: rgb(110,202,170); }
div.DivClassName
{
background-color: #6ECAAA;
}
.BgClassName
{
background-color: #6ECAAA;
}
</style>
border-color css
<style>
span { border-color: #6ECAAA; }
span { border-color: rgb(110,202,170); }
td.TdClassName
{
border-color: #6ECAAA;
}
.TagClassName
{
border-color: #6ECAAA;
}
</style>