Shades of Medium Aquamarine #6DDDA8
Tints of Medium Aquamarine #6DDDA8
RGB
CMYK
RGB Variations
Color information
#6DDDA8 (or 0x6DDDA8) is known color: Medium Aquamarine. HEX triplet: 6D, DD and A8. RGB value is (109,221,168). Sum of RGB (Red+Green+Blue) = 109+221+168=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDA8 is #922257. Grayscale: #B5B5B5. Windows color (decimal): -9577048 or 11066733. OLE color: 11066733.
HSL color Cylindrical-coordinate representation of color #6DDDA8: hue angle of 151.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDA8 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 168 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.13 |
| HSL | 151.61º | 0.62% | 0.65% | - |
| HSV(B) | 151.61º | 0.51% | 0.87% | - |
| XYZ | 39.23 | 57.79 | 46.13 | - |
| YUV | 181.47 | 120.39 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 168 | 0.51 | 0 | 0.24 | 0.13 | 151.61 | 0.62 | 0.65 |
| Hex | 6D | DD | A8 | 33 | 0 | 18 | D | 98 | 3E | 41 |
| Octal | 155 | 335 | 250 | 63 | 0 | 30 | 15 | 230 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10101000 | 110011 | 0 | 11000 | 1101 | 10011000 | 111110 | 1000001 |
Color Harmonies of #6DDDA8
Complementary color
Monochromatic Colors of #6DDDA8
Black with #6DDDA8
Text Example
Text Example
White with #6DDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDA8; }
p { color: rgb(109,221,168); }
H1.HeaderClassName
{
color: #6DDDA8;
}
.AnyTagClassName
{
color: #6DDDA8;
}
</style>
background-color css
<style>
a { background-color: #6DDDA8; }
a { background-color: rgb(109,221,168); }
div.DivClassName
{
background-color: #6DDDA8;
}
.BgClassName
{
background-color: #6DDDA8;
}
</style>
border-color css
<style>
span { border-color: #6DDDA8; }
span { border-color: rgb(109,221,168); }
td.TdClassName
{
border-color: #6DDDA8;
}
.TagClassName
{
border-color: #6DDDA8;
}
</style>