Shades of Medium Aquamarine #6AE2A5
Tints of Medium Aquamarine #6AE2A5
RGB
CMYK
RGB Variations
Color information
#6AE2A5 (or 0x6AE2A5) is known color: Medium Aquamarine. HEX triplet: 6A, E2 and A5. RGB value is (106,226,165). Sum of RGB (Red+Green+Blue) = 106+226+165=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE2A5 is #951D5A. Grayscale: #B7B7B7. Windows color (decimal): -9772379 or 10871402. OLE color: 10871402.
HSL color Cylindrical-coordinate representation of color #6AE2A5: hue angle of 149.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE2A5 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 226 | 165 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.11 |
| HSL | 149.5º | 0.67% | 0.65% | - |
| HSV(B) | 149.5º | 0.53% | 0.89% | - |
| XYZ | 39.93 | 60.17 | 45.11 | - |
| YUV | 183.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 226 | 165 | 0.53 | 0 | 0.27 | 0.11 | 149.5 | 0.67 | 0.65 |
| Hex | 6A | E2 | A5 | 35 | 0 | 1B | B | 96 | 43 | 41 |
| Octal | 152 | 342 | 245 | 65 | 0 | 33 | 13 | 226 | 103 | 101 |
| Binary | 1101010 | 11100010 | 10100101 | 110101 | 0 | 11011 | 1011 | 10010110 | 1000011 | 1000001 |
Color Harmonies of #6AE2A5
Complementary color
Monochromatic Colors of #6AE2A5
Black with #6AE2A5
Text Example
Text Example
White with #6AE2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE2A5; }
p { color: rgb(106,226,165); }
H1.HeaderClassName
{
color: #6AE2A5;
}
.AnyTagClassName
{
color: #6AE2A5;
}
</style>
background-color css
<style>
a { background-color: #6AE2A5; }
a { background-color: rgb(106,226,165); }
div.DivClassName
{
background-color: #6AE2A5;
}
.BgClassName
{
background-color: #6AE2A5;
}
</style>
border-color css
<style>
span { border-color: #6AE2A5; }
span { border-color: rgb(106,226,165); }
td.TdClassName
{
border-color: #6AE2A5;
}
.TagClassName
{
border-color: #6AE2A5;
}
</style>