Shades of Medium Aquamarine #64EAB2
Tints of Medium Aquamarine #64EAB2
RGB
CMYK
RGB Variations
Color information
#64EAB2 (or 0x64EAB2) is known color: Medium Aquamarine. HEX triplet: 64, EA and B2. RGB value is (100,234,178). Sum of RGB (Red+Green+Blue) = 100+234+178=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EAB2 is #9B154D. Grayscale: #BBBBBB. Windows color (decimal): -10163534 or 11725412. OLE color: 11725412.
HSL color Cylindrical-coordinate representation of color #64EAB2: hue angle of 154.93º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAB2 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 178 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.08 |
| HSL | 154.93º | 0.76% | 0.65% | - |
| HSV(B) | 154.93º | 0.57% | 0.92% | - |
| XYZ | 42.71 | 64.77 | 52.37 | - |
| YUV | 187.55 | 122.61 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 178 | 0.57 | 0 | 0.24 | 0.08 | 154.93 | 0.76 | 0.65 |
| Hex | 64 | EA | B2 | 39 | 0 | 18 | 8 | 9B | 4C | 41 |
| Octal | 144 | 352 | 262 | 71 | 0 | 30 | 10 | 233 | 114 | 101 |
| Binary | 1100100 | 11101010 | 10110010 | 111001 | 0 | 11000 | 1000 | 10011011 | 1001100 | 1000001 |
Color Harmonies of #64EAB2
Complementary color
Monochromatic Colors of #64EAB2
Black with #64EAB2
Text Example
Text Example
White with #64EAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAB2; }
p { color: rgb(100,234,178); }
H1.HeaderClassName
{
color: #64EAB2;
}
.AnyTagClassName
{
color: #64EAB2;
}
</style>
background-color css
<style>
a { background-color: #64EAB2; }
a { background-color: rgb(100,234,178); }
div.DivClassName
{
background-color: #64EAB2;
}
.BgClassName
{
background-color: #64EAB2;
}
</style>
border-color css
<style>
span { border-color: #64EAB2; }
span { border-color: rgb(100,234,178); }
td.TdClassName
{
border-color: #64EAB2;
}
.TagClassName
{
border-color: #64EAB2;
}
</style>