Shades of Aquamarine #6EFFDD
Tints of Aquamarine #6EFFDD
RGB
CMYK
RGB Variations
Color information
#6EFFDD (or 0x6EFFDD) is known color: Aquamarine. HEX triplet: 6E, FF and DD. RGB value is (110,255,221). Sum of RGB (Red+Green+Blue) = 110+255+221=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFDD is #910022. Grayscale: #CFCFCF. Windows color (decimal): -9502755 or 14548846. OLE color: 14548846.
HSL color Cylindrical-coordinate representation of color #6EFFDD: hue angle of 165.93º 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 #6EFFDD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 221 | - |
| CMYK | 0.57 | 0 | 0.13 | 0 |
| HSL | 165.93º | 1% | 0.72% | - |
| HSV(B) | 165.93º | 0.57% | 1% | - |
| XYZ | 55.24 | 80.06 | 80.95 | - |
| YUV | 207.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 221 | 0.57 | 0 | 0.13 | 0 | 165.93 | 1 | 0.72 |
| Hex | 6E | FF | DD | 39 | 0 | D | 0 | A6 | 64 | 48 |
| Octal | 156 | 377 | 335 | 71 | 0 | 15 | 0 | 246 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11011101 | 111001 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001000 |
Color Harmonies of #6EFFDD
Complementary color
Monochromatic Colors of #6EFFDD
Black with #6EFFDD
Text Example
Text Example
White with #6EFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFDD; }
p { color: rgb(110,255,221); }
H1.HeaderClassName
{
color: #6EFFDD;
}
.AnyTagClassName
{
color: #6EFFDD;
}
</style>
background-color css
<style>
a { background-color: #6EFFDD; }
a { background-color: rgb(110,255,221); }
div.DivClassName
{
background-color: #6EFFDD;
}
.BgClassName
{
background-color: #6EFFDD;
}
</style>
border-color css
<style>
span { border-color: #6EFFDD; }
span { border-color: rgb(110,255,221); }
td.TdClassName
{
border-color: #6EFFDD;
}
.TagClassName
{
border-color: #6EFFDD;
}
</style>