Shades of Medium Aquamarine #6DCDAA
Tints of Medium Aquamarine #6DCDAA
RGB
CMYK
RGB Variations
Color information
#6DCDAA (or 0x6DCDAA) is known color: Medium Aquamarine. HEX triplet: 6D, CD and AA. RGB value is (109,205,170). Sum of RGB (Red+Green+Blue) = 109+205+170=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDAA is #923255. Grayscale: #ACACAC. Windows color (decimal): -9581142 or 11193709. OLE color: 11193709.
HSL color Cylindrical-coordinate representation of color #6DCDAA: hue angle of 158.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDAA is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 170 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.20 |
| HSL | 158.13º | 0.49% | 0.62% | - |
| HSV(B) | 158.13º | 0.47% | 0.8% | - |
| XYZ | 35.39 | 49.82 | 45.78 | - |
| YUV | 172.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 170 | 0.47 | 0 | 0.17 | 0.20 | 158.13 | 0.49 | 0.62 |
| Hex | 6D | CD | AA | 2F | 0 | 11 | 14 | 9E | 31 | 3E |
| Octal | 155 | 315 | 252 | 57 | 0 | 21 | 24 | 236 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10101010 | 101111 | 0 | 10001 | 10100 | 10011110 | 110001 | 111110 |
Color Harmonies of #6DCDAA
Complementary color
Monochromatic Colors of #6DCDAA
Black with #6DCDAA
Text Example
Text Example
White with #6DCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDAA; }
p { color: rgb(109,205,170); }
H1.HeaderClassName
{
color: #6DCDAA;
}
.AnyTagClassName
{
color: #6DCDAA;
}
</style>
background-color css
<style>
a { background-color: #6DCDAA; }
a { background-color: rgb(109,205,170); }
div.DivClassName
{
background-color: #6DCDAA;
}
.BgClassName
{
background-color: #6DCDAA;
}
</style>
border-color css
<style>
span { border-color: #6DCDAA; }
span { border-color: rgb(109,205,170); }
td.TdClassName
{
border-color: #6DCDAA;
}
.TagClassName
{
border-color: #6DCDAA;
}
</style>