Shades of Medium Aquamarine #6EDFAA
Tints of Medium Aquamarine #6EDFAA
RGB
CMYK
RGB Variations
Color information
#6EDFAA (or 0x6EDFAA) is known color: Medium Aquamarine. HEX triplet: 6E, DF and AA. RGB value is (110,223,170). Sum of RGB (Red+Green+Blue) = 110+223+170=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDFAA is #912055. Grayscale: #B7B7B7. Windows color (decimal): -9510998 or 11198318. OLE color: 11198318.
HSL color Cylindrical-coordinate representation of color #6EDFAA: hue angle of 151.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDFAA is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 170 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.13 |
| HSL | 151.86º | 0.64% | 0.65% | - |
| HSV(B) | 151.86º | 0.51% | 0.87% | - |
| XYZ | 40.07 | 58.99 | 47.3 | - |
| YUV | 183.17 | 120.56 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 170 | 0.51 | 0 | 0.24 | 0.13 | 151.86 | 0.64 | 0.65 |
| Hex | 6E | DF | AA | 33 | 0 | 18 | D | 98 | 40 | 41 |
| Octal | 156 | 337 | 252 | 63 | 0 | 30 | 15 | 230 | 100 | 101 |
| Binary | 1101110 | 11011111 | 10101010 | 110011 | 0 | 11000 | 1101 | 10011000 | 1000000 | 1000001 |
Color Harmonies of #6EDFAA
Complementary color
Monochromatic Colors of #6EDFAA
Black with #6EDFAA
Text Example
Text Example
White with #6EDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFAA; }
p { color: rgb(110,223,170); }
H1.HeaderClassName
{
color: #6EDFAA;
}
.AnyTagClassName
{
color: #6EDFAA;
}
</style>
background-color css
<style>
a { background-color: #6EDFAA; }
a { background-color: rgb(110,223,170); }
div.DivClassName
{
background-color: #6EDFAA;
}
.BgClassName
{
background-color: #6EDFAA;
}
</style>
border-color css
<style>
span { border-color: #6EDFAA; }
span { border-color: rgb(110,223,170); }
td.TdClassName
{
border-color: #6EDFAA;
}
.TagClassName
{
border-color: #6EDFAA;
}
</style>