Shades of Medium Aquamarine #64EBA4
Tints of Medium Aquamarine #64EBA4
RGB
CMYK
RGB Variations
Color information
#64EBA4 (or 0x64EBA4) is known color: Medium Aquamarine. HEX triplet: 64, EB and A4. RGB value is (100,235,164). Sum of RGB (Red+Green+Blue) = 100+235+164=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EBA4 is #9B145B. Grayscale: #BABABA. Windows color (decimal): -10163292 or 10808164. OLE color: 10808164.
HSL color Cylindrical-coordinate representation of color #64EBA4: hue angle of 148.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBA4 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 164 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.08 |
| HSL | 148.44º | 0.77% | 0.66% | - |
| HSV(B) | 148.44º | 0.57% | 0.92% | - |
| XYZ | 41.66 | 64.81 | 45.43 | - |
| YUV | 186.54 | 115.27 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 164 | 0.57 | 0 | 0.30 | 0.08 | 148.44 | 0.77 | 0.66 |
| Hex | 64 | EB | A4 | 39 | 0 | 1E | 8 | 94 | 4D | 42 |
| Octal | 144 | 353 | 244 | 71 | 0 | 36 | 10 | 224 | 115 | 102 |
| Binary | 1100100 | 11101011 | 10100100 | 111001 | 0 | 11110 | 1000 | 10010100 | 1001101 | 1000010 |
Color Harmonies of #64EBA4
Complementary color
Monochromatic Colors of #64EBA4
Black with #64EBA4
Text Example
Text Example
White with #64EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBA4; }
p { color: rgb(100,235,164); }
H1.HeaderClassName
{
color: #64EBA4;
}
.AnyTagClassName
{
color: #64EBA4;
}
</style>
background-color css
<style>
a { background-color: #64EBA4; }
a { background-color: rgb(100,235,164); }
div.DivClassName
{
background-color: #64EBA4;
}
.BgClassName
{
background-color: #64EBA4;
}
</style>
border-color css
<style>
span { border-color: #64EBA4; }
span { border-color: rgb(100,235,164); }
td.TdClassName
{
border-color: #64EBA4;
}
.TagClassName
{
border-color: #64EBA4;
}
</style>