Shades of Medium Aquamarine #6DD0AF
Tints of Medium Aquamarine #6DD0AF
RGB
CMYK
RGB Variations
Color information
#6DD0AF (or 0x6DD0AF) is known color: Medium Aquamarine. HEX triplet: 6D, D0 and AF. RGB value is (109,208,175). Sum of RGB (Red+Green+Blue) = 109+208+175=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD0AF is #922F50. Grayscale: #AEAEAE. Windows color (decimal): -9580369 or 11522157. OLE color: 11522157.
HSL color Cylindrical-coordinate representation of color #6DD0AF: hue angle of 160º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD0AF is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 175 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.18 |
| HSL | 160º | 0.51% | 0.62% | - |
| HSV(B) | 160º | 0.48% | 0.82% | - |
| XYZ | 36.6 | 51.46 | 48.56 | - |
| YUV | 174.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 175 | 0.48 | 0 | 0.16 | 0.18 | 160 | 0.51 | 0.62 |
| Hex | 6D | D0 | AF | 30 | 0 | 10 | 12 | A0 | 33 | 3E |
| Octal | 155 | 320 | 257 | 60 | 0 | 20 | 22 | 240 | 63 | 76 |
| Binary | 1101101 | 11010000 | 10101111 | 110000 | 0 | 10000 | 10010 | 10100000 | 110011 | 111110 |
Color Harmonies of #6DD0AF
Complementary color
Monochromatic Colors of #6DD0AF
Black with #6DD0AF
Text Example
Text Example
White with #6DD0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD0AF; }
p { color: rgb(109,208,175); }
H1.HeaderClassName
{
color: #6DD0AF;
}
.AnyTagClassName
{
color: #6DD0AF;
}
</style>
background-color css
<style>
a { background-color: #6DD0AF; }
a { background-color: rgb(109,208,175); }
div.DivClassName
{
background-color: #6DD0AF;
}
.BgClassName
{
background-color: #6DD0AF;
}
</style>
border-color css
<style>
span { border-color: #6DD0AF; }
span { border-color: rgb(109,208,175); }
td.TdClassName
{
border-color: #6DD0AF;
}
.TagClassName
{
border-color: #6DD0AF;
}
</style>