Shades of Medium Aquamarine #6AFEA2
Tints of Medium Aquamarine #6AFEA2
RGB
CMYK
RGB Variations
Color information
#6AFEA2 (or 0x6AFEA2) is known color: Medium Aquamarine. HEX triplet: 6A, FE and A2. RGB value is (106,254,162). Sum of RGB (Red+Green+Blue) = 106+254+162=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEA2 is #95015D. Grayscale: #C7C7C7. Windows color (decimal): -9765214 or 10681962. OLE color: 10681962.
HSL color Cylindrical-coordinate representation of color #6AFEA2: hue angle of 142.7º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEA2 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 162 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.00 |
| HSL | 142.7º | 0.99% | 0.71% | - |
| HSV(B) | 142.7º | 0.58% | 1% | - |
| XYZ | 47.91 | 76.56 | 46.43 | - |
| YUV | 199.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 162 | 0.58 | 0 | 0.36 | 0.00 | 142.7 | 0.99 | 0.71 |
| Hex | 6A | FE | A2 | 3A | 0 | 24 | 0 | 8F | 63 | 47 |
| Octal | 152 | 376 | 242 | 72 | 0 | 44 | 0 | 217 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10100010 | 111010 | 0 | 100100 | 0 | 10001111 | 1100011 | 1000111 |
Color Harmonies of #6AFEA2
Complementary color
Monochromatic Colors of #6AFEA2
Black with #6AFEA2
Text Example
Text Example
White with #6AFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEA2; }
p { color: rgb(106,254,162); }
H1.HeaderClassName
{
color: #6AFEA2;
}
.AnyTagClassName
{
color: #6AFEA2;
}
</style>
background-color css
<style>
a { background-color: #6AFEA2; }
a { background-color: rgb(106,254,162); }
div.DivClassName
{
background-color: #6AFEA2;
}
.BgClassName
{
background-color: #6AFEA2;
}
</style>
border-color css
<style>
span { border-color: #6AFEA2; }
span { border-color: rgb(106,254,162); }
td.TdClassName
{
border-color: #6AFEA2;
}
.TagClassName
{
border-color: #6AFEA2;
}
</style>