Shades of Medium Aquamarine #64F9AB
Tints of Medium Aquamarine #64F9AB
RGB
CMYK
RGB Variations
Color information
#64F9AB (or 0x64F9AB) is known color: Medium Aquamarine. HEX triplet: 64, F9 and AB. RGB value is (100,249,171). Sum of RGB (Red+Green+Blue) = 100+249+171=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F9AB is #9B0654. Grayscale: #C3C3C3. Windows color (decimal): -10159701 or 11270500. OLE color: 11270500.
HSL color Cylindrical-coordinate representation of color #64F9AB: hue angle of 148.59º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9AB is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 171 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.02 |
| HSL | 148.59º | 0.93% | 0.68% | - |
| HSV(B) | 148.59º | 0.6% | 0.98% | - |
| XYZ | 46.48 | 73.4 | 50.25 | - |
| YUV | 195.56 | 114.14 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 171 | 0.60 | 0 | 0.31 | 0.02 | 148.59 | 0.93 | 0.68 |
| Hex | 64 | F9 | AB | 3C | 0 | 1F | 2 | 95 | 5D | 44 |
| Octal | 144 | 371 | 253 | 74 | 0 | 37 | 2 | 225 | 135 | 104 |
| Binary | 1100100 | 11111001 | 10101011 | 111100 | 0 | 11111 | 10 | 10010101 | 1011101 | 1000100 |
Color Harmonies of #64F9AB
Complementary color
Monochromatic Colors of #64F9AB
Black with #64F9AB
Text Example
Text Example
White with #64F9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F9AB; }
p { color: rgb(100,249,171); }
H1.HeaderClassName
{
color: #64F9AB;
}
.AnyTagClassName
{
color: #64F9AB;
}
</style>
background-color css
<style>
a { background-color: #64F9AB; }
a { background-color: rgb(100,249,171); }
div.DivClassName
{
background-color: #64F9AB;
}
.BgClassName
{
background-color: #64F9AB;
}
</style>
border-color css
<style>
span { border-color: #64F9AB; }
span { border-color: rgb(100,249,171); }
td.TdClassName
{
border-color: #64F9AB;
}
.TagClassName
{
border-color: #64F9AB;
}
</style>