Shades of Aquamarine #6EFFD5
Tints of Aquamarine #6EFFD5
RGB
CMYK
RGB Variations
Color information
#6EFFD5 (or 0x6EFFD5) is known color: Aquamarine. HEX triplet: 6E, FF and D5. RGB value is (110,255,213). Sum of RGB (Red+Green+Blue) = 110+255+213=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFD5 is #91002A. Grayscale: #CECECE. Windows color (decimal): -9502763 or 14024558. OLE color: 14024558.
HSL color Cylindrical-coordinate representation of color #6EFFD5: hue angle of 162.62º 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 #6EFFD5 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 213 | - |
| CMYK | 0.57 | 0 | 0.16 | 0 |
| HSL | 162.62º | 1% | 0.72% | - |
| HSV(B) | 162.62º | 0.57% | 1% | - |
| XYZ | 54.2 | 79.64 | 75.47 | - |
| YUV | 206.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 213 | 0.57 | 0 | 0.16 | 0 | 162.62 | 1 | 0.72 |
| Hex | 6E | FF | D5 | 39 | 0 | 10 | 0 | A3 | 64 | 48 |
| Octal | 156 | 377 | 325 | 71 | 0 | 20 | 0 | 243 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11010101 | 111001 | 0 | 10000 | 0 | 10100011 | 1100100 | 1001000 |
Color Harmonies of #6EFFD5
Complementary color
Monochromatic Colors of #6EFFD5
Black with #6EFFD5
Text Example
Text Example
White with #6EFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFD5; }
p { color: rgb(110,255,213); }
H1.HeaderClassName
{
color: #6EFFD5;
}
.AnyTagClassName
{
color: #6EFFD5;
}
</style>
background-color css
<style>
a { background-color: #6EFFD5; }
a { background-color: rgb(110,255,213); }
div.DivClassName
{
background-color: #6EFFD5;
}
.BgClassName
{
background-color: #6EFFD5;
}
</style>
border-color css
<style>
span { border-color: #6EFFD5; }
span { border-color: rgb(110,255,213); }
td.TdClassName
{
border-color: #6EFFD5;
}
.TagClassName
{
border-color: #6EFFD5;
}
</style>