Shades of Medium Aquamarine #6DEAAA
Tints of Medium Aquamarine #6DEAAA
RGB
CMYK
RGB Variations
Color information
#6DEAAA (or 0x6DEAAA) is known color: Medium Aquamarine. HEX triplet: 6D, EA and AA. RGB value is (109,234,170). Sum of RGB (Red+Green+Blue) = 109+234+170=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEAAA is #921555. Grayscale: #BDBDBD. Windows color (decimal): -9573718 or 11201133. OLE color: 11201133.
HSL color Cylindrical-coordinate representation of color #6DEAAA: hue angle of 149.28º 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 #6DEAAA is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 170 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.08 |
| HSL | 149.28º | 0.75% | 0.67% | - |
| HSV(B) | 149.28º | 0.53% | 0.92% | - |
| XYZ | 42.99 | 65 | 48.31 | - |
| YUV | 189.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 170 | 0.53 | 0 | 0.27 | 0.08 | 149.28 | 0.75 | 0.67 |
| Hex | 6D | EA | AA | 35 | 0 | 1B | 8 | 95 | 4B | 43 |
| Octal | 155 | 352 | 252 | 65 | 0 | 33 | 10 | 225 | 113 | 103 |
| Binary | 1101101 | 11101010 | 10101010 | 110101 | 0 | 11011 | 1000 | 10010101 | 1001011 | 1000011 |
Color Harmonies of #6DEAAA
Complementary color
Monochromatic Colors of #6DEAAA
Black with #6DEAAA
Text Example
Text Example
White with #6DEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAAA; }
p { color: rgb(109,234,170); }
H1.HeaderClassName
{
color: #6DEAAA;
}
.AnyTagClassName
{
color: #6DEAAA;
}
</style>
background-color css
<style>
a { background-color: #6DEAAA; }
a { background-color: rgb(109,234,170); }
div.DivClassName
{
background-color: #6DEAAA;
}
.BgClassName
{
background-color: #6DEAAA;
}
</style>
border-color css
<style>
span { border-color: #6DEAAA; }
span { border-color: rgb(109,234,170); }
td.TdClassName
{
border-color: #6DEAAA;
}
.TagClassName
{
border-color: #6DEAAA;
}
</style>