Shades of Aquamarine #6EFDDF
Tints of Aquamarine #6EFDDF
RGB
CMYK
RGB Variations
Color information
#6EFDDF (or 0x6EFDDF) is known color: Aquamarine. HEX triplet: 6E, FD and DF. RGB value is (110,253,223). Sum of RGB (Red+Green+Blue) = 110+253+223=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDDF is #910220. Grayscale: #CECECE. Windows color (decimal): -9503265 or 14679406. OLE color: 14679406.
HSL color Cylindrical-coordinate representation of color #6EFDDF: hue angle of 167.41º 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 #6EFDDF is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 223 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.01 |
| HSL | 167.41º | 0.97% | 0.71% | - |
| HSV(B) | 167.41º | 0.57% | 0.99% | - |
| XYZ | 54.87 | 78.89 | 82.15 | - |
| YUV | 206.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 223 | 0.57 | 0 | 0.12 | 0.01 | 167.41 | 0.97 | 0.71 |
| Hex | 6E | FD | DF | 39 | 0 | C | 1 | A7 | 61 | 47 |
| Octal | 156 | 375 | 337 | 71 | 0 | 14 | 1 | 247 | 141 | 107 |
| Binary | 1101110 | 11111101 | 11011111 | 111001 | 0 | 1100 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6EFDDF
Complementary color
Monochromatic Colors of #6EFDDF
Black with #6EFDDF
Text Example
Text Example
White with #6EFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDDF; }
p { color: rgb(110,253,223); }
H1.HeaderClassName
{
color: #6EFDDF;
}
.AnyTagClassName
{
color: #6EFDDF;
}
</style>
background-color css
<style>
a { background-color: #6EFDDF; }
a { background-color: rgb(110,253,223); }
div.DivClassName
{
background-color: #6EFDDF;
}
.BgClassName
{
background-color: #6EFDDF;
}
</style>
border-color css
<style>
span { border-color: #6EFDDF; }
span { border-color: rgb(110,253,223); }
td.TdClassName
{
border-color: #6EFDDF;
}
.TagClassName
{
border-color: #6EFDDF;
}
</style>