Shades of Medium Aquamarine #6ED0B2
Tints of Medium Aquamarine #6ED0B2
RGB
CMYK
RGB Variations
Color information
#6ED0B2 (or 0x6ED0B2) is known color: Medium Aquamarine. HEX triplet: 6E, D0 and B2. RGB value is (110,208,178). Sum of RGB (Red+Green+Blue) = 110+208+178=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED0B2 is #912F4D. Grayscale: #AFAFAF. Windows color (decimal): -9514830 or 11718766. OLE color: 11718766.
HSL color Cylindrical-coordinate representation of color #6ED0B2: hue angle of 161.63º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0B2 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 178 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.18 |
| HSL | 161.63º | 0.51% | 0.62% | - |
| HSV(B) | 161.63º | 0.47% | 0.82% | - |
| XYZ | 37.02 | 51.64 | 50.14 | - |
| YUV | 175.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 178 | 0.47 | 0 | 0.14 | 0.18 | 161.63 | 0.51 | 0.62 |
| Hex | 6E | D0 | B2 | 2F | 0 | E | 12 | A2 | 33 | 3E |
| Octal | 156 | 320 | 262 | 57 | 0 | 16 | 22 | 242 | 63 | 76 |
| Binary | 1101110 | 11010000 | 10110010 | 101111 | 0 | 1110 | 10010 | 10100010 | 110011 | 111110 |
Color Harmonies of #6ED0B2
Complementary color
Monochromatic Colors of #6ED0B2
Black with #6ED0B2
Text Example
Text Example
White with #6ED0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0B2; }
p { color: rgb(110,208,178); }
H1.HeaderClassName
{
color: #6ED0B2;
}
.AnyTagClassName
{
color: #6ED0B2;
}
</style>
background-color css
<style>
a { background-color: #6ED0B2; }
a { background-color: rgb(110,208,178); }
div.DivClassName
{
background-color: #6ED0B2;
}
.BgClassName
{
background-color: #6ED0B2;
}
</style>
border-color css
<style>
span { border-color: #6ED0B2; }
span { border-color: rgb(110,208,178); }
td.TdClassName
{
border-color: #6ED0B2;
}
.TagClassName
{
border-color: #6ED0B2;
}
</style>