Shades of Aquamarine #6EEEDA
Tints of Aquamarine #6EEEDA
RGB
CMYK
RGB Variations
Color information
#6EEEDA (or 0x6EEEDA) is known color: Aquamarine. HEX triplet: 6E, EE and DA. RGB value is (110,238,218). Sum of RGB (Red+Green+Blue) = 110+238+218=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEEDA is #911125. Grayscale: #C5C5C5. Windows color (decimal): -9507110 or 14347886. OLE color: 14347886.
HSL color Cylindrical-coordinate representation of color #6EEEDA: hue angle of 170.62º 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 #6EEEDA is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 218 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.07 |
| HSL | 170.63º | 0.79% | 0.68% | - |
| HSV(B) | 170.63º | 0.54% | 0.93% | - |
| XYZ | 49.66 | 69.53 | 77.13 | - |
| YUV | 197.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 218 | 0.54 | 0 | 0.08 | 0.07 | 170.63 | 0.79 | 0.68 |
| Hex | 6E | EE | DA | 36 | 0 | 8 | 7 | AB | 4F | 44 |
| Octal | 156 | 356 | 332 | 66 | 0 | 10 | 7 | 253 | 117 | 104 |
| Binary | 1101110 | 11101110 | 11011010 | 110110 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000100 |
Color Harmonies of #6EEEDA
Complementary color
Monochromatic Colors of #6EEEDA
Black with #6EEEDA
Text Example
Text Example
White with #6EEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEEDA; }
p { color: rgb(110,238,218); }
H1.HeaderClassName
{
color: #6EEEDA;
}
.AnyTagClassName
{
color: #6EEEDA;
}
</style>
background-color css
<style>
a { background-color: #6EEEDA; }
a { background-color: rgb(110,238,218); }
div.DivClassName
{
background-color: #6EEEDA;
}
.BgClassName
{
background-color: #6EEEDA;
}
</style>
border-color css
<style>
span { border-color: #6EEEDA; }
span { border-color: rgb(110,238,218); }
td.TdClassName
{
border-color: #6EEEDA;
}
.TagClassName
{
border-color: #6EEEDA;
}
</style>