Shades of Medium Aquamarine #64C59E
Tints of Medium Aquamarine #64C59E
RGB
CMYK
RGB Variations
Color information
#64C59E (or 0x64C59E) is known color: Medium Aquamarine. HEX triplet: 64, C5 and 9E. RGB value is (100,197,158). Sum of RGB (Red+Green+Blue) = 100+197+158=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #64C59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C59E is #9B3A61. Grayscale: #A3A3A3. Windows color (decimal): -10173026 or 10405220. OLE color: 10405220.
HSL color Cylindrical-coordinate representation of color #64C59E: hue angle of 155.88º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C59E is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 158 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.23 |
| HSL | 155.88º | 0.46% | 0.58% | - |
| HSV(B) | 155.88º | 0.49% | 0.77% | - |
| XYZ | 31.39 | 45.11 | 39.4 | - |
| YUV | 163.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 158 | 0.49 | 0 | 0.20 | 0.23 | 155.88 | 0.46 | 0.58 |
| Hex | 64 | C5 | 9E | 31 | 0 | 14 | 17 | 9C | 2E | 3A |
| Octal | 144 | 305 | 236 | 61 | 0 | 24 | 27 | 234 | 56 | 72 |
| Binary | 1100100 | 11000101 | 10011110 | 110001 | 0 | 10100 | 10111 | 10011100 | 101110 | 111010 |
Color Harmonies of #64C59E
Complementary color
Monochromatic Colors of #64C59E
Black with #64C59E
Text Example
Text Example
White with #64C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C59E; }
p { color: rgb(100,197,158); }
H1.HeaderClassName
{
color: #64C59E;
}
.AnyTagClassName
{
color: #64C59E;
}
</style>
background-color css
<style>
a { background-color: #64C59E; }
a { background-color: rgb(100,197,158); }
div.DivClassName
{
background-color: #64C59E;
}
.BgClassName
{
background-color: #64C59E;
}
</style>
border-color css
<style>
span { border-color: #64C59E; }
span { border-color: rgb(100,197,158); }
td.TdClassName
{
border-color: #64C59E;
}
.TagClassName
{
border-color: #64C59E;
}
</style>