Shades of Medium Aquamarine #64EBA9
Tints of Medium Aquamarine #64EBA9
RGB
CMYK
RGB Variations
Color information
#64EBA9 (or 0x64EBA9) is known color: Medium Aquamarine. HEX triplet: 64, EB and A9. RGB value is (100,235,169). Sum of RGB (Red+Green+Blue) = 100+235+169=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EBA9 is #9B1456. Grayscale: #BBBBBB. Windows color (decimal): -10163287 or 11135844. OLE color: 11135844.
HSL color Cylindrical-coordinate representation of color #64EBA9: hue angle of 150.67º 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 #64EBA9 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 169 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.08 |
| HSL | 150.67º | 0.77% | 0.66% | - |
| HSV(B) | 150.67º | 0.57% | 0.92% | - |
| XYZ | 42.13 | 64.99 | 47.86 | - |
| YUV | 187.11 | 117.77 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 169 | 0.57 | 0 | 0.28 | 0.08 | 150.67 | 0.77 | 0.66 |
| Hex | 64 | EB | A9 | 39 | 0 | 1C | 8 | 97 | 4D | 42 |
| Octal | 144 | 353 | 251 | 71 | 0 | 34 | 10 | 227 | 115 | 102 |
| Binary | 1100100 | 11101011 | 10101001 | 111001 | 0 | 11100 | 1000 | 10010111 | 1001101 | 1000010 |
Color Harmonies of #64EBA9
Complementary color
Monochromatic Colors of #64EBA9
Black with #64EBA9
Text Example
Text Example
White with #64EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBA9; }
p { color: rgb(100,235,169); }
H1.HeaderClassName
{
color: #64EBA9;
}
.AnyTagClassName
{
color: #64EBA9;
}
</style>
background-color css
<style>
a { background-color: #64EBA9; }
a { background-color: rgb(100,235,169); }
div.DivClassName
{
background-color: #64EBA9;
}
.BgClassName
{
background-color: #64EBA9;
}
</style>
border-color css
<style>
span { border-color: #64EBA9; }
span { border-color: rgb(100,235,169); }
td.TdClassName
{
border-color: #64EBA9;
}
.TagClassName
{
border-color: #64EBA9;
}
</style>