Shades of Medium Aquamarine #6AFAA0
Tints of Medium Aquamarine #6AFAA0
RGB
CMYK
RGB Variations
Color information
#6AFAA0 (or 0x6AFAA0) is known color: Medium Aquamarine. HEX triplet: 6A, FA and A0. RGB value is (106,250,160). Sum of RGB (Red+Green+Blue) = 106+250+160=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFAA0 is #95055F. Grayscale: #C4C4C4. Windows color (decimal): -9766240 or 10549866. OLE color: 10549866.
HSL color Cylindrical-coordinate representation of color #6AFAA0: hue angle of 142.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAA0 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 160 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.02 |
| HSL | 142.5º | 0.94% | 0.7% | - |
| HSV(B) | 142.5º | 0.58% | 0.98% | - |
| XYZ | 46.47 | 73.97 | 45.09 | - |
| YUV | 196.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 160 | 0.58 | 0 | 0.36 | 0.02 | 142.5 | 0.94 | 0.7 |
| Hex | 6A | FA | A0 | 3A | 0 | 24 | 2 | 8E | 5E | 46 |
| Octal | 152 | 372 | 240 | 72 | 0 | 44 | 2 | 216 | 136 | 106 |
| Binary | 1101010 | 11111010 | 10100000 | 111010 | 0 | 100100 | 10 | 10001110 | 1011110 | 1000110 |
Color Harmonies of #6AFAA0
Complementary color
Monochromatic Colors of #6AFAA0
Black with #6AFAA0
Text Example
Text Example
White with #6AFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFAA0; }
p { color: rgb(106,250,160); }
H1.HeaderClassName
{
color: #6AFAA0;
}
.AnyTagClassName
{
color: #6AFAA0;
}
</style>
background-color css
<style>
a { background-color: #6AFAA0; }
a { background-color: rgb(106,250,160); }
div.DivClassName
{
background-color: #6AFAA0;
}
.BgClassName
{
background-color: #6AFAA0;
}
</style>
border-color css
<style>
span { border-color: #6AFAA0; }
span { border-color: rgb(106,250,160); }
td.TdClassName
{
border-color: #6AFAA0;
}
.TagClassName
{
border-color: #6AFAA0;
}
</style>