Shades of Medium Aquamarine #6AEEA0
Tints of Medium Aquamarine #6AEEA0
RGB
CMYK
RGB Variations
Color information
#6AEEA0 (or 0x6AEEA0) is known color: Medium Aquamarine. HEX triplet: 6A, EE and A0. RGB value is (106,238,160). Sum of RGB (Red+Green+Blue) = 106+238+160=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEEA0 is #95115F. Grayscale: #BDBDBD. Windows color (decimal): -9769312 or 10546794. OLE color: 10546794.
HSL color Cylindrical-coordinate representation of color #6AEEA0: hue angle of 144.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEA0 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 160 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.07 |
| HSL | 144.55º | 0.8% | 0.67% | - |
| HSV(B) | 144.55º | 0.55% | 0.93% | - |
| XYZ | 42.86 | 66.75 | 43.88 | - |
| YUV | 189.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 160 | 0.55 | 0 | 0.33 | 0.07 | 144.55 | 0.8 | 0.67 |
| Hex | 6A | EE | A0 | 37 | 0 | 21 | 7 | 91 | 50 | 43 |
| Octal | 152 | 356 | 240 | 67 | 0 | 41 | 7 | 221 | 120 | 103 |
| Binary | 1101010 | 11101110 | 10100000 | 110111 | 0 | 100001 | 111 | 10010001 | 1010000 | 1000011 |
Color Harmonies of #6AEEA0
Complementary color
Monochromatic Colors of #6AEEA0
Black with #6AEEA0
Text Example
Text Example
White with #6AEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEA0; }
p { color: rgb(106,238,160); }
H1.HeaderClassName
{
color: #6AEEA0;
}
.AnyTagClassName
{
color: #6AEEA0;
}
</style>
background-color css
<style>
a { background-color: #6AEEA0; }
a { background-color: rgb(106,238,160); }
div.DivClassName
{
background-color: #6AEEA0;
}
.BgClassName
{
background-color: #6AEEA0;
}
</style>
border-color css
<style>
span { border-color: #6AEEA0; }
span { border-color: rgb(106,238,160); }
td.TdClassName
{
border-color: #6AEEA0;
}
.TagClassName
{
border-color: #6AEEA0;
}
</style>