Shades of Medium Aquamarine #6DCDA8
Tints of Medium Aquamarine #6DCDA8
RGB
CMYK
RGB Variations
Color information
#6DCDA8 (or 0x6DCDA8) is known color: Medium Aquamarine. HEX triplet: 6D, CD and A8. RGB value is (109,205,168). Sum of RGB (Red+Green+Blue) = 109+205+168=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDA8 is #923257. Grayscale: #ACACAC. Windows color (decimal): -9581144 or 11062637. OLE color: 11062637.
HSL color Cylindrical-coordinate representation of color #6DCDA8: hue angle of 156.88º 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 #6DCDA8 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 168 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.20 |
| HSL | 156.88º | 0.49% | 0.62% | - |
| HSV(B) | 156.88º | 0.47% | 0.8% | - |
| XYZ | 35.21 | 49.74 | 44.79 | - |
| YUV | 172.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 168 | 0.47 | 0 | 0.18 | 0.20 | 156.88 | 0.49 | 0.62 |
| Hex | 6D | CD | A8 | 2F | 0 | 12 | 14 | 9D | 31 | 3E |
| Octal | 155 | 315 | 250 | 57 | 0 | 22 | 24 | 235 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10101000 | 101111 | 0 | 10010 | 10100 | 10011101 | 110001 | 111110 |
Color Harmonies of #6DCDA8
Complementary color
Monochromatic Colors of #6DCDA8
Black with #6DCDA8
Text Example
Text Example
White with #6DCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDA8; }
p { color: rgb(109,205,168); }
H1.HeaderClassName
{
color: #6DCDA8;
}
.AnyTagClassName
{
color: #6DCDA8;
}
</style>
background-color css
<style>
a { background-color: #6DCDA8; }
a { background-color: rgb(109,205,168); }
div.DivClassName
{
background-color: #6DCDA8;
}
.BgClassName
{
background-color: #6DCDA8;
}
</style>
border-color css
<style>
span { border-color: #6DCDA8; }
span { border-color: rgb(109,205,168); }
td.TdClassName
{
border-color: #6DCDA8;
}
.TagClassName
{
border-color: #6DCDA8;
}
</style>