Shades of Medium Aquamarine #64E498
Tints of Medium Aquamarine #64E498
RGB
CMYK
RGB Variations
Color information
#64E498 (or 0x64E498) is known color: Medium Aquamarine. HEX triplet: 64, E4 and 98. RGB value is (100,228,152). Sum of RGB (Red+Green+Blue) = 100+228+152=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #64E498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E498 is #9B1B67. Grayscale: #B5B5B5. Windows color (decimal): -10165096 or 10019940. OLE color: 10019940.
HSL color Cylindrical-coordinate representation of color #64E498: hue angle of 144.38º degrees, saturation: 0.7, 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 #64E498 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 152 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.11 |
| HSL | 144.38º | 0.7% | 0.64% | - |
| HSV(B) | 144.38º | 0.56% | 0.89% | - |
| XYZ | 38.67 | 60.46 | 39.34 | - |
| YUV | 181.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 152 | 0.56 | 0 | 0.33 | 0.11 | 144.38 | 0.7 | 0.64 |
| Hex | 64 | E4 | 98 | 38 | 0 | 21 | B | 90 | 46 | 40 |
| Octal | 144 | 344 | 230 | 70 | 0 | 41 | 13 | 220 | 106 | 100 |
| Binary | 1100100 | 11100100 | 10011000 | 111000 | 0 | 100001 | 1011 | 10010000 | 1000110 | 1000000 |
Color Harmonies of #64E498
Complementary color
Monochromatic Colors of #64E498
Black with #64E498
Text Example
Text Example
White with #64E498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E498; }
p { color: rgb(100,228,152); }
H1.HeaderClassName
{
color: #64E498;
}
.AnyTagClassName
{
color: #64E498;
}
</style>
background-color css
<style>
a { background-color: #64E498; }
a { background-color: rgb(100,228,152); }
div.DivClassName
{
background-color: #64E498;
}
.BgClassName
{
background-color: #64E498;
}
</style>
border-color css
<style>
span { border-color: #64E498; }
span { border-color: rgb(100,228,152); }
td.TdClassName
{
border-color: #64E498;
}
.TagClassName
{
border-color: #64E498;
}
</style>