Shades of Aquamarine #6EEDCD
Tints of Aquamarine #6EEDCD
RGB
CMYK
RGB Variations
Color information
#6EEDCD (or 0x6EEDCD) is known color: Aquamarine. HEX triplet: 6E, ED and CD. RGB value is (110,237,205). Sum of RGB (Red+Green+Blue) = 110+237+205=552 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.93% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDCD is #911232. Grayscale: #C3C3C3. Windows color (decimal): -9507379 or 13495662. OLE color: 13495662.
HSL color Cylindrical-coordinate representation of color #6EEDCD: hue angle of 164.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDCD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 205 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 164.88º | 0.78% | 0.68% | - |
| HSV(B) | 164.88º | 0.54% | 0.93% | - |
| XYZ | 47.73 | 68.29 | 68.42 | - |
| YUV | 195.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 205 | 0.54 | 0 | 0.14 | 0.07 | 164.88 | 0.78 | 0.68 |
| Hex | 6E | ED | CD | 36 | 0 | E | 7 | A5 | 4E | 44 |
| Octal | 156 | 355 | 315 | 66 | 0 | 16 | 7 | 245 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11001101 | 110110 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000100 |
Color Harmonies of #6EEDCD
Complementary color
Monochromatic Colors of #6EEDCD
Black with #6EEDCD
Text Example
Text Example
White with #6EEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDCD; }
p { color: rgb(110,237,205); }
H1.HeaderClassName
{
color: #6EEDCD;
}
.AnyTagClassName
{
color: #6EEDCD;
}
</style>
background-color css
<style>
a { background-color: #6EEDCD; }
a { background-color: rgb(110,237,205); }
div.DivClassName
{
background-color: #6EEDCD;
}
.BgClassName
{
background-color: #6EEDCD;
}
</style>
border-color css
<style>
span { border-color: #6EEDCD; }
span { border-color: rgb(110,237,205); }
td.TdClassName
{
border-color: #6EEDCD;
}
.TagClassName
{
border-color: #6EEDCD;
}
</style>