Shades of Aquamarine #6EFFDF
Tints of Aquamarine #6EFFDF
RGB
CMYK
RGB Variations
Color information
#6EFFDF (or 0x6EFFDF) is known color: Aquamarine. HEX triplet: 6E, FF and DF. RGB value is (110,255,223). Sum of RGB (Red+Green+Blue) = 110+255+223=588 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.71% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFDF is #910020. Grayscale: #CFCFCF. Windows color (decimal): -9502753 or 14679918. OLE color: 14679918.
HSL color Cylindrical-coordinate representation of color #6EFFDF: hue angle of 166.76º 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 #6EFFDF is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 223 | - |
| CMYK | 0.57 | 0 | 0.13 | 0 |
| HSL | 166.76º | 1% | 0.72% | - |
| HSV(B) | 166.76º | 0.57% | 1% | - |
| XYZ | 55.51 | 80.16 | 82.36 | - |
| YUV | 208 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 223 | 0.57 | 0 | 0.13 | 0 | 166.76 | 1 | 0.72 |
| Hex | 6E | FF | DF | 39 | 0 | D | 0 | A7 | 64 | 48 |
| Octal | 156 | 377 | 337 | 71 | 0 | 15 | 0 | 247 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11011111 | 111001 | 0 | 1101 | 0 | 10100111 | 1100100 | 1001000 |
Color Harmonies of #6EFFDF
Complementary color
Monochromatic Colors of #6EFFDF
Black with #6EFFDF
Text Example
Text Example
White with #6EFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFDF; }
p { color: rgb(110,255,223); }
H1.HeaderClassName
{
color: #6EFFDF;
}
.AnyTagClassName
{
color: #6EFFDF;
}
</style>
background-color css
<style>
a { background-color: #6EFFDF; }
a { background-color: rgb(110,255,223); }
div.DivClassName
{
background-color: #6EFFDF;
}
.BgClassName
{
background-color: #6EFFDF;
}
</style>
border-color css
<style>
span { border-color: #6EFFDF; }
span { border-color: rgb(110,255,223); }
td.TdClassName
{
border-color: #6EFFDF;
}
.TagClassName
{
border-color: #6EFFDF;
}
</style>