Shades of Medium Aquamarine #64F3AB
Tints of Medium Aquamarine #64F3AB
RGB
CMYK
RGB Variations
Color information
#64F3AB (or 0x64F3AB) is known color: Medium Aquamarine. HEX triplet: 64, F3 and AB. RGB value is (100,243,171). Sum of RGB (Red+Green+Blue) = 100+243+171=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F3AB is #9B0C54. Grayscale: #C0C0C0. Windows color (decimal): -10161237 or 11268964. OLE color: 11268964.
HSL color Cylindrical-coordinate representation of color #64F3AB: hue angle of 149.79º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F3AB is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 171 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.05 |
| HSL | 149.79º | 0.86% | 0.67% | - |
| HSV(B) | 149.79º | 0.59% | 0.95% | - |
| XYZ | 44.66 | 69.75 | 49.64 | - |
| YUV | 192.04 | 116.12 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 171 | 0.59 | 0 | 0.30 | 0.05 | 149.79 | 0.86 | 0.67 |
| Hex | 64 | F3 | AB | 3B | 0 | 1E | 5 | 96 | 56 | 43 |
| Octal | 144 | 363 | 253 | 73 | 0 | 36 | 5 | 226 | 126 | 103 |
| Binary | 1100100 | 11110011 | 10101011 | 111011 | 0 | 11110 | 101 | 10010110 | 1010110 | 1000011 |
Color Harmonies of #64F3AB
Complementary color
Monochromatic Colors of #64F3AB
Black with #64F3AB
Text Example
Text Example
White with #64F3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F3AB; }
p { color: rgb(100,243,171); }
H1.HeaderClassName
{
color: #64F3AB;
}
.AnyTagClassName
{
color: #64F3AB;
}
</style>
background-color css
<style>
a { background-color: #64F3AB; }
a { background-color: rgb(100,243,171); }
div.DivClassName
{
background-color: #64F3AB;
}
.BgClassName
{
background-color: #64F3AB;
}
</style>
border-color css
<style>
span { border-color: #64F3AB; }
span { border-color: rgb(100,243,171); }
td.TdClassName
{
border-color: #64F3AB;
}
.TagClassName
{
border-color: #64F3AB;
}
</style>