Shades of Medium Aquamarine #64EE96
Tints of Medium Aquamarine #64EE96
RGB
CMYK
RGB Variations
Color information
#64EE96 (or 0x64EE96) is known color: Medium Aquamarine. HEX triplet: 64, EE and 96. RGB value is (100,238,150). Sum of RGB (Red+Green+Blue) = 100+238+150=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EE96 is #9B1169. Grayscale: #BABABA. Windows color (decimal): -10162538 or 9891428. OLE color: 9891428.
HSL color Cylindrical-coordinate representation of color #64EE96: hue angle of 141.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EE96 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 150 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.07 |
| HSL | 141.74º | 0.8% | 0.66% | - |
| HSV(B) | 141.74º | 0.58% | 0.93% | - |
| XYZ | 41.34 | 66.06 | 39.43 | - |
| YUV | 186.71 | 107.28 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 150 | 0.58 | 0 | 0.37 | 0.07 | 141.74 | 0.8 | 0.66 |
| Hex | 64 | EE | 96 | 3A | 0 | 25 | 7 | 8E | 50 | 42 |
| Octal | 144 | 356 | 226 | 72 | 0 | 45 | 7 | 216 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10010110 | 111010 | 0 | 100101 | 111 | 10001110 | 1010000 | 1000010 |
Color Harmonies of #64EE96
Complementary color
Monochromatic Colors of #64EE96
Black with #64EE96
Text Example
Text Example
White with #64EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE96; }
p { color: rgb(100,238,150); }
H1.HeaderClassName
{
color: #64EE96;
}
.AnyTagClassName
{
color: #64EE96;
}
</style>
background-color css
<style>
a { background-color: #64EE96; }
a { background-color: rgb(100,238,150); }
div.DivClassName
{
background-color: #64EE96;
}
.BgClassName
{
background-color: #64EE96;
}
</style>
border-color css
<style>
span { border-color: #64EE96; }
span { border-color: rgb(100,238,150); }
td.TdClassName
{
border-color: #64EE96;
}
.TagClassName
{
border-color: #64EE96;
}
</style>