Shades of Medium Aquamarine #64C89D
Tints of Medium Aquamarine #64C89D
RGB
CMYK
RGB Variations
Color information
#64C89D (or 0x64C89D) is known color: Medium Aquamarine. HEX triplet: 64, C8 and 9D. RGB value is (100,200,157). Sum of RGB (Red+Green+Blue) = 100+200+157=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #64C89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C89D is #9B3762. Grayscale: #A5A5A5. Windows color (decimal): -10172259 or 10340452. OLE color: 10340452.
HSL color Cylindrical-coordinate representation of color #64C89D: hue angle of 154.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C89D is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 157 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.22 |
| HSL | 154.2º | 0.48% | 0.59% | - |
| HSV(B) | 154.2º | 0.5% | 0.78% | - |
| XYZ | 32 | 46.45 | 39.18 | - |
| YUV | 165.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 157 | 0.5 | 0 | 0.22 | 0.22 | 154.2 | 0.48 | 0.59 |
| Hex | 64 | C8 | 9D | 32 | 0 | 16 | 16 | 9A | 30 | 3B |
| Octal | 144 | 310 | 235 | 62 | 0 | 26 | 26 | 232 | 60 | 73 |
| Binary | 1100100 | 11001000 | 10011101 | 110010 | 0 | 10110 | 10110 | 10011010 | 110000 | 111011 |
Color Harmonies of #64C89D
Complementary color
Monochromatic Colors of #64C89D
Black with #64C89D
Text Example
Text Example
White with #64C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C89D; }
p { color: rgb(100,200,157); }
H1.HeaderClassName
{
color: #64C89D;
}
.AnyTagClassName
{
color: #64C89D;
}
</style>
background-color css
<style>
a { background-color: #64C89D; }
a { background-color: rgb(100,200,157); }
div.DivClassName
{
background-color: #64C89D;
}
.BgClassName
{
background-color: #64C89D;
}
</style>
border-color css
<style>
span { border-color: #64C89D; }
span { border-color: rgb(100,200,157); }
td.TdClassName
{
border-color: #64C89D;
}
.TagClassName
{
border-color: #64C89D;
}
</style>