Shades of Medium Aquamarine #64F4B2
Tints of Medium Aquamarine #64F4B2
RGB
CMYK
RGB Variations
Color information
#64F4B2 (or 0x64F4B2) is known color: Medium Aquamarine. HEX triplet: 64, F4 and B2. RGB value is (100,244,178). Sum of RGB (Red+Green+Blue) = 100+244+178=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #64F4B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F4B2 is #9B0B4D. Grayscale: #C1C1C1. Windows color (decimal): -10160974 or 11727972. OLE color: 11727972.
HSL color Cylindrical-coordinate representation of color #64F4B2: hue angle of 152.5º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F4B2 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 178 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.04 |
| HSL | 152.5º | 0.87% | 0.67% | - |
| HSV(B) | 152.5º | 0.59% | 0.96% | - |
| XYZ | 45.64 | 70.63 | 53.35 | - |
| YUV | 193.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 178 | 0.59 | 0 | 0.27 | 0.04 | 152.5 | 0.87 | 0.67 |
| Hex | 64 | F4 | B2 | 3B | 0 | 1B | 4 | 98 | 57 | 43 |
| Octal | 144 | 364 | 262 | 73 | 0 | 33 | 4 | 230 | 127 | 103 |
| Binary | 1100100 | 11110100 | 10110010 | 111011 | 0 | 11011 | 100 | 10011000 | 1010111 | 1000011 |
Color Harmonies of #64F4B2
Complementary color
Monochromatic Colors of #64F4B2
Black with #64F4B2
Text Example
Text Example
White with #64F4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F4B2; }
p { color: rgb(100,244,178); }
H1.HeaderClassName
{
color: #64F4B2;
}
.AnyTagClassName
{
color: #64F4B2;
}
</style>
background-color css
<style>
a { background-color: #64F4B2; }
a { background-color: rgb(100,244,178); }
div.DivClassName
{
background-color: #64F4B2;
}
.BgClassName
{
background-color: #64F4B2;
}
</style>
border-color css
<style>
span { border-color: #64F4B2; }
span { border-color: rgb(100,244,178); }
td.TdClassName
{
border-color: #64F4B2;
}
.TagClassName
{
border-color: #64F4B2;
}
</style>