Shades of Medium Aquamarine #6DECAB
Tints of Medium Aquamarine #6DECAB
RGB
CMYK
RGB Variations
Color information
#6DECAB (or 0x6DECAB) is known color: Medium Aquamarine. HEX triplet: 6D, EC and AB. RGB value is (109,236,171). Sum of RGB (Red+Green+Blue) = 109+236+171=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DECAB is #921354. Grayscale: #BEBEBE. Windows color (decimal): -9573205 or 11267181. OLE color: 11267181.
HSL color Cylindrical-coordinate representation of color #6DECAB: hue angle of 149.29º 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 #6DECAB is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 171 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.07 |
| HSL | 149.29º | 0.77% | 0.68% | - |
| HSV(B) | 149.29º | 0.54% | 0.93% | - |
| XYZ | 43.65 | 66.18 | 49 | - |
| YUV | 190.62 | 116.92 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 171 | 0.54 | 0 | 0.28 | 0.07 | 149.29 | 0.77 | 0.68 |
| Hex | 6D | EC | AB | 36 | 0 | 1C | 7 | 95 | 4D | 44 |
| Octal | 155 | 354 | 253 | 66 | 0 | 34 | 7 | 225 | 115 | 104 |
| Binary | 1101101 | 11101100 | 10101011 | 110110 | 0 | 11100 | 111 | 10010101 | 1001101 | 1000100 |
Color Harmonies of #6DECAB
Complementary color
Monochromatic Colors of #6DECAB
Black with #6DECAB
Text Example
Text Example
White with #6DECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECAB; }
p { color: rgb(109,236,171); }
H1.HeaderClassName
{
color: #6DECAB;
}
.AnyTagClassName
{
color: #6DECAB;
}
</style>
background-color css
<style>
a { background-color: #6DECAB; }
a { background-color: rgb(109,236,171); }
div.DivClassName
{
background-color: #6DECAB;
}
.BgClassName
{
background-color: #6DECAB;
}
</style>
border-color css
<style>
span { border-color: #6DECAB; }
span { border-color: rgb(109,236,171); }
td.TdClassName
{
border-color: #6DECAB;
}
.TagClassName
{
border-color: #6DECAB;
}
</style>