Shades of Aquamarine #6EEED6
Tints of Aquamarine #6EEED6
RGB
CMYK
RGB Variations
Color information
#6EEED6 (or 0x6EEED6) is known color: Aquamarine. HEX triplet: 6E, EE and D6. RGB value is (110,238,214). Sum of RGB (Red+Green+Blue) = 110+238+214=562 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.57% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEED6 is #911129. Grayscale: #C4C4C4. Windows color (decimal): -9507114 or 14085742. OLE color: 14085742.
HSL color Cylindrical-coordinate representation of color #6EEED6: hue angle of 168.75º 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 #6EEED6 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 214 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.07 |
| HSL | 168.75º | 0.79% | 0.68% | - |
| HSV(B) | 168.75º | 0.54% | 0.93% | - |
| XYZ | 49.14 | 69.32 | 74.41 | - |
| YUV | 196.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 214 | 0.54 | 0 | 0.10 | 0.07 | 168.75 | 0.79 | 0.68 |
| Hex | 6E | EE | D6 | 36 | 0 | A | 7 | A9 | 4F | 44 |
| Octal | 156 | 356 | 326 | 66 | 0 | 12 | 7 | 251 | 117 | 104 |
| Binary | 1101110 | 11101110 | 11010110 | 110110 | 0 | 1010 | 111 | 10101001 | 1001111 | 1000100 |
Color Harmonies of #6EEED6
Complementary color
Monochromatic Colors of #6EEED6
Black with #6EEED6
Text Example
Text Example
White with #6EEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEED6; }
p { color: rgb(110,238,214); }
H1.HeaderClassName
{
color: #6EEED6;
}
.AnyTagClassName
{
color: #6EEED6;
}
</style>
background-color css
<style>
a { background-color: #6EEED6; }
a { background-color: rgb(110,238,214); }
div.DivClassName
{
background-color: #6EEED6;
}
.BgClassName
{
background-color: #6EEED6;
}
</style>
border-color css
<style>
span { border-color: #6EEED6; }
span { border-color: rgb(110,238,214); }
td.TdClassName
{
border-color: #6EEED6;
}
.TagClassName
{
border-color: #6EEED6;
}
</style>