Shades of Medium Aquamarine #6AFDA2
Tints of Medium Aquamarine #6AFDA2
RGB
CMYK
RGB Variations
Color information
#6AFDA2 (or 0x6AFDA2) is known color: Medium Aquamarine. HEX triplet: 6A, FD and A2. RGB value is (106,253,162). Sum of RGB (Red+Green+Blue) = 106+253+162=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFDA2 is #95025D. Grayscale: #C6C6C6. Windows color (decimal): -9765470 or 10681706. OLE color: 10681706.
HSL color Cylindrical-coordinate representation of color #6AFDA2: hue angle of 142.86º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDA2 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 162 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.01 |
| HSL | 142.86º | 0.97% | 0.7% | - |
| HSV(B) | 142.86º | 0.58% | 0.99% | - |
| XYZ | 47.59 | 75.92 | 46.33 | - |
| YUV | 198.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 162 | 0.58 | 0 | 0.36 | 0.01 | 142.86 | 0.97 | 0.7 |
| Hex | 6A | FD | A2 | 3A | 0 | 24 | 1 | 8F | 61 | 46 |
| Octal | 152 | 375 | 242 | 72 | 0 | 44 | 1 | 217 | 141 | 106 |
| Binary | 1101010 | 11111101 | 10100010 | 111010 | 0 | 100100 | 1 | 10001111 | 1100001 | 1000110 |
Color Harmonies of #6AFDA2
Complementary color
Monochromatic Colors of #6AFDA2
Black with #6AFDA2
Text Example
Text Example
White with #6AFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDA2; }
p { color: rgb(106,253,162); }
H1.HeaderClassName
{
color: #6AFDA2;
}
.AnyTagClassName
{
color: #6AFDA2;
}
</style>
background-color css
<style>
a { background-color: #6AFDA2; }
a { background-color: rgb(106,253,162); }
div.DivClassName
{
background-color: #6AFDA2;
}
.BgClassName
{
background-color: #6AFDA2;
}
</style>
border-color css
<style>
span { border-color: #6AFDA2; }
span { border-color: rgb(106,253,162); }
td.TdClassName
{
border-color: #6AFDA2;
}
.TagClassName
{
border-color: #6AFDA2;
}
</style>