Shades of Medium Aquamarine #6DC8AD
Tints of Medium Aquamarine #6DC8AD
RGB
CMYK
RGB Variations
Color information
#6DC8AD (or 0x6DC8AD) is known color: Medium Aquamarine. HEX triplet: 6D, C8 and AD. RGB value is (109,200,173). Sum of RGB (Red+Green+Blue) = 109+200+173=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC8AD is #923752. Grayscale: #A9A9A9. Windows color (decimal): -9582419 or 11389037. OLE color: 11389037.
HSL color Cylindrical-coordinate representation of color #6DC8AD: hue angle of 162.2º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC8AD is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 173 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.22 |
| HSL | 162.2º | 0.45% | 0.61% | - |
| HSV(B) | 162.2º | 0.46% | 0.78% | - |
| XYZ | 34.5 | 47.58 | 46.9 | - |
| YUV | 169.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 173 | 0.46 | 0 | 0.14 | 0.22 | 162.2 | 0.45 | 0.61 |
| Hex | 6D | C8 | AD | 2E | 0 | E | 16 | A2 | 2D | 3D |
| Octal | 155 | 310 | 255 | 56 | 0 | 16 | 26 | 242 | 55 | 75 |
| Binary | 1101101 | 11001000 | 10101101 | 101110 | 0 | 1110 | 10110 | 10100010 | 101101 | 111101 |
Color Harmonies of #6DC8AD
Complementary color
Monochromatic Colors of #6DC8AD
Black with #6DC8AD
Text Example
Text Example
White with #6DC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC8AD; }
p { color: rgb(109,200,173); }
H1.HeaderClassName
{
color: #6DC8AD;
}
.AnyTagClassName
{
color: #6DC8AD;
}
</style>
background-color css
<style>
a { background-color: #6DC8AD; }
a { background-color: rgb(109,200,173); }
div.DivClassName
{
background-color: #6DC8AD;
}
.BgClassName
{
background-color: #6DC8AD;
}
</style>
border-color css
<style>
span { border-color: #6DC8AD; }
span { border-color: rgb(109,200,173); }
td.TdClassName
{
border-color: #6DC8AD;
}
.TagClassName
{
border-color: #6DC8AD;
}
</style>