Shades of Aquamarine #6EFDCE
Tints of Aquamarine #6EFDCE
RGB
CMYK
RGB Variations
Color information
#6EFDCE (or 0x6EFDCE) is known color: Aquamarine. HEX triplet: 6E, FD and CE. RGB value is (110,253,206). Sum of RGB (Red+Green+Blue) = 110+253+206=569 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.33% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDCE is #910231. Grayscale: #CCCCCC. Windows color (decimal): -9503282 or 13565294. OLE color: 13565294.
HSL color Cylindrical-coordinate representation of color #6EFDCE: hue angle of 160.28º 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 #6EFDCE is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 206 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.01 |
| HSL | 160.28º | 0.97% | 0.71% | - |
| HSV(B) | 160.28º | 0.57% | 0.99% | - |
| XYZ | 52.7 | 78.02 | 70.67 | - |
| YUV | 204.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 206 | 0.57 | 0 | 0.19 | 0.01 | 160.28 | 0.97 | 0.71 |
| Hex | 6E | FD | CE | 39 | 0 | 13 | 1 | A0 | 61 | 47 |
| Octal | 156 | 375 | 316 | 71 | 0 | 23 | 1 | 240 | 141 | 107 |
| Binary | 1101110 | 11111101 | 11001110 | 111001 | 0 | 10011 | 1 | 10100000 | 1100001 | 1000111 |
Color Harmonies of #6EFDCE
Complementary color
Monochromatic Colors of #6EFDCE
Black with #6EFDCE
Text Example
Text Example
White with #6EFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDCE; }
p { color: rgb(110,253,206); }
H1.HeaderClassName
{
color: #6EFDCE;
}
.AnyTagClassName
{
color: #6EFDCE;
}
</style>
background-color css
<style>
a { background-color: #6EFDCE; }
a { background-color: rgb(110,253,206); }
div.DivClassName
{
background-color: #6EFDCE;
}
.BgClassName
{
background-color: #6EFDCE;
}
</style>
border-color css
<style>
span { border-color: #6EFDCE; }
span { border-color: rgb(110,253,206); }
td.TdClassName
{
border-color: #6EFDCE;
}
.TagClassName
{
border-color: #6EFDCE;
}
</style>