Shades of Medium Aquamarine #64EBAC
Tints of Medium Aquamarine #64EBAC
RGB
CMYK
RGB Variations
Color information
#64EBAC (or 0x64EBAC) is known color: Medium Aquamarine. HEX triplet: 64, EB and AC. RGB value is (100,235,172). Sum of RGB (Red+Green+Blue) = 100+235+172=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EBAC is #9B1453. Grayscale: #BBBBBB. Windows color (decimal): -10163284 or 11332452. OLE color: 11332452.
HSL color Cylindrical-coordinate representation of color #64EBAC: hue angle of 152º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBAC is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 172 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.08 |
| HSL | 152º | 0.77% | 0.66% | - |
| HSV(B) | 152º | 0.57% | 0.92% | - |
| XYZ | 42.41 | 65.1 | 49.36 | - |
| YUV | 187.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 172 | 0.57 | 0 | 0.27 | 0.08 | 152 | 0.77 | 0.66 |
| Hex | 64 | EB | AC | 39 | 0 | 1B | 8 | 98 | 4D | 42 |
| Octal | 144 | 353 | 254 | 71 | 0 | 33 | 10 | 230 | 115 | 102 |
| Binary | 1100100 | 11101011 | 10101100 | 111001 | 0 | 11011 | 1000 | 10011000 | 1001101 | 1000010 |
Color Harmonies of #64EBAC
Complementary color
Monochromatic Colors of #64EBAC
Black with #64EBAC
Text Example
Text Example
White with #64EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBAC; }
p { color: rgb(100,235,172); }
H1.HeaderClassName
{
color: #64EBAC;
}
.AnyTagClassName
{
color: #64EBAC;
}
</style>
background-color css
<style>
a { background-color: #64EBAC; }
a { background-color: rgb(100,235,172); }
div.DivClassName
{
background-color: #64EBAC;
}
.BgClassName
{
background-color: #64EBAC;
}
</style>
border-color css
<style>
span { border-color: #64EBAC; }
span { border-color: rgb(100,235,172); }
td.TdClassName
{
border-color: #64EBAC;
}
.TagClassName
{
border-color: #64EBAC;
}
</style>