Shades of Aquamarine #6EEDD1
Tints of Aquamarine #6EEDD1
RGB
CMYK
RGB Variations
Color information
#6EEDD1 (or 0x6EEDD1) is known color: Aquamarine. HEX triplet: 6E, ED and D1. RGB value is (110,237,209). Sum of RGB (Red+Green+Blue) = 110+237+209=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDD1 is #91122E. Grayscale: #C3C3C3. Windows color (decimal): -9507375 or 13757806. OLE color: 13757806.
HSL color Cylindrical-coordinate representation of color #6EEDD1: hue angle of 166.77º 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 #6EEDD1 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 209 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.07 |
| HSL | 166.77º | 0.78% | 0.68% | - |
| HSV(B) | 166.77º | 0.54% | 0.93% | - |
| XYZ | 48.22 | 68.49 | 71 | - |
| YUV | 195.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 209 | 0.54 | 0 | 0.12 | 0.07 | 166.77 | 0.78 | 0.68 |
| Hex | 6E | ED | D1 | 36 | 0 | C | 7 | A7 | 4E | 44 |
| Octal | 156 | 355 | 321 | 66 | 0 | 14 | 7 | 247 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11010001 | 110110 | 0 | 1100 | 111 | 10100111 | 1001110 | 1000100 |
Color Harmonies of #6EEDD1
Complementary color
Monochromatic Colors of #6EEDD1
Black with #6EEDD1
Text Example
Text Example
White with #6EEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDD1; }
p { color: rgb(110,237,209); }
H1.HeaderClassName
{
color: #6EEDD1;
}
.AnyTagClassName
{
color: #6EEDD1;
}
</style>
background-color css
<style>
a { background-color: #6EEDD1; }
a { background-color: rgb(110,237,209); }
div.DivClassName
{
background-color: #6EEDD1;
}
.BgClassName
{
background-color: #6EEDD1;
}
</style>
border-color css
<style>
span { border-color: #6EEDD1; }
span { border-color: rgb(110,237,209); }
td.TdClassName
{
border-color: #6EEDD1;
}
.TagClassName
{
border-color: #6EEDD1;
}
</style>