Shades of Medium Aquamarine #64EBB0
Tints of Medium Aquamarine #64EBB0
RGB
CMYK
RGB Variations
Color information
#64EBB0 (or 0x64EBB0) is known color: Medium Aquamarine. HEX triplet: 64, EB and B0. RGB value is (100,235,176). Sum of RGB (Red+Green+Blue) = 100+235+176=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EBB0 is #9B144F. Grayscale: #BCBCBC. Windows color (decimal): -10163280 or 11594596. OLE color: 11594596.
HSL color Cylindrical-coordinate representation of color #64EBB0: hue angle of 153.78º 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 #64EBB0 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 176 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.08 |
| HSL | 153.78º | 0.77% | 0.66% | - |
| HSV(B) | 153.78º | 0.57% | 0.92% | - |
| XYZ | 42.8 | 65.26 | 51.42 | - |
| YUV | 187.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 176 | 0.57 | 0 | 0.25 | 0.08 | 153.78 | 0.77 | 0.66 |
| Hex | 64 | EB | B0 | 39 | 0 | 19 | 8 | 9A | 4D | 42 |
| Octal | 144 | 353 | 260 | 71 | 0 | 31 | 10 | 232 | 115 | 102 |
| Binary | 1100100 | 11101011 | 10110000 | 111001 | 0 | 11001 | 1000 | 10011010 | 1001101 | 1000010 |
Color Harmonies of #64EBB0
Complementary color
Monochromatic Colors of #64EBB0
Black with #64EBB0
Text Example
Text Example
White with #64EBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBB0; }
p { color: rgb(100,235,176); }
H1.HeaderClassName
{
color: #64EBB0;
}
.AnyTagClassName
{
color: #64EBB0;
}
</style>
background-color css
<style>
a { background-color: #64EBB0; }
a { background-color: rgb(100,235,176); }
div.DivClassName
{
background-color: #64EBB0;
}
.BgClassName
{
background-color: #64EBB0;
}
</style>
border-color css
<style>
span { border-color: #64EBB0; }
span { border-color: rgb(100,235,176); }
td.TdClassName
{
border-color: #64EBB0;
}
.TagClassName
{
border-color: #64EBB0;
}
</style>