Shades of Medium Aquamarine #6EDA9F
Tints of Medium Aquamarine #6EDA9F
RGB
CMYK
RGB Variations
Color information
#6EDA9F (or 0x6EDA9F) is known color: Medium Aquamarine. HEX triplet: 6E, DA and 9F. RGB value is (110,218,159). Sum of RGB (Red+Green+Blue) = 110+218+159=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDA9F is #912560. Grayscale: #B3B3B3. Windows color (decimal): -9512289 or 10476142. OLE color: 10476142.
HSL color Cylindrical-coordinate representation of color #6EDA9F: hue angle of 147.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDA9F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 159 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.15 |
| HSL | 147.22º | 0.59% | 0.64% | - |
| HSV(B) | 147.22º | 0.5% | 0.85% | - |
| XYZ | 37.76 | 55.96 | 41.61 | - |
| YUV | 178.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 159 | 0.50 | 0 | 0.27 | 0.15 | 147.22 | 0.59 | 0.64 |
| Hex | 6E | DA | 9F | 32 | 0 | 1B | F | 93 | 3B | 40 |
| Octal | 156 | 332 | 237 | 62 | 0 | 33 | 17 | 223 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10011111 | 110010 | 0 | 11011 | 1111 | 10010011 | 111011 | 1000000 |
Color Harmonies of #6EDA9F
Complementary color
Monochromatic Colors of #6EDA9F
Black with #6EDA9F
Text Example
Text Example
White with #6EDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA9F; }
p { color: rgb(110,218,159); }
H1.HeaderClassName
{
color: #6EDA9F;
}
.AnyTagClassName
{
color: #6EDA9F;
}
</style>
background-color css
<style>
a { background-color: #6EDA9F; }
a { background-color: rgb(110,218,159); }
div.DivClassName
{
background-color: #6EDA9F;
}
.BgClassName
{
background-color: #6EDA9F;
}
</style>
border-color css
<style>
span { border-color: #6EDA9F; }
span { border-color: rgb(110,218,159); }
td.TdClassName
{
border-color: #6EDA9F;
}
.TagClassName
{
border-color: #6EDA9F;
}
</style>