Shades of Medium Aquamarine #6DDDA5
Tints of Medium Aquamarine #6DDDA5
RGB
CMYK
RGB Variations
Color information
#6DDDA5 (or 0x6DDDA5) is known color: Medium Aquamarine. HEX triplet: 6D, DD and A5. RGB value is (109,221,165). Sum of RGB (Red+Green+Blue) = 109+221+165=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDA5 is #92225A. Grayscale: #B5B5B5. Windows color (decimal): -9577051 or 10870125. OLE color: 10870125.
HSL color Cylindrical-coordinate representation of color #6DDDA5: hue angle of 150º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDA5 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 165 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.13 |
| HSL | 150º | 0.62% | 0.65% | - |
| HSV(B) | 150º | 0.51% | 0.87% | - |
| XYZ | 38.95 | 57.68 | 44.68 | - |
| YUV | 181.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 165 | 0.51 | 0 | 0.25 | 0.13 | 150 | 0.62 | 0.65 |
| Hex | 6D | DD | A5 | 33 | 0 | 19 | D | 96 | 3E | 41 |
| Octal | 155 | 335 | 245 | 63 | 0 | 31 | 15 | 226 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10100101 | 110011 | 0 | 11001 | 1101 | 10010110 | 111110 | 1000001 |
Color Harmonies of #6DDDA5
Complementary color
Monochromatic Colors of #6DDDA5
Black with #6DDDA5
Text Example
Text Example
White with #6DDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDA5; }
p { color: rgb(109,221,165); }
H1.HeaderClassName
{
color: #6DDDA5;
}
.AnyTagClassName
{
color: #6DDDA5;
}
</style>
background-color css
<style>
a { background-color: #6DDDA5; }
a { background-color: rgb(109,221,165); }
div.DivClassName
{
background-color: #6DDDA5;
}
.BgClassName
{
background-color: #6DDDA5;
}
</style>
border-color css
<style>
span { border-color: #6DDDA5; }
span { border-color: rgb(109,221,165); }
td.TdClassName
{
border-color: #6DDDA5;
}
.TagClassName
{
border-color: #6DDDA5;
}
</style>