Shades of Aquamarine #6EFDDE
Tints of Aquamarine #6EFDDE
RGB
CMYK
RGB Variations
Color information
#6EFDDE (or 0x6EFDDE) is known color: Aquamarine. HEX triplet: 6E, FD and DE. RGB value is (110,253,222). Sum of RGB (Red+Green+Blue) = 110+253+222=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDDE is #910221. Grayscale: #CECECE. Windows color (decimal): -9503266 or 14613870. OLE color: 14613870.
HSL color Cylindrical-coordinate representation of color #6EFDDE: hue angle of 166.99º 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 #6EFDDE is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 222 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.01 |
| HSL | 166.99º | 0.97% | 0.71% | - |
| HSV(B) | 166.99º | 0.57% | 0.99% | - |
| XYZ | 54.74 | 78.84 | 81.44 | - |
| YUV | 206.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 222 | 0.57 | 0 | 0.12 | 0.01 | 166.99 | 0.97 | 0.71 |
| Hex | 6E | FD | DE | 39 | 0 | C | 1 | A7 | 61 | 47 |
| Octal | 156 | 375 | 336 | 71 | 0 | 14 | 1 | 247 | 141 | 107 |
| Binary | 1101110 | 11111101 | 11011110 | 111001 | 0 | 1100 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6EFDDE
Complementary color
Monochromatic Colors of #6EFDDE
Black with #6EFDDE
Text Example
Text Example
White with #6EFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDDE; }
p { color: rgb(110,253,222); }
H1.HeaderClassName
{
color: #6EFDDE;
}
.AnyTagClassName
{
color: #6EFDDE;
}
</style>
background-color css
<style>
a { background-color: #6EFDDE; }
a { background-color: rgb(110,253,222); }
div.DivClassName
{
background-color: #6EFDDE;
}
.BgClassName
{
background-color: #6EFDDE;
}
</style>
border-color css
<style>
span { border-color: #6EFDDE; }
span { border-color: rgb(110,253,222); }
td.TdClassName
{
border-color: #6EFDDE;
}
.TagClassName
{
border-color: #6EFDDE;
}
</style>