Shades of Medium Aquamarine #64F6A5
Tints of Medium Aquamarine #64F6A5
RGB
CMYK
RGB Variations
Color information
#64F6A5 (or 0x64F6A5) is known color: Medium Aquamarine. HEX triplet: 64, F6 and A5. RGB value is (100,246,165). Sum of RGB (Red+Green+Blue) = 100+246+165=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F6A5 is #9B095A. Grayscale: #C1C1C1. Windows color (decimal): -10160475 or 10876516. OLE color: 10876516.
HSL color Cylindrical-coordinate representation of color #64F6A5: hue angle of 146.71º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6A5 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 165 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.04 |
| HSL | 146.71º | 0.89% | 0.68% | - |
| HSV(B) | 146.71º | 0.59% | 0.96% | - |
| XYZ | 45 | 71.34 | 46.99 | - |
| YUV | 193.11 | 112.13 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 165 | 0.59 | 0 | 0.33 | 0.04 | 146.71 | 0.89 | 0.68 |
| Hex | 64 | F6 | A5 | 3B | 0 | 21 | 4 | 93 | 59 | 44 |
| Octal | 144 | 366 | 245 | 73 | 0 | 41 | 4 | 223 | 131 | 104 |
| Binary | 1100100 | 11110110 | 10100101 | 111011 | 0 | 100001 | 100 | 10010011 | 1011001 | 1000100 |
Color Harmonies of #64F6A5
Complementary color
Monochromatic Colors of #64F6A5
Black with #64F6A5
Text Example
Text Example
White with #64F6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6A5; }
p { color: rgb(100,246,165); }
H1.HeaderClassName
{
color: #64F6A5;
}
.AnyTagClassName
{
color: #64F6A5;
}
</style>
background-color css
<style>
a { background-color: #64F6A5; }
a { background-color: rgb(100,246,165); }
div.DivClassName
{
background-color: #64F6A5;
}
.BgClassName
{
background-color: #64F6A5;
}
</style>
border-color css
<style>
span { border-color: #64F6A5; }
span { border-color: rgb(100,246,165); }
td.TdClassName
{
border-color: #64F6A5;
}
.TagClassName
{
border-color: #64F6A5;
}
</style>