Shades of Medium Aquamarine #64E2B4
Tints of Medium Aquamarine #64E2B4
RGB
CMYK
RGB Variations
Color information
#64E2B4 (or 0x64E2B4) is known color: Medium Aquamarine. HEX triplet: 64, E2 and B4. RGB value is (100,226,180). Sum of RGB (Red+Green+Blue) = 100+226+180=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2B4 is #9B1D4B. Grayscale: #B7B7B7. Windows color (decimal): -10165580 or 11854436. OLE color: 11854436.
HSL color Cylindrical-coordinate representation of color #64E2B4: hue angle of 158.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E2B4 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 180 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.11 |
| HSL | 158.1º | 0.68% | 0.64% | - |
| HSV(B) | 158.1º | 0.56% | 0.89% | - |
| XYZ | 40.69 | 60.4 | 52.69 | - |
| YUV | 183.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 180 | 0.56 | 0 | 0.20 | 0.11 | 158.1 | 0.68 | 0.64 |
| Hex | 64 | E2 | B4 | 38 | 0 | 14 | B | 9E | 44 | 40 |
| Octal | 144 | 342 | 264 | 70 | 0 | 24 | 13 | 236 | 104 | 100 |
| Binary | 1100100 | 11100010 | 10110100 | 111000 | 0 | 10100 | 1011 | 10011110 | 1000100 | 1000000 |
Color Harmonies of #64E2B4
Complementary color
Monochromatic Colors of #64E2B4
Black with #64E2B4
Text Example
Text Example
White with #64E2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2B4; }
p { color: rgb(100,226,180); }
H1.HeaderClassName
{
color: #64E2B4;
}
.AnyTagClassName
{
color: #64E2B4;
}
</style>
background-color css
<style>
a { background-color: #64E2B4; }
a { background-color: rgb(100,226,180); }
div.DivClassName
{
background-color: #64E2B4;
}
.BgClassName
{
background-color: #64E2B4;
}
</style>
border-color css
<style>
span { border-color: #64E2B4; }
span { border-color: rgb(100,226,180); }
td.TdClassName
{
border-color: #64E2B4;
}
.TagClassName
{
border-color: #64E2B4;
}
</style>