Shades of Medium Aquamarine #6EDEB2
Tints of Medium Aquamarine #6EDEB2
RGB
CMYK
RGB Variations
Color information
#6EDEB2 (or 0x6EDEB2) is known color: Medium Aquamarine. HEX triplet: 6E, DE and B2. RGB value is (110,222,178). Sum of RGB (Red+Green+Blue) = 110+222+178=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDEB2 is #91214D. Grayscale: #B7B7B7. Windows color (decimal): -9511246 or 11722350. OLE color: 11722350.
HSL color Cylindrical-coordinate representation of color #6EDEB2: hue angle of 156.43º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDEB2 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 178 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.13 |
| HSL | 156.43º | 0.63% | 0.65% | - |
| HSV(B) | 156.43º | 0.5% | 0.87% | - |
| XYZ | 40.59 | 58.77 | 51.32 | - |
| YUV | 183.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 178 | 0.50 | 0 | 0.20 | 0.13 | 156.43 | 0.63 | 0.65 |
| Hex | 6E | DE | B2 | 32 | 0 | 14 | D | 9C | 3F | 41 |
| Octal | 156 | 336 | 262 | 62 | 0 | 24 | 15 | 234 | 77 | 101 |
| Binary | 1101110 | 11011110 | 10110010 | 110010 | 0 | 10100 | 1101 | 10011100 | 111111 | 1000001 |
Color Harmonies of #6EDEB2
Complementary color
Monochromatic Colors of #6EDEB2
Black with #6EDEB2
Text Example
Text Example
White with #6EDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEB2; }
p { color: rgb(110,222,178); }
H1.HeaderClassName
{
color: #6EDEB2;
}
.AnyTagClassName
{
color: #6EDEB2;
}
</style>
background-color css
<style>
a { background-color: #6EDEB2; }
a { background-color: rgb(110,222,178); }
div.DivClassName
{
background-color: #6EDEB2;
}
.BgClassName
{
background-color: #6EDEB2;
}
</style>
border-color css
<style>
span { border-color: #6EDEB2; }
span { border-color: rgb(110,222,178); }
td.TdClassName
{
border-color: #6EDEB2;
}
.TagClassName
{
border-color: #6EDEB2;
}
</style>