Shades of Aquamarine #6EEDC5
Tints of Aquamarine #6EEDC5
RGB
CMYK
RGB Variations
Color information
#6EEDC5 (or 0x6EEDC5) is known color: Aquamarine. HEX triplet: 6E, ED and C5. RGB value is (110,237,197). Sum of RGB (Red+Green+Blue) = 110+237+197=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDC5 is #91123A. Grayscale: #C2C2C2. Windows color (decimal): -9507387 or 12971374. OLE color: 12971374.
HSL color Cylindrical-coordinate representation of color #6EEDC5: hue angle of 161.1º 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 #6EEDC5 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 197 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.07 |
| HSL | 161.1º | 0.78% | 0.68% | - |
| HSV(B) | 161.1º | 0.54% | 0.93% | - |
| XYZ | 46.79 | 67.91 | 63.47 | - |
| YUV | 194.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 197 | 0.54 | 0 | 0.17 | 0.07 | 161.1 | 0.78 | 0.68 |
| Hex | 6E | ED | C5 | 36 | 0 | 11 | 7 | A1 | 4E | 44 |
| Octal | 156 | 355 | 305 | 66 | 0 | 21 | 7 | 241 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11000101 | 110110 | 0 | 10001 | 111 | 10100001 | 1001110 | 1000100 |
Color Harmonies of #6EEDC5
Complementary color
Monochromatic Colors of #6EEDC5
Black with #6EEDC5
Text Example
Text Example
White with #6EEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDC5; }
p { color: rgb(110,237,197); }
H1.HeaderClassName
{
color: #6EEDC5;
}
.AnyTagClassName
{
color: #6EEDC5;
}
</style>
background-color css
<style>
a { background-color: #6EEDC5; }
a { background-color: rgb(110,237,197); }
div.DivClassName
{
background-color: #6EEDC5;
}
.BgClassName
{
background-color: #6EEDC5;
}
</style>
border-color css
<style>
span { border-color: #6EEDC5; }
span { border-color: rgb(110,237,197); }
td.TdClassName
{
border-color: #6EEDC5;
}
.TagClassName
{
border-color: #6EEDC5;
}
</style>