Shades of Medium Aquamarine #6ED6B0
Tints of Medium Aquamarine #6ED6B0
RGB
CMYK
RGB Variations
Color information
#6ED6B0 (or 0x6ED6B0) is known color: Medium Aquamarine. HEX triplet: 6E, D6 and B0. RGB value is (110,214,176). Sum of RGB (Red+Green+Blue) = 110+214+176=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6B0 is #91294F. Grayscale: #B2B2B2. Windows color (decimal): -9513296 or 11589230. OLE color: 11589230.
HSL color Cylindrical-coordinate representation of color #6ED6B0: hue angle of 158.08º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED6B0 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 176 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.16 |
| HSL | 158.08º | 0.56% | 0.64% | - |
| HSV(B) | 158.08º | 0.49% | 0.84% | - |
| XYZ | 38.31 | 54.54 | 49.58 | - |
| YUV | 178.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 176 | 0.49 | 0 | 0.18 | 0.16 | 158.08 | 0.56 | 0.64 |
| Hex | 6E | D6 | B0 | 31 | 0 | 12 | 10 | 9E | 38 | 40 |
| Octal | 156 | 326 | 260 | 61 | 0 | 22 | 20 | 236 | 70 | 100 |
| Binary | 1101110 | 11010110 | 10110000 | 110001 | 0 | 10010 | 10000 | 10011110 | 111000 | 1000000 |
Color Harmonies of #6ED6B0
Complementary color
Monochromatic Colors of #6ED6B0
Black with #6ED6B0
Text Example
Text Example
White with #6ED6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED6B0; }
p { color: rgb(110,214,176); }
H1.HeaderClassName
{
color: #6ED6B0;
}
.AnyTagClassName
{
color: #6ED6B0;
}
</style>
background-color css
<style>
a { background-color: #6ED6B0; }
a { background-color: rgb(110,214,176); }
div.DivClassName
{
background-color: #6ED6B0;
}
.BgClassName
{
background-color: #6ED6B0;
}
</style>
border-color css
<style>
span { border-color: #6ED6B0; }
span { border-color: rgb(110,214,176); }
td.TdClassName
{
border-color: #6ED6B0;
}
.TagClassName
{
border-color: #6ED6B0;
}
</style>