Shades of Medium Aquamarine #64ECAF
Tints of Medium Aquamarine #64ECAF
RGB
CMYK
RGB Variations
Color information
#64ECAF (or 0x64ECAF) is known color: Medium Aquamarine. HEX triplet: 64, EC and AF. RGB value is (100,236,175). Sum of RGB (Red+Green+Blue) = 100+236+175=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ECAF is #9B1350. Grayscale: #BCBCBC. Windows color (decimal): -10163025 or 11529316. OLE color: 11529316.
HSL color Cylindrical-coordinate representation of color #64ECAF: hue angle of 153.09º degrees, saturation: 0.78, 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 #64ECAF is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 175 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.07 |
| HSL | 153.09º | 0.78% | 0.66% | - |
| HSV(B) | 153.09º | 0.58% | 0.93% | - |
| XYZ | 42.99 | 65.8 | 50.99 | - |
| YUV | 188.38 | 120.44 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 175 | 0.58 | 0 | 0.26 | 0.07 | 153.09 | 0.78 | 0.66 |
| Hex | 64 | EC | AF | 3A | 0 | 1A | 7 | 99 | 4E | 42 |
| Octal | 144 | 354 | 257 | 72 | 0 | 32 | 7 | 231 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10101111 | 111010 | 0 | 11010 | 111 | 10011001 | 1001110 | 1000010 |
Color Harmonies of #64ECAF
Complementary color
Monochromatic Colors of #64ECAF
Black with #64ECAF
Text Example
Text Example
White with #64ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECAF; }
p { color: rgb(100,236,175); }
H1.HeaderClassName
{
color: #64ECAF;
}
.AnyTagClassName
{
color: #64ECAF;
}
</style>
background-color css
<style>
a { background-color: #64ECAF; }
a { background-color: rgb(100,236,175); }
div.DivClassName
{
background-color: #64ECAF;
}
.BgClassName
{
background-color: #64ECAF;
}
</style>
border-color css
<style>
span { border-color: #64ECAF; }
span { border-color: rgb(100,236,175); }
td.TdClassName
{
border-color: #64ECAF;
}
.TagClassName
{
border-color: #64ECAF;
}
</style>