Shades of Medium Aquamarine #6DDAAF
Tints of Medium Aquamarine #6DDAAF
RGB
CMYK
RGB Variations
Color information
#6DDAAF (or 0x6DDAAF) is known color: Medium Aquamarine. HEX triplet: 6D, DA and AF. RGB value is (109,218,175). Sum of RGB (Red+Green+Blue) = 109+218+175=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDAAF is #922550. Grayscale: #B4B4B4. Windows color (decimal): -9577809 or 11524717. OLE color: 11524717.
HSL color Cylindrical-coordinate representation of color #6DDAAF: hue angle of 156.33º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAAF is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 175 | - |
| CMYK | 0.5 | 0 | 0.20 | 0.15 |
| HSL | 156.33º | 0.6% | 0.64% | - |
| HSV(B) | 156.33º | 0.5% | 0.85% | - |
| XYZ | 39.12 | 56.49 | 49.4 | - |
| YUV | 180.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 175 | 0.5 | 0 | 0.20 | 0.15 | 156.33 | 0.6 | 0.64 |
| Hex | 6D | DA | AF | 32 | 0 | 14 | F | 9C | 3C | 40 |
| Octal | 155 | 332 | 257 | 62 | 0 | 24 | 17 | 234 | 74 | 100 |
| Binary | 1101101 | 11011010 | 10101111 | 110010 | 0 | 10100 | 1111 | 10011100 | 111100 | 1000000 |
Color Harmonies of #6DDAAF
Complementary color
Monochromatic Colors of #6DDAAF
Black with #6DDAAF
Text Example
Text Example
White with #6DDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDAAF; }
p { color: rgb(109,218,175); }
H1.HeaderClassName
{
color: #6DDAAF;
}
.AnyTagClassName
{
color: #6DDAAF;
}
</style>
background-color css
<style>
a { background-color: #6DDAAF; }
a { background-color: rgb(109,218,175); }
div.DivClassName
{
background-color: #6DDAAF;
}
.BgClassName
{
background-color: #6DDAAF;
}
</style>
border-color css
<style>
span { border-color: #6DDAAF; }
span { border-color: rgb(109,218,175); }
td.TdClassName
{
border-color: #6DDAAF;
}
.TagClassName
{
border-color: #6DDAAF;
}
</style>