Shades of Medium Aquamarine #6DEAA5
Tints of Medium Aquamarine #6DEAA5
RGB
CMYK
RGB Variations
Color information
#6DEAA5 (or 0x6DEAA5) is known color: Medium Aquamarine. HEX triplet: 6D, EA and A5. RGB value is (109,234,165). Sum of RGB (Red+Green+Blue) = 109+234+165=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEAA5 is #92155A. Grayscale: #BCBCBC. Windows color (decimal): -9573723 or 10873453. OLE color: 10873453.
HSL color Cylindrical-coordinate representation of color #6DEAA5: hue angle of 146.88º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEAA5 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 165 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.08 |
| HSL | 146.88º | 0.75% | 0.67% | - |
| HSV(B) | 146.88º | 0.53% | 0.92% | - |
| XYZ | 42.52 | 64.81 | 45.87 | - |
| YUV | 188.76 | 114.59 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 165 | 0.53 | 0 | 0.29 | 0.08 | 146.88 | 0.75 | 0.67 |
| Hex | 6D | EA | A5 | 35 | 0 | 1D | 8 | 93 | 4B | 43 |
| Octal | 155 | 352 | 245 | 65 | 0 | 35 | 10 | 223 | 113 | 103 |
| Binary | 1101101 | 11101010 | 10100101 | 110101 | 0 | 11101 | 1000 | 10010011 | 1001011 | 1000011 |
Color Harmonies of #6DEAA5
Complementary color
Monochromatic Colors of #6DEAA5
Black with #6DEAA5
Text Example
Text Example
White with #6DEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAA5; }
p { color: rgb(109,234,165); }
H1.HeaderClassName
{
color: #6DEAA5;
}
.AnyTagClassName
{
color: #6DEAA5;
}
</style>
background-color css
<style>
a { background-color: #6DEAA5; }
a { background-color: rgb(109,234,165); }
div.DivClassName
{
background-color: #6DEAA5;
}
.BgClassName
{
background-color: #6DEAA5;
}
</style>
border-color css
<style>
span { border-color: #6DEAA5; }
span { border-color: rgb(109,234,165); }
td.TdClassName
{
border-color: #6DEAA5;
}
.TagClassName
{
border-color: #6DEAA5;
}
</style>