Shades of Medium Aquamarine #6DDFA5
Tints of Medium Aquamarine #6DDFA5
RGB
CMYK
RGB Variations
Color information
#6DDFA5 (or 0x6DDFA5) is known color: Medium Aquamarine. HEX triplet: 6D, DF and A5. RGB value is (109,223,165). Sum of RGB (Red+Green+Blue) = 109+223+165=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDFA5 is #92205A. Grayscale: #B6B6B6. Windows color (decimal): -9576539 or 10870637. OLE color: 10870637.
HSL color Cylindrical-coordinate representation of color #6DDFA5: hue angle of 149.47º degrees, saturation: 0.64, 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 #6DDFA5 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 165 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.13 |
| HSL | 149.47º | 0.64% | 0.65% | - |
| HSV(B) | 149.47º | 0.51% | 0.87% | - |
| XYZ | 39.49 | 58.74 | 44.85 | - |
| YUV | 182.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 165 | 0.51 | 0 | 0.26 | 0.13 | 149.47 | 0.64 | 0.65 |
| Hex | 6D | DF | A5 | 33 | 0 | 1A | D | 95 | 40 | 41 |
| Octal | 155 | 337 | 245 | 63 | 0 | 32 | 15 | 225 | 100 | 101 |
| Binary | 1101101 | 11011111 | 10100101 | 110011 | 0 | 11010 | 1101 | 10010101 | 1000000 | 1000001 |
Color Harmonies of #6DDFA5
Complementary color
Monochromatic Colors of #6DDFA5
Black with #6DDFA5
Text Example
Text Example
White with #6DDFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFA5; }
p { color: rgb(109,223,165); }
H1.HeaderClassName
{
color: #6DDFA5;
}
.AnyTagClassName
{
color: #6DDFA5;
}
</style>
background-color css
<style>
a { background-color: #6DDFA5; }
a { background-color: rgb(109,223,165); }
div.DivClassName
{
background-color: #6DDFA5;
}
.BgClassName
{
background-color: #6DDFA5;
}
</style>
border-color css
<style>
span { border-color: #6DDFA5; }
span { border-color: rgb(109,223,165); }
td.TdClassName
{
border-color: #6DDFA5;
}
.TagClassName
{
border-color: #6DDFA5;
}
</style>