Shades of Aquamarine #6EFFDA
Tints of Aquamarine #6EFFDA
RGB
CMYK
RGB Variations
Color information
#6EFFDA (or 0x6EFFDA) is known color: Aquamarine. HEX triplet: 6E, FF and DA. RGB value is (110,255,218). Sum of RGB (Red+Green+Blue) = 110+255+218=583 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.87% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFDA is #910025. Grayscale: #CFCFCF. Windows color (decimal): -9502758 or 14352238. OLE color: 14352238.
HSL color Cylindrical-coordinate representation of color #6EFFDA: hue angle of 164.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFDA is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 218 | - |
| CMYK | 0.57 | 0 | 0.15 | 0 |
| HSL | 164.69º | 1% | 0.72% | - |
| HSV(B) | 164.69º | 0.57% | 1% | - |
| XYZ | 54.85 | 79.9 | 78.86 | - |
| YUV | 207.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 218 | 0.57 | 0 | 0.15 | 0 | 164.69 | 1 | 0.72 |
| Hex | 6E | FF | DA | 39 | 0 | F | 0 | A5 | 64 | 48 |
| Octal | 156 | 377 | 332 | 71 | 0 | 17 | 0 | 245 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11011010 | 111001 | 0 | 1111 | 0 | 10100101 | 1100100 | 1001000 |
Color Harmonies of #6EFFDA
Complementary color
Monochromatic Colors of #6EFFDA
Black with #6EFFDA
Text Example
Text Example
White with #6EFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFDA; }
p { color: rgb(110,255,218); }
H1.HeaderClassName
{
color: #6EFFDA;
}
.AnyTagClassName
{
color: #6EFFDA;
}
</style>
background-color css
<style>
a { background-color: #6EFFDA; }
a { background-color: rgb(110,255,218); }
div.DivClassName
{
background-color: #6EFFDA;
}
.BgClassName
{
background-color: #6EFFDA;
}
</style>
border-color css
<style>
span { border-color: #6EFFDA; }
span { border-color: rgb(110,255,218); }
td.TdClassName
{
border-color: #6EFFDA;
}
.TagClassName
{
border-color: #6EFFDA;
}
</style>