Shades of Medium Aquamarine #64E398
Tints of Medium Aquamarine #64E398
RGB
CMYK
RGB Variations
Color information
#64E398 (or 0x64E398) is known color: Medium Aquamarine. HEX triplet: 64, E3 and 98. RGB value is (100,227,152). Sum of RGB (Red+Green+Blue) = 100+227+152=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #64E398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E398 is #9B1C67. Grayscale: #B4B4B4. Windows color (decimal): -10165352 or 10019684. OLE color: 10019684.
HSL color Cylindrical-coordinate representation of color #64E398: hue angle of 144.57º degrees, saturation: 0.69, 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 #64E398 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 152 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.11 |
| HSL | 144.57º | 0.69% | 0.64% | - |
| HSV(B) | 144.57º | 0.56% | 0.89% | - |
| XYZ | 38.39 | 59.91 | 39.25 | - |
| YUV | 180.48 | 111.92 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 152 | 0.56 | 0 | 0.33 | 0.11 | 144.57 | 0.69 | 0.64 |
| Hex | 64 | E3 | 98 | 38 | 0 | 21 | B | 91 | 45 | 40 |
| Octal | 144 | 343 | 230 | 70 | 0 | 41 | 13 | 221 | 105 | 100 |
| Binary | 1100100 | 11100011 | 10011000 | 111000 | 0 | 100001 | 1011 | 10010001 | 1000101 | 1000000 |
Color Harmonies of #64E398
Complementary color
Monochromatic Colors of #64E398
Black with #64E398
Text Example
Text Example
White with #64E398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E398; }
p { color: rgb(100,227,152); }
H1.HeaderClassName
{
color: #64E398;
}
.AnyTagClassName
{
color: #64E398;
}
</style>
background-color css
<style>
a { background-color: #64E398; }
a { background-color: rgb(100,227,152); }
div.DivClassName
{
background-color: #64E398;
}
.BgClassName
{
background-color: #64E398;
}
</style>
border-color css
<style>
span { border-color: #64E398; }
span { border-color: rgb(100,227,152); }
td.TdClassName
{
border-color: #64E398;
}
.TagClassName
{
border-color: #64E398;
}
</style>