Shades of Medium Aquamarine #6DDEAF
Tints of Medium Aquamarine #6DDEAF
RGB
CMYK
RGB Variations
Color information
#6DDEAF (or 0x6DDEAF) is known color: Medium Aquamarine. HEX triplet: 6D, DE and AF. RGB value is (109,222,175). Sum of RGB (Red+Green+Blue) = 109+222+175=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDEAF is #922150. Grayscale: #B6B6B6. Windows color (decimal): -9576785 or 11525741. OLE color: 11525741.
HSL color Cylindrical-coordinate representation of color #6DDEAF: hue angle of 155.04º degrees, saturation: 0.63, 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 #6DDEAF is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 175 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.13 |
| HSL | 155.04º | 0.63% | 0.65% | - |
| HSV(B) | 155.04º | 0.51% | 0.87% | - |
| XYZ | 40.17 | 58.59 | 49.75 | - |
| YUV | 182.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 175 | 0.51 | 0 | 0.21 | 0.13 | 155.04 | 0.63 | 0.65 |
| Hex | 6D | DE | AF | 33 | 0 | 15 | D | 9B | 3F | 41 |
| Octal | 155 | 336 | 257 | 63 | 0 | 25 | 15 | 233 | 77 | 101 |
| Binary | 1101101 | 11011110 | 10101111 | 110011 | 0 | 10101 | 1101 | 10011011 | 111111 | 1000001 |
Color Harmonies of #6DDEAF
Complementary color
Monochromatic Colors of #6DDEAF
Black with #6DDEAF
Text Example
Text Example
White with #6DDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEAF; }
p { color: rgb(109,222,175); }
H1.HeaderClassName
{
color: #6DDEAF;
}
.AnyTagClassName
{
color: #6DDEAF;
}
</style>
background-color css
<style>
a { background-color: #6DDEAF; }
a { background-color: rgb(109,222,175); }
div.DivClassName
{
background-color: #6DDEAF;
}
.BgClassName
{
background-color: #6DDEAF;
}
</style>
border-color css
<style>
span { border-color: #6DDEAF; }
span { border-color: rgb(109,222,175); }
td.TdClassName
{
border-color: #6DDEAF;
}
.TagClassName
{
border-color: #6DDEAF;
}
</style>