Shades of Medium Aquamarine #64EFAF
Tints of Medium Aquamarine #64EFAF
RGB
CMYK
RGB Variations
Color information
#64EFAF (or 0x64EFAF) is known color: Medium Aquamarine. HEX triplet: 64, EF and AF. RGB value is (100,239,175). Sum of RGB (Red+Green+Blue) = 100+239+175=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EFAF is #9B1050. Grayscale: #BEBEBE. Windows color (decimal): -10162257 or 11530084. OLE color: 11530084.
HSL color Cylindrical-coordinate representation of color #64EFAF: hue angle of 152.37º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFAF is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 175 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.06 |
| HSL | 152.37º | 0.81% | 0.66% | - |
| HSV(B) | 152.37º | 0.58% | 0.94% | - |
| XYZ | 43.86 | 67.54 | 51.28 | - |
| YUV | 190.14 | 119.45 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 175 | 0.58 | 0 | 0.27 | 0.06 | 152.37 | 0.81 | 0.66 |
| Hex | 64 | EF | AF | 3A | 0 | 1B | 6 | 98 | 51 | 42 |
| Octal | 144 | 357 | 257 | 72 | 0 | 33 | 6 | 230 | 121 | 102 |
| Binary | 1100100 | 11101111 | 10101111 | 111010 | 0 | 11011 | 110 | 10011000 | 1010001 | 1000010 |
Color Harmonies of #64EFAF
Complementary color
Monochromatic Colors of #64EFAF
Black with #64EFAF
Text Example
Text Example
White with #64EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFAF; }
p { color: rgb(100,239,175); }
H1.HeaderClassName
{
color: #64EFAF;
}
.AnyTagClassName
{
color: #64EFAF;
}
</style>
background-color css
<style>
a { background-color: #64EFAF; }
a { background-color: rgb(100,239,175); }
div.DivClassName
{
background-color: #64EFAF;
}
.BgClassName
{
background-color: #64EFAF;
}
</style>
border-color css
<style>
span { border-color: #64EFAF; }
span { border-color: rgb(100,239,175); }
td.TdClassName
{
border-color: #64EFAF;
}
.TagClassName
{
border-color: #64EFAF;
}
</style>