Shades of Medium Aquamarine #6EDAB0
Tints of Medium Aquamarine #6EDAB0
RGB
CMYK
RGB Variations
Color information
#6EDAB0 (or 0x6EDAB0) is known color: Medium Aquamarine. HEX triplet: 6E, DA and B0. RGB value is (110,218,176). Sum of RGB (Red+Green+Blue) = 110+218+176=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAB0 is #91254F. Grayscale: #B4B4B4. Windows color (decimal): -9512272 or 11590254. OLE color: 11590254.
HSL color Cylindrical-coordinate representation of color #6EDAB0: hue angle of 156.67º 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 #6EDAB0 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 176 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.15 |
| HSL | 156.67º | 0.59% | 0.64% | - |
| HSV(B) | 156.67º | 0.5% | 0.85% | - |
| XYZ | 39.34 | 56.59 | 49.92 | - |
| YUV | 180.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 176 | 0.50 | 0 | 0.19 | 0.15 | 156.67 | 0.59 | 0.64 |
| Hex | 6E | DA | B0 | 32 | 0 | 13 | F | 9D | 3B | 40 |
| Octal | 156 | 332 | 260 | 62 | 0 | 23 | 17 | 235 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10110000 | 110010 | 0 | 10011 | 1111 | 10011101 | 111011 | 1000000 |
Color Harmonies of #6EDAB0
Complementary color
Monochromatic Colors of #6EDAB0
Black with #6EDAB0
Text Example
Text Example
White with #6EDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAB0; }
p { color: rgb(110,218,176); }
H1.HeaderClassName
{
color: #6EDAB0;
}
.AnyTagClassName
{
color: #6EDAB0;
}
</style>
background-color css
<style>
a { background-color: #6EDAB0; }
a { background-color: rgb(110,218,176); }
div.DivClassName
{
background-color: #6EDAB0;
}
.BgClassName
{
background-color: #6EDAB0;
}
</style>
border-color css
<style>
span { border-color: #6EDAB0; }
span { border-color: rgb(110,218,176); }
td.TdClassName
{
border-color: #6EDAB0;
}
.TagClassName
{
border-color: #6EDAB0;
}
</style>