Shades of Medium Aquamarine #64F5B1
Tints of Medium Aquamarine #64F5B1
RGB
CMYK
RGB Variations
Color information
#64F5B1 (or 0x64F5B1) is known color: Medium Aquamarine. HEX triplet: 64, F5 and B1. RGB value is (100,245,177). Sum of RGB (Red+Green+Blue) = 100+245+177=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #64F5B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F5B1 is #9B0A4E. Grayscale: #C2C2C2. Windows color (decimal): -10160719 or 11662692. OLE color: 11662692.
HSL color Cylindrical-coordinate representation of color #64F5B1: hue angle of 151.86º degrees, saturation: 0.88, 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 #64F5B1 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 245 | 177 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.04 |
| HSL | 151.86º | 0.88% | 0.68% | - |
| HSV(B) | 151.86º | 0.59% | 0.96% | - |
| XYZ | 45.84 | 71.19 | 52.92 | - |
| YUV | 193.89 | 118.46 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 245 | 177 | 0.59 | 0 | 0.28 | 0.04 | 151.86 | 0.88 | 0.68 |
| Hex | 64 | F5 | B1 | 3B | 0 | 1C | 4 | 98 | 58 | 44 |
| Octal | 144 | 365 | 261 | 73 | 0 | 34 | 4 | 230 | 130 | 104 |
| Binary | 1100100 | 11110101 | 10110001 | 111011 | 0 | 11100 | 100 | 10011000 | 1011000 | 1000100 |
Color Harmonies of #64F5B1
Complementary color
Monochromatic Colors of #64F5B1
Black with #64F5B1
Text Example
Text Example
White with #64F5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F5B1; }
p { color: rgb(100,245,177); }
H1.HeaderClassName
{
color: #64F5B1;
}
.AnyTagClassName
{
color: #64F5B1;
}
</style>
background-color css
<style>
a { background-color: #64F5B1; }
a { background-color: rgb(100,245,177); }
div.DivClassName
{
background-color: #64F5B1;
}
.BgClassName
{
background-color: #64F5B1;
}
</style>
border-color css
<style>
span { border-color: #64F5B1; }
span { border-color: rgb(100,245,177); }
td.TdClassName
{
border-color: #64F5B1;
}
.TagClassName
{
border-color: #64F5B1;
}
</style>