Shades of Medium Aquamarine #6DE5AA
Tints of Medium Aquamarine #6DE5AA
RGB
CMYK
RGB Variations
Color information
#6DE5AA (or 0x6DE5AA) is known color: Medium Aquamarine. HEX triplet: 6D, E5 and AA. RGB value is (109,229,170). Sum of RGB (Red+Green+Blue) = 109+229+170=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #6DE5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DE5AA is #921A55. Grayscale: #BABABA. Windows color (decimal): -9574998 or 11199853. OLE color: 11199853.
HSL color Cylindrical-coordinate representation of color #6DE5AA: hue angle of 150.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE5AA is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 229 | 170 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.10 |
| HSL | 150.5º | 0.7% | 0.66% | - |
| HSV(B) | 150.5º | 0.52% | 0.9% | - |
| XYZ | 41.58 | 62.19 | 47.84 | - |
| YUV | 186.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 229 | 170 | 0.52 | 0 | 0.26 | 0.10 | 150.5 | 0.7 | 0.66 |
| Hex | 6D | E5 | AA | 34 | 0 | 1A | A | 96 | 46 | 42 |
| Octal | 155 | 345 | 252 | 64 | 0 | 32 | 12 | 226 | 106 | 102 |
| Binary | 1101101 | 11100101 | 10101010 | 110100 | 0 | 11010 | 1010 | 10010110 | 1000110 | 1000010 |
Color Harmonies of #6DE5AA
Complementary color
Monochromatic Colors of #6DE5AA
Black with #6DE5AA
Text Example
Text Example
White with #6DE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE5AA; }
p { color: rgb(109,229,170); }
H1.HeaderClassName
{
color: #6DE5AA;
}
.AnyTagClassName
{
color: #6DE5AA;
}
</style>
background-color css
<style>
a { background-color: #6DE5AA; }
a { background-color: rgb(109,229,170); }
div.DivClassName
{
background-color: #6DE5AA;
}
.BgClassName
{
background-color: #6DE5AA;
}
</style>
border-color css
<style>
span { border-color: #6DE5AA; }
span { border-color: rgb(109,229,170); }
td.TdClassName
{
border-color: #6DE5AA;
}
.TagClassName
{
border-color: #6DE5AA;
}
</style>