Shades of Aquamarine #6EEEDC
Tints of Aquamarine #6EEEDC
RGB
CMYK
RGB Variations
Color information
#6EEEDC (or 0x6EEEDC) is known color: Aquamarine. HEX triplet: 6E, EE and DC. RGB value is (110,238,220). Sum of RGB (Red+Green+Blue) = 110+238+220=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEEDC is #911123. Grayscale: #C5C5C5. Windows color (decimal): -9507108 or 14478958. OLE color: 14478958.
HSL color Cylindrical-coordinate representation of color #6EEEDC: hue angle of 171.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEEDC is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 220 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.07 |
| HSL | 171.56º | 0.79% | 0.68% | - |
| HSV(B) | 171.56º | 0.54% | 0.93% | - |
| XYZ | 49.92 | 69.63 | 78.52 | - |
| YUV | 197.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 220 | 0.54 | 0 | 0.08 | 0.07 | 171.56 | 0.79 | 0.68 |
| Hex | 6E | EE | DC | 36 | 0 | 8 | 7 | AC | 4F | 44 |
| Octal | 156 | 356 | 334 | 66 | 0 | 10 | 7 | 254 | 117 | 104 |
| Binary | 1101110 | 11101110 | 11011100 | 110110 | 0 | 1000 | 111 | 10101100 | 1001111 | 1000100 |
Color Harmonies of #6EEEDC
Complementary color
Monochromatic Colors of #6EEEDC
Black with #6EEEDC
Text Example
Text Example
White with #6EEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEEDC; }
p { color: rgb(110,238,220); }
H1.HeaderClassName
{
color: #6EEEDC;
}
.AnyTagClassName
{
color: #6EEEDC;
}
</style>
background-color css
<style>
a { background-color: #6EEEDC; }
a { background-color: rgb(110,238,220); }
div.DivClassName
{
background-color: #6EEEDC;
}
.BgClassName
{
background-color: #6EEEDC;
}
</style>
border-color css
<style>
span { border-color: #6EEEDC; }
span { border-color: rgb(110,238,220); }
td.TdClassName
{
border-color: #6EEEDC;
}
.TagClassName
{
border-color: #6EEEDC;
}
</style>