Shades of Medium Aquamarine #64ECB5
Tints of Medium Aquamarine #64ECB5
RGB
CMYK
RGB Variations
Color information
#64ECB5 (or 0x64ECB5) is known color: Medium Aquamarine. HEX triplet: 64, EC and B5. RGB value is (100,236,181). Sum of RGB (Red+Green+Blue) = 100+236+181=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECB5 is #9B134A. Grayscale: #BDBDBD. Windows color (decimal): -10163019 or 11922532. OLE color: 11922532.
HSL color Cylindrical-coordinate representation of color #64ECB5: hue angle of 155.74º 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 #64ECB5 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 181 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.07 |
| HSL | 155.74º | 0.78% | 0.66% | - |
| HSV(B) | 155.74º | 0.58% | 0.93% | - |
| XYZ | 43.59 | 66.04 | 54.16 | - |
| YUV | 189.07 | 123.44 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 181 | 0.58 | 0 | 0.23 | 0.07 | 155.74 | 0.78 | 0.66 |
| Hex | 64 | EC | B5 | 3A | 0 | 17 | 7 | 9C | 4E | 42 |
| Octal | 144 | 354 | 265 | 72 | 0 | 27 | 7 | 234 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10110101 | 111010 | 0 | 10111 | 111 | 10011100 | 1001110 | 1000010 |
Color Harmonies of #64ECB5
Complementary color
Monochromatic Colors of #64ECB5
Black with #64ECB5
Text Example
Text Example
White with #64ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECB5; }
p { color: rgb(100,236,181); }
H1.HeaderClassName
{
color: #64ECB5;
}
.AnyTagClassName
{
color: #64ECB5;
}
</style>
background-color css
<style>
a { background-color: #64ECB5; }
a { background-color: rgb(100,236,181); }
div.DivClassName
{
background-color: #64ECB5;
}
.BgClassName
{
background-color: #64ECB5;
}
</style>
border-color css
<style>
span { border-color: #64ECB5; }
span { border-color: rgb(100,236,181); }
td.TdClassName
{
border-color: #64ECB5;
}
.TagClassName
{
border-color: #64ECB5;
}
</style>