Shades of Medium Aquamarine #6DCDAB
Tints of Medium Aquamarine #6DCDAB
RGB
CMYK
RGB Variations
Color information
#6DCDAB (or 0x6DCDAB) is known color: Medium Aquamarine. HEX triplet: 6D, CD and AB. RGB value is (109,205,171). Sum of RGB (Red+Green+Blue) = 109+205+171=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDAB is #923254. Grayscale: #ACACAC. Windows color (decimal): -9581141 or 11259245. OLE color: 11259245.
HSL color Cylindrical-coordinate representation of color #6DCDAB: hue angle of 158.75º 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 #6DCDAB is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 171 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.20 |
| HSL | 158.75º | 0.49% | 0.62% | - |
| HSV(B) | 158.75º | 0.47% | 0.8% | - |
| XYZ | 35.49 | 49.85 | 46.28 | - |
| YUV | 172.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 171 | 0.47 | 0 | 0.17 | 0.20 | 158.75 | 0.49 | 0.62 |
| Hex | 6D | CD | AB | 2F | 0 | 11 | 14 | 9F | 31 | 3E |
| Octal | 155 | 315 | 253 | 57 | 0 | 21 | 24 | 237 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10101011 | 101111 | 0 | 10001 | 10100 | 10011111 | 110001 | 111110 |
Color Harmonies of #6DCDAB
Complementary color
Monochromatic Colors of #6DCDAB
Black with #6DCDAB
Text Example
Text Example
White with #6DCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDAB; }
p { color: rgb(109,205,171); }
H1.HeaderClassName
{
color: #6DCDAB;
}
.AnyTagClassName
{
color: #6DCDAB;
}
</style>
background-color css
<style>
a { background-color: #6DCDAB; }
a { background-color: rgb(109,205,171); }
div.DivClassName
{
background-color: #6DCDAB;
}
.BgClassName
{
background-color: #6DCDAB;
}
</style>
border-color css
<style>
span { border-color: #6DCDAB; }
span { border-color: rgb(109,205,171); }
td.TdClassName
{
border-color: #6DCDAB;
}
.TagClassName
{
border-color: #6DCDAB;
}
</style>