Shades of Medium Aquamarine #65FFA6
Tints of Medium Aquamarine #65FFA6
RGB
CMYK
RGB Variations
Color information
#65FFA6 (or 0x65FFA6) is known color: Medium Aquamarine. HEX triplet: 65, FF and A6. RGB value is (101,255,166). Sum of RGB (Red+Green+Blue) = 101+255+166=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FFA6 is #9A0059. Grayscale: #C7C7C7. Windows color (decimal): -10092634 or 10944357. OLE color: 10944357.
HSL color Cylindrical-coordinate representation of color #65FFA6: hue angle of 145.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFA6 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 166 | - |
| CMYK | 0.60 | 0 | 0.35 | 0 |
| HSL | 145.32º | 1% | 0.7% | - |
| HSV(B) | 145.32º | 0.6% | 1% | - |
| XYZ | 48.01 | 77.04 | 48.42 | - |
| YUV | 198.81 | 109.48 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 166 | 0.60 | 0 | 0.35 | 0 | 145.32 | 1 | 0.7 |
| Hex | 65 | FF | A6 | 3C | 0 | 23 | 0 | 91 | 64 | 46 |
| Octal | 145 | 377 | 246 | 74 | 0 | 43 | 0 | 221 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10100110 | 111100 | 0 | 100011 | 0 | 10010001 | 1100100 | 1000110 |
Color Harmonies of #65FFA6
Complementary color
Monochromatic Colors of #65FFA6
Black with #65FFA6
Text Example
Text Example
White with #65FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFA6; }
p { color: rgb(101,255,166); }
H1.HeaderClassName
{
color: #65FFA6;
}
.AnyTagClassName
{
color: #65FFA6;
}
</style>
background-color css
<style>
a { background-color: #65FFA6; }
a { background-color: rgb(101,255,166); }
div.DivClassName
{
background-color: #65FFA6;
}
.BgClassName
{
background-color: #65FFA6;
}
</style>
border-color css
<style>
span { border-color: #65FFA6; }
span { border-color: rgb(101,255,166); }
td.TdClassName
{
border-color: #65FFA6;
}
.TagClassName
{
border-color: #65FFA6;
}
</style>