Shades of Medium Aquamarine #6ED5B0
Tints of Medium Aquamarine #6ED5B0
RGB
CMYK
RGB Variations
Color information
#6ED5B0 (or 0x6ED5B0) is known color: Medium Aquamarine. HEX triplet: 6E, D5 and B0. RGB value is (110,213,176). Sum of RGB (Red+Green+Blue) = 110+213+176=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED5B0 is #912A4F. Grayscale: #B2B2B2. Windows color (decimal): -9513552 or 11588974. OLE color: 11588974.
HSL color Cylindrical-coordinate representation of color #6ED5B0: hue angle of 158.45º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5B0 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 213 | 176 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.16 |
| HSL | 158.45º | 0.55% | 0.63% | - |
| HSV(B) | 158.45º | 0.48% | 0.84% | - |
| XYZ | 38.06 | 54.04 | 49.5 | - |
| YUV | 177.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 213 | 176 | 0.48 | 0 | 0.17 | 0.16 | 158.45 | 0.55 | 0.63 |
| Hex | 6E | D5 | B0 | 30 | 0 | 11 | 10 | 9E | 37 | 3F |
| Octal | 156 | 325 | 260 | 60 | 0 | 21 | 20 | 236 | 67 | 77 |
| Binary | 1101110 | 11010101 | 10110000 | 110000 | 0 | 10001 | 10000 | 10011110 | 110111 | 111111 |
Color Harmonies of #6ED5B0
Complementary color
Monochromatic Colors of #6ED5B0
Black with #6ED5B0
Text Example
Text Example
White with #6ED5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED5B0; }
p { color: rgb(110,213,176); }
H1.HeaderClassName
{
color: #6ED5B0;
}
.AnyTagClassName
{
color: #6ED5B0;
}
</style>
background-color css
<style>
a { background-color: #6ED5B0; }
a { background-color: rgb(110,213,176); }
div.DivClassName
{
background-color: #6ED5B0;
}
.BgClassName
{
background-color: #6ED5B0;
}
</style>
border-color css
<style>
span { border-color: #6ED5B0; }
span { border-color: rgb(110,213,176); }
td.TdClassName
{
border-color: #6ED5B0;
}
.TagClassName
{
border-color: #6ED5B0;
}
</style>