Shades of Medium Aquamarine #6AEAA0
Tints of Medium Aquamarine #6AEAA0
RGB
CMYK
RGB Variations
Color information
#6AEAA0 (or 0x6AEAA0) is known color: Medium Aquamarine. HEX triplet: 6A, EA and A0. RGB value is (106,234,160). Sum of RGB (Red+Green+Blue) = 106+234+160=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEAA0 is #95155F. Grayscale: #BBBBBB. Windows color (decimal): -9770336 or 10545770. OLE color: 10545770.
HSL color Cylindrical-coordinate representation of color #6AEAA0: hue angle of 145.31º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEAA0 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 160 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.08 |
| HSL | 145.31º | 0.75% | 0.67% | - |
| HSV(B) | 145.31º | 0.55% | 0.92% | - |
| XYZ | 41.71 | 64.45 | 43.5 | - |
| YUV | 187.29 | 112.59 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 160 | 0.55 | 0 | 0.32 | 0.08 | 145.31 | 0.75 | 0.67 |
| Hex | 6A | EA | A0 | 37 | 0 | 20 | 8 | 91 | 4B | 43 |
| Octal | 152 | 352 | 240 | 67 | 0 | 40 | 10 | 221 | 113 | 103 |
| Binary | 1101010 | 11101010 | 10100000 | 110111 | 0 | 100000 | 1000 | 10010001 | 1001011 | 1000011 |
Color Harmonies of #6AEAA0
Complementary color
Monochromatic Colors of #6AEAA0
Black with #6AEAA0
Text Example
Text Example
White with #6AEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEAA0; }
p { color: rgb(106,234,160); }
H1.HeaderClassName
{
color: #6AEAA0;
}
.AnyTagClassName
{
color: #6AEAA0;
}
</style>
background-color css
<style>
a { background-color: #6AEAA0; }
a { background-color: rgb(106,234,160); }
div.DivClassName
{
background-color: #6AEAA0;
}
.BgClassName
{
background-color: #6AEAA0;
}
</style>
border-color css
<style>
span { border-color: #6AEAA0; }
span { border-color: rgb(106,234,160); }
td.TdClassName
{
border-color: #6AEAA0;
}
.TagClassName
{
border-color: #6AEAA0;
}
</style>