Shades of Medium Aquamarine #6DEEAA
Tints of Medium Aquamarine #6DEEAA
RGB
CMYK
RGB Variations
Color information
#6DEEAA (or 0x6DEEAA) is known color: Medium Aquamarine. HEX triplet: 6D, EE and AA. RGB value is (109,238,170). Sum of RGB (Red+Green+Blue) = 109+238+170=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEEAA is #921155. Grayscale: #BFBFBF. Windows color (decimal): -9572694 or 11202157. OLE color: 11202157.
HSL color Cylindrical-coordinate representation of color #6DEEAA: hue angle of 148.37º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEEAA is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 170 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.07 |
| HSL | 148.37º | 0.79% | 0.68% | - |
| HSV(B) | 148.37º | 0.54% | 0.93% | - |
| XYZ | 44.14 | 67.3 | 48.69 | - |
| YUV | 191.68 | 115.76 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 170 | 0.54 | 0 | 0.29 | 0.07 | 148.37 | 0.79 | 0.68 |
| Hex | 6D | EE | AA | 36 | 0 | 1D | 7 | 94 | 4F | 44 |
| Octal | 155 | 356 | 252 | 66 | 0 | 35 | 7 | 224 | 117 | 104 |
| Binary | 1101101 | 11101110 | 10101010 | 110110 | 0 | 11101 | 111 | 10010100 | 1001111 | 1000100 |
Color Harmonies of #6DEEAA
Complementary color
Monochromatic Colors of #6DEEAA
Black with #6DEEAA
Text Example
Text Example
White with #6DEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEAA; }
p { color: rgb(109,238,170); }
H1.HeaderClassName
{
color: #6DEEAA;
}
.AnyTagClassName
{
color: #6DEEAA;
}
</style>
background-color css
<style>
a { background-color: #6DEEAA; }
a { background-color: rgb(109,238,170); }
div.DivClassName
{
background-color: #6DEEAA;
}
.BgClassName
{
background-color: #6DEEAA;
}
</style>
border-color css
<style>
span { border-color: #6DEEAA; }
span { border-color: rgb(109,238,170); }
td.TdClassName
{
border-color: #6DEEAA;
}
.TagClassName
{
border-color: #6DEEAA;
}
</style>