Shades of Medium Aquamarine #6DECB0
Tints of Medium Aquamarine #6DECB0
RGB
CMYK
RGB Variations
Color information
#6DECB0 (or 0x6DECB0) is known color: Medium Aquamarine. HEX triplet: 6D, EC and B0. RGB value is (109,236,176). Sum of RGB (Red+Green+Blue) = 109+236+176=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DECB0 is #92134F. Grayscale: #BFBFBF. Windows color (decimal): -9573200 or 11594861. OLE color: 11594861.
HSL color Cylindrical-coordinate representation of color #6DECB0: hue angle of 151.65º 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 #6DECB0 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 176 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.07 |
| HSL | 151.65º | 0.77% | 0.68% | - |
| HSV(B) | 151.65º | 0.54% | 0.93% | - |
| XYZ | 44.14 | 66.38 | 51.56 | - |
| YUV | 191.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 176 | 0.54 | 0 | 0.25 | 0.07 | 151.65 | 0.77 | 0.68 |
| Hex | 6D | EC | B0 | 36 | 0 | 19 | 7 | 98 | 4D | 44 |
| Octal | 155 | 354 | 260 | 66 | 0 | 31 | 7 | 230 | 115 | 104 |
| Binary | 1101101 | 11101100 | 10110000 | 110110 | 0 | 11001 | 111 | 10011000 | 1001101 | 1000100 |
Color Harmonies of #6DECB0
Complementary color
Monochromatic Colors of #6DECB0
Black with #6DECB0
Text Example
Text Example
White with #6DECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECB0; }
p { color: rgb(109,236,176); }
H1.HeaderClassName
{
color: #6DECB0;
}
.AnyTagClassName
{
color: #6DECB0;
}
</style>
background-color css
<style>
a { background-color: #6DECB0; }
a { background-color: rgb(109,236,176); }
div.DivClassName
{
background-color: #6DECB0;
}
.BgClassName
{
background-color: #6DECB0;
}
</style>
border-color css
<style>
span { border-color: #6DECB0; }
span { border-color: rgb(109,236,176); }
td.TdClassName
{
border-color: #6DECB0;
}
.TagClassName
{
border-color: #6DECB0;
}
</style>