Shades of Medium Aquamarine #64EE95
Tints of Medium Aquamarine #64EE95
RGB
CMYK
RGB Variations
Color information
#64EE95 (or 0x64EE95) is known color: Medium Aquamarine. HEX triplet: 64, EE and 95. RGB value is (100,238,149). Sum of RGB (Red+Green+Blue) = 100+238+149=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EE95 is #9B116A. Grayscale: #BABABA. Windows color (decimal): -10162539 or 9825892. OLE color: 9825892.
HSL color Cylindrical-coordinate representation of color #64EE95: hue angle of 141.3º 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 #64EE95 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 149 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.07 |
| HSL | 141.3º | 0.8% | 0.66% | - |
| HSV(B) | 141.3º | 0.58% | 0.93% | - |
| XYZ | 41.25 | 66.03 | 39 | - |
| YUV | 186.59 | 106.78 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 149 | 0.58 | 0 | 0.37 | 0.07 | 141.3 | 0.8 | 0.66 |
| Hex | 64 | EE | 95 | 3A | 0 | 25 | 7 | 8D | 50 | 42 |
| Octal | 144 | 356 | 225 | 72 | 0 | 45 | 7 | 215 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10010101 | 111010 | 0 | 100101 | 111 | 10001101 | 1010000 | 1000010 |
Color Harmonies of #64EE95
Complementary color
Monochromatic Colors of #64EE95
Black with #64EE95
Text Example
Text Example
White with #64EE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE95; }
p { color: rgb(100,238,149); }
H1.HeaderClassName
{
color: #64EE95;
}
.AnyTagClassName
{
color: #64EE95;
}
</style>
background-color css
<style>
a { background-color: #64EE95; }
a { background-color: rgb(100,238,149); }
div.DivClassName
{
background-color: #64EE95;
}
.BgClassName
{
background-color: #64EE95;
}
</style>
border-color css
<style>
span { border-color: #64EE95; }
span { border-color: rgb(100,238,149); }
td.TdClassName
{
border-color: #64EE95;
}
.TagClassName
{
border-color: #64EE95;
}
</style>