Shades of Medium Aquamarine #6DEDAC
Tints of Medium Aquamarine #6DEDAC
RGB
CMYK
RGB Variations
Color information
#6DEDAC (or 0x6DEDAC) is known color: Medium Aquamarine. HEX triplet: 6D, ED and AC. RGB value is (109,237,172). Sum of RGB (Red+Green+Blue) = 109+237+172=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEDAC is #921253. Grayscale: #BFBFBF. Windows color (decimal): -9572948 or 11332973. OLE color: 11332973.
HSL color Cylindrical-coordinate representation of color #6DEDAC: hue angle of 149.53º 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 #6DEDAC is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 172 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.07 |
| HSL | 149.53º | 0.78% | 0.68% | - |
| HSV(B) | 149.53º | 0.54% | 0.93% | - |
| XYZ | 44.04 | 66.8 | 49.6 | - |
| YUV | 191.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 172 | 0.54 | 0 | 0.27 | 0.07 | 149.53 | 0.78 | 0.68 |
| Hex | 6D | ED | AC | 36 | 0 | 1B | 7 | 96 | 4E | 44 |
| Octal | 155 | 355 | 254 | 66 | 0 | 33 | 7 | 226 | 116 | 104 |
| Binary | 1101101 | 11101101 | 10101100 | 110110 | 0 | 11011 | 111 | 10010110 | 1001110 | 1000100 |
Color Harmonies of #6DEDAC
Complementary color
Monochromatic Colors of #6DEDAC
Black with #6DEDAC
Text Example
Text Example
White with #6DEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDAC; }
p { color: rgb(109,237,172); }
H1.HeaderClassName
{
color: #6DEDAC;
}
.AnyTagClassName
{
color: #6DEDAC;
}
</style>
background-color css
<style>
a { background-color: #6DEDAC; }
a { background-color: rgb(109,237,172); }
div.DivClassName
{
background-color: #6DEDAC;
}
.BgClassName
{
background-color: #6DEDAC;
}
</style>
border-color css
<style>
span { border-color: #6DEDAC; }
span { border-color: rgb(109,237,172); }
td.TdClassName
{
border-color: #6DEDAC;
}
.TagClassName
{
border-color: #6DEDAC;
}
</style>