Shades of Medium Aquamarine #64F897
Tints of Medium Aquamarine #64F897
RGB
CMYK
RGB Variations
Color information
#64F897 (or 0x64F897) is known color: Medium Aquamarine. HEX triplet: 64, F8 and 97. RGB value is (100,248,151). Sum of RGB (Red+Green+Blue) = 100+248+151=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #64F897 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F897 is #9B0768. Grayscale: #C0C0C0. Windows color (decimal): -10159977 or 9959524. OLE color: 9959524.
HSL color Cylindrical-coordinate representation of color #64F897: hue angle of 140.68º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F897 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 151 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.03 |
| HSL | 140.68º | 0.91% | 0.68% | - |
| HSV(B) | 140.68º | 0.6% | 0.97% | - |
| XYZ | 44.41 | 72.08 | 40.85 | - |
| YUV | 192.69 | 104.47 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 151 | 0.60 | 0 | 0.39 | 0.03 | 140.68 | 0.91 | 0.68 |
| Hex | 64 | F8 | 97 | 3C | 0 | 27 | 3 | 8D | 5B | 44 |
| Octal | 144 | 370 | 227 | 74 | 0 | 47 | 3 | 215 | 133 | 104 |
| Binary | 1100100 | 11111000 | 10010111 | 111100 | 0 | 100111 | 11 | 10001101 | 1011011 | 1000100 |
Color Harmonies of #64F897
Complementary color
Monochromatic Colors of #64F897
Black with #64F897
Text Example
Text Example
White with #64F897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F897; }
p { color: rgb(100,248,151); }
H1.HeaderClassName
{
color: #64F897;
}
.AnyTagClassName
{
color: #64F897;
}
</style>
background-color css
<style>
a { background-color: #64F897; }
a { background-color: rgb(100,248,151); }
div.DivClassName
{
background-color: #64F897;
}
.BgClassName
{
background-color: #64F897;
}
</style>
border-color css
<style>
span { border-color: #64F897; }
span { border-color: rgb(100,248,151); }
td.TdClassName
{
border-color: #64F897;
}
.TagClassName
{
border-color: #64F897;
}
</style>