Shades of Medium Aquamarine #6AE49C
Tints of Medium Aquamarine #6AE49C
RGB
CMYK
RGB Variations
Color information
#6AE49C (or 0x6AE49C) is known color: Medium Aquamarine. HEX triplet: 6A, E4 and 9C. RGB value is (106,228,156). Sum of RGB (Red+Green+Blue) = 106+228+156=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE49C is #951B63. Grayscale: #B7B7B7. Windows color (decimal): -9771876 or 10282090. OLE color: 10282090.
HSL color Cylindrical-coordinate representation of color #6AE49C: hue angle of 144.59º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE49C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 228 | 156 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.11 |
| HSL | 144.59º | 0.69% | 0.65% | - |
| HSV(B) | 144.59º | 0.54% | 0.89% | - |
| XYZ | 39.69 | 60.95 | 41.13 | - |
| YUV | 183.31 | 112.58 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 228 | 156 | 0.54 | 0 | 0.32 | 0.11 | 144.59 | 0.69 | 0.65 |
| Hex | 6A | E4 | 9C | 36 | 0 | 20 | B | 91 | 45 | 41 |
| Octal | 152 | 344 | 234 | 66 | 0 | 40 | 13 | 221 | 105 | 101 |
| Binary | 1101010 | 11100100 | 10011100 | 110110 | 0 | 100000 | 1011 | 10010001 | 1000101 | 1000001 |
Color Harmonies of #6AE49C
Complementary color
Monochromatic Colors of #6AE49C
Black with #6AE49C
Text Example
Text Example
White with #6AE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE49C; }
p { color: rgb(106,228,156); }
H1.HeaderClassName
{
color: #6AE49C;
}
.AnyTagClassName
{
color: #6AE49C;
}
</style>
background-color css
<style>
a { background-color: #6AE49C; }
a { background-color: rgb(106,228,156); }
div.DivClassName
{
background-color: #6AE49C;
}
.BgClassName
{
background-color: #6AE49C;
}
</style>
border-color css
<style>
span { border-color: #6AE49C; }
span { border-color: rgb(106,228,156); }
td.TdClassName
{
border-color: #6AE49C;
}
.TagClassName
{
border-color: #6AE49C;
}
</style>