Shades of Medium Aquamarine #6ED9B2
Tints of Medium Aquamarine #6ED9B2
RGB
CMYK
RGB Variations
Color information
#6ED9B2 (or 0x6ED9B2) is known color: Medium Aquamarine. HEX triplet: 6E, D9 and B2. RGB value is (110,217,178). Sum of RGB (Red+Green+Blue) = 110+217+178=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED9B2 is #91264D. Grayscale: #B4B4B4. Windows color (decimal): -9512526 or 11721070. OLE color: 11721070.
HSL color Cylindrical-coordinate representation of color #6ED9B2: hue angle of 158.13º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED9B2 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 178 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.15 |
| HSL | 158.13º | 0.58% | 0.64% | - |
| HSV(B) | 158.13º | 0.49% | 0.85% | - |
| XYZ | 39.28 | 56.16 | 50.89 | - |
| YUV | 180.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 178 | 0.49 | 0 | 0.18 | 0.15 | 158.13 | 0.58 | 0.64 |
| Hex | 6E | D9 | B2 | 31 | 0 | 12 | F | 9E | 3A | 40 |
| Octal | 156 | 331 | 262 | 61 | 0 | 22 | 17 | 236 | 72 | 100 |
| Binary | 1101110 | 11011001 | 10110010 | 110001 | 0 | 10010 | 1111 | 10011110 | 111010 | 1000000 |
Color Harmonies of #6ED9B2
Complementary color
Monochromatic Colors of #6ED9B2
Black with #6ED9B2
Text Example
Text Example
White with #6ED9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED9B2; }
p { color: rgb(110,217,178); }
H1.HeaderClassName
{
color: #6ED9B2;
}
.AnyTagClassName
{
color: #6ED9B2;
}
</style>
background-color css
<style>
a { background-color: #6ED9B2; }
a { background-color: rgb(110,217,178); }
div.DivClassName
{
background-color: #6ED9B2;
}
.BgClassName
{
background-color: #6ED9B2;
}
</style>
border-color css
<style>
span { border-color: #6ED9B2; }
span { border-color: rgb(110,217,178); }
td.TdClassName
{
border-color: #6ED9B2;
}
.TagClassName
{
border-color: #6ED9B2;
}
</style>