Shades of Aquamarine #6EFCDA
Tints of Aquamarine #6EFCDA
RGB
CMYK
RGB Variations
Color information
#6EFCDA (or 0x6EFCDA) is known color: Aquamarine. HEX triplet: 6E, FC and DA. RGB value is (110,252,218). Sum of RGB (Red+Green+Blue) = 110+252+218=580 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.97% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFCDA is #910325. Grayscale: #CDCDCD. Windows color (decimal): -9503526 or 14351470. OLE color: 14351470.
HSL color Cylindrical-coordinate representation of color #6EFCDA: hue angle of 165.63º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFCDA is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 218 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.01 |
| HSL | 165.63º | 0.96% | 0.71% | - |
| HSV(B) | 165.63º | 0.56% | 0.99% | - |
| XYZ | 53.9 | 78 | 78.54 | - |
| YUV | 205.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 218 | 0.56 | 0 | 0.13 | 0.01 | 165.63 | 0.96 | 0.71 |
| Hex | 6E | FC | DA | 38 | 0 | D | 1 | A6 | 60 | 47 |
| Octal | 156 | 374 | 332 | 70 | 0 | 15 | 1 | 246 | 140 | 107 |
| Binary | 1101110 | 11111100 | 11011010 | 111000 | 0 | 1101 | 1 | 10100110 | 1100000 | 1000111 |
Color Harmonies of #6EFCDA
Complementary color
Monochromatic Colors of #6EFCDA
Black with #6EFCDA
Text Example
Text Example
White with #6EFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFCDA; }
p { color: rgb(110,252,218); }
H1.HeaderClassName
{
color: #6EFCDA;
}
.AnyTagClassName
{
color: #6EFCDA;
}
</style>
background-color css
<style>
a { background-color: #6EFCDA; }
a { background-color: rgb(110,252,218); }
div.DivClassName
{
background-color: #6EFCDA;
}
.BgClassName
{
background-color: #6EFCDA;
}
</style>
border-color css
<style>
span { border-color: #6EFCDA; }
span { border-color: rgb(110,252,218); }
td.TdClassName
{
border-color: #6EFCDA;
}
.TagClassName
{
border-color: #6EFCDA;
}
</style>