Shades of Medium Aquamarine #64E2B3
Tints of Medium Aquamarine #64E2B3
RGB
CMYK
RGB Variations
Color information
#64E2B3 (or 0x64E2B3) is known color: Medium Aquamarine. HEX triplet: 64, E2 and B3. RGB value is (100,226,179). Sum of RGB (Red+Green+Blue) = 100+226+179=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2B3 is #9B1D4C. Grayscale: #B7B7B7. Windows color (decimal): -10165581 or 11788900. OLE color: 11788900.
HSL color Cylindrical-coordinate representation of color #64E2B3: hue angle of 157.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E2B3 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 179 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.11 |
| HSL | 157.62º | 0.68% | 0.64% | - |
| HSV(B) | 157.62º | 0.56% | 0.89% | - |
| XYZ | 40.59 | 60.36 | 52.16 | - |
| YUV | 182.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 179 | 0.56 | 0 | 0.21 | 0.11 | 157.62 | 0.68 | 0.64 |
| Hex | 64 | E2 | B3 | 38 | 0 | 15 | B | 9E | 44 | 40 |
| Octal | 144 | 342 | 263 | 70 | 0 | 25 | 13 | 236 | 104 | 100 |
| Binary | 1100100 | 11100010 | 10110011 | 111000 | 0 | 10101 | 1011 | 10011110 | 1000100 | 1000000 |
Color Harmonies of #64E2B3
Complementary color
Monochromatic Colors of #64E2B3
Black with #64E2B3
Text Example
Text Example
White with #64E2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2B3; }
p { color: rgb(100,226,179); }
H1.HeaderClassName
{
color: #64E2B3;
}
.AnyTagClassName
{
color: #64E2B3;
}
</style>
background-color css
<style>
a { background-color: #64E2B3; }
a { background-color: rgb(100,226,179); }
div.DivClassName
{
background-color: #64E2B3;
}
.BgClassName
{
background-color: #64E2B3;
}
</style>
border-color css
<style>
span { border-color: #64E2B3; }
span { border-color: rgb(100,226,179); }
td.TdClassName
{
border-color: #64E2B3;
}
.TagClassName
{
border-color: #64E2B3;
}
</style>