Shades of Medium Aquamarine #6EDAB2
Tints of Medium Aquamarine #6EDAB2
RGB
CMYK
RGB Variations
Color information
#6EDAB2 (or 0x6EDAB2) is known color: Medium Aquamarine. HEX triplet: 6E, DA and B2. RGB value is (110,218,178). Sum of RGB (Red+Green+Blue) = 110+218+178=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAB2 is #91254D. Grayscale: #B5B5B5. Windows color (decimal): -9512270 or 11721326. OLE color: 11721326.
HSL color Cylindrical-coordinate representation of color #6EDAB2: hue angle of 157.78º 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 #6EDAB2 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 178 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.15 |
| HSL | 157.78º | 0.59% | 0.64% | - |
| HSV(B) | 157.78º | 0.5% | 0.85% | - |
| XYZ | 39.54 | 56.67 | 50.97 | - |
| YUV | 181.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 178 | 0.50 | 0 | 0.18 | 0.15 | 157.78 | 0.59 | 0.64 |
| Hex | 6E | DA | B2 | 32 | 0 | 12 | F | 9E | 3B | 40 |
| Octal | 156 | 332 | 262 | 62 | 0 | 22 | 17 | 236 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10110010 | 110010 | 0 | 10010 | 1111 | 10011110 | 111011 | 1000000 |
Color Harmonies of #6EDAB2
Complementary color
Monochromatic Colors of #6EDAB2
Black with #6EDAB2
Text Example
Text Example
White with #6EDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAB2; }
p { color: rgb(110,218,178); }
H1.HeaderClassName
{
color: #6EDAB2;
}
.AnyTagClassName
{
color: #6EDAB2;
}
</style>
background-color css
<style>
a { background-color: #6EDAB2; }
a { background-color: rgb(110,218,178); }
div.DivClassName
{
background-color: #6EDAB2;
}
.BgClassName
{
background-color: #6EDAB2;
}
</style>
border-color css
<style>
span { border-color: #6EDAB2; }
span { border-color: rgb(110,218,178); }
td.TdClassName
{
border-color: #6EDAB2;
}
.TagClassName
{
border-color: #6EDAB2;
}
</style>