Shades of Medium Aquamarine #6DECA8
Tints of Medium Aquamarine #6DECA8
RGB
CMYK
RGB Variations
Color information
#6DECA8 (or 0x6DECA8) is known color: Medium Aquamarine. HEX triplet: 6D, EC and A8. RGB value is (109,236,168). Sum of RGB (Red+Green+Blue) = 109+236+168=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DECA8 is #921357. Grayscale: #BEBEBE. Windows color (decimal): -9573208 or 11070573. OLE color: 11070573.
HSL color Cylindrical-coordinate representation of color #6DECA8: hue angle of 147.87º degrees, saturation: 0.77, 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 #6DECA8 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 168 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.07 |
| HSL | 147.87º | 0.77% | 0.68% | - |
| HSV(B) | 147.87º | 0.54% | 0.93% | - |
| XYZ | 43.37 | 66.07 | 47.51 | - |
| YUV | 190.28 | 115.42 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 168 | 0.54 | 0 | 0.29 | 0.07 | 147.87 | 0.77 | 0.68 |
| Hex | 6D | EC | A8 | 36 | 0 | 1D | 7 | 94 | 4D | 44 |
| Octal | 155 | 354 | 250 | 66 | 0 | 35 | 7 | 224 | 115 | 104 |
| Binary | 1101101 | 11101100 | 10101000 | 110110 | 0 | 11101 | 111 | 10010100 | 1001101 | 1000100 |
Color Harmonies of #6DECA8
Complementary color
Monochromatic Colors of #6DECA8
Black with #6DECA8
Text Example
Text Example
White with #6DECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECA8; }
p { color: rgb(109,236,168); }
H1.HeaderClassName
{
color: #6DECA8;
}
.AnyTagClassName
{
color: #6DECA8;
}
</style>
background-color css
<style>
a { background-color: #6DECA8; }
a { background-color: rgb(109,236,168); }
div.DivClassName
{
background-color: #6DECA8;
}
.BgClassName
{
background-color: #6DECA8;
}
</style>
border-color css
<style>
span { border-color: #6DECA8; }
span { border-color: rgb(109,236,168); }
td.TdClassName
{
border-color: #6DECA8;
}
.TagClassName
{
border-color: #6DECA8;
}
</style>