Shades of Aquamarine #6EFFDC
Tints of Aquamarine #6EFFDC
RGB
CMYK
RGB Variations
Color information
#6EFFDC (or 0x6EFFDC) is known color: Aquamarine. HEX triplet: 6E, FF and DC. RGB value is (110,255,220). Sum of RGB (Red+Green+Blue) = 110+255+220=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFDC is #910023. Grayscale: #CFCFCF. Windows color (decimal): -9502756 or 14483310. OLE color: 14483310.
HSL color Cylindrical-coordinate representation of color #6EFFDC: hue angle of 165.52º 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 #6EFFDC is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 220 | - |
| CMYK | 0.57 | 0 | 0.14 | 0 |
| HSL | 165.52º | 1% | 0.72% | - |
| HSV(B) | 165.52º | 0.57% | 1% | - |
| XYZ | 55.11 | 80 | 80.25 | - |
| YUV | 207.66 | 134.96 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 220 | 0.57 | 0 | 0.14 | 0 | 165.52 | 1 | 0.72 |
| Hex | 6E | FF | DC | 39 | 0 | E | 0 | A6 | 64 | 48 |
| Octal | 156 | 377 | 334 | 71 | 0 | 16 | 0 | 246 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11011100 | 111001 | 0 | 1110 | 0 | 10100110 | 1100100 | 1001000 |
Color Harmonies of #6EFFDC
Complementary color
Monochromatic Colors of #6EFFDC
Black with #6EFFDC
Text Example
Text Example
White with #6EFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFDC; }
p { color: rgb(110,255,220); }
H1.HeaderClassName
{
color: #6EFFDC;
}
.AnyTagClassName
{
color: #6EFFDC;
}
</style>
background-color css
<style>
a { background-color: #6EFFDC; }
a { background-color: rgb(110,255,220); }
div.DivClassName
{
background-color: #6EFFDC;
}
.BgClassName
{
background-color: #6EFFDC;
}
</style>
border-color css
<style>
span { border-color: #6EFFDC; }
span { border-color: rgb(110,255,220); }
td.TdClassName
{
border-color: #6EFFDC;
}
.TagClassName
{
border-color: #6EFFDC;
}
</style>