Shades of Medium Aquamarine #6DDBA5
Tints of Medium Aquamarine #6DDBA5
RGB
CMYK
RGB Variations
Color information
#6DDBA5 (or 0x6DDBA5) is known color: Medium Aquamarine. HEX triplet: 6D, DB and A5. RGB value is (109,219,165). Sum of RGB (Red+Green+Blue) = 109+219+165=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBA5 is #92245A. Grayscale: #B4B4B4. Windows color (decimal): -9577563 or 10869613. OLE color: 10869613.
HSL color Cylindrical-coordinate representation of color #6DDBA5: hue angle of 150.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBA5 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 165 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.14 |
| HSL | 150.55º | 0.6% | 0.64% | - |
| HSV(B) | 150.55º | 0.5% | 0.86% | - |
| XYZ | 38.43 | 56.63 | 44.5 | - |
| YUV | 179.95 | 119.56 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 165 | 0.50 | 0 | 0.25 | 0.14 | 150.55 | 0.6 | 0.64 |
| Hex | 6D | DB | A5 | 32 | 0 | 19 | E | 97 | 3C | 40 |
| Octal | 155 | 333 | 245 | 62 | 0 | 31 | 16 | 227 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10100101 | 110010 | 0 | 11001 | 1110 | 10010111 | 111100 | 1000000 |
Color Harmonies of #6DDBA5
Complementary color
Monochromatic Colors of #6DDBA5
Black with #6DDBA5
Text Example
Text Example
White with #6DDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBA5; }
p { color: rgb(109,219,165); }
H1.HeaderClassName
{
color: #6DDBA5;
}
.AnyTagClassName
{
color: #6DDBA5;
}
</style>
background-color css
<style>
a { background-color: #6DDBA5; }
a { background-color: rgb(109,219,165); }
div.DivClassName
{
background-color: #6DDBA5;
}
.BgClassName
{
background-color: #6DDBA5;
}
</style>
border-color css
<style>
span { border-color: #6DDBA5; }
span { border-color: rgb(109,219,165); }
td.TdClassName
{
border-color: #6DDBA5;
}
.TagClassName
{
border-color: #6DDBA5;
}
</style>