Shades of Aquamarine #6EFDDC
Tints of Aquamarine #6EFDDC
RGB
CMYK
RGB Variations
Color information
#6EFDDC (or 0x6EFDDC) is known color: Aquamarine. HEX triplet: 6E, FD and DC. RGB value is (110,253,220). Sum of RGB (Red+Green+Blue) = 110+253+220=583 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.87% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDDC is #910223. Grayscale: #CECECE. Windows color (decimal): -9503268 or 14482798. OLE color: 14482798.
HSL color Cylindrical-coordinate representation of color #6EFDDC: hue angle of 166.15º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDDC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 220 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.01 |
| HSL | 166.15º | 0.97% | 0.71% | - |
| HSV(B) | 166.15º | 0.57% | 0.99% | - |
| XYZ | 54.47 | 78.73 | 80.04 | - |
| YUV | 206.48 | 135.62 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 220 | 0.57 | 0 | 0.13 | 0.01 | 166.15 | 0.97 | 0.71 |
| Hex | 6E | FD | DC | 39 | 0 | D | 1 | A6 | 61 | 47 |
| Octal | 156 | 375 | 334 | 71 | 0 | 15 | 1 | 246 | 141 | 107 |
| Binary | 1101110 | 11111101 | 11011100 | 111001 | 0 | 1101 | 1 | 10100110 | 1100001 | 1000111 |
Color Harmonies of #6EFDDC
Complementary color
Monochromatic Colors of #6EFDDC
Black with #6EFDDC
Text Example
Text Example
White with #6EFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDDC; }
p { color: rgb(110,253,220); }
H1.HeaderClassName
{
color: #6EFDDC;
}
.AnyTagClassName
{
color: #6EFDDC;
}
</style>
background-color css
<style>
a { background-color: #6EFDDC; }
a { background-color: rgb(110,253,220); }
div.DivClassName
{
background-color: #6EFDDC;
}
.BgClassName
{
background-color: #6EFDDC;
}
</style>
border-color css
<style>
span { border-color: #6EFDDC; }
span { border-color: rgb(110,253,220); }
td.TdClassName
{
border-color: #6EFDDC;
}
.TagClassName
{
border-color: #6EFDDC;
}
</style>