Shades of Medium Aquamarine #6AFAA6
Tints of Medium Aquamarine #6AFAA6
RGB
CMYK
RGB Variations
Color information
#6AFAA6 (or 0x6AFAA6) is known color: Medium Aquamarine. HEX triplet: 6A, FA and A6. RGB value is (106,250,166). Sum of RGB (Red+Green+Blue) = 106+250+166=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFAA6 is #950559. Grayscale: #C5C5C5. Windows color (decimal): -9766234 or 10943082. OLE color: 10943082.
HSL color Cylindrical-coordinate representation of color #6AFAA6: hue angle of 145º 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 #6AFAA6 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 250 | 166 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.02 |
| HSL | 145º | 0.94% | 0.7% | - |
| HSV(B) | 145º | 0.58% | 0.98% | - |
| XYZ | 47.01 | 74.19 | 47.92 | - |
| YUV | 197.37 | 110.29 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 250 | 166 | 0.58 | 0 | 0.34 | 0.02 | 145 | 0.94 | 0.7 |
| Hex | 6A | FA | A6 | 3A | 0 | 22 | 2 | 91 | 5E | 46 |
| Octal | 152 | 372 | 246 | 72 | 0 | 42 | 2 | 221 | 136 | 106 |
| Binary | 1101010 | 11111010 | 10100110 | 111010 | 0 | 100010 | 10 | 10010001 | 1011110 | 1000110 |
Color Harmonies of #6AFAA6
Complementary color
Monochromatic Colors of #6AFAA6
Black with #6AFAA6
Text Example
Text Example
White with #6AFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFAA6; }
p { color: rgb(106,250,166); }
H1.HeaderClassName
{
color: #6AFAA6;
}
.AnyTagClassName
{
color: #6AFAA6;
}
</style>
background-color css
<style>
a { background-color: #6AFAA6; }
a { background-color: rgb(106,250,166); }
div.DivClassName
{
background-color: #6AFAA6;
}
.BgClassName
{
background-color: #6AFAA6;
}
</style>
border-color css
<style>
span { border-color: #6AFAA6; }
span { border-color: rgb(106,250,166); }
td.TdClassName
{
border-color: #6AFAA6;
}
.TagClassName
{
border-color: #6AFAA6;
}
</style>