Shades of Medium Aquamarine #64D99D
Tints of Medium Aquamarine #64D99D
RGB
CMYK
RGB Variations
Color information
#64D99D (or 0x64D99D) is known color: Medium Aquamarine. HEX triplet: 64, D9 and 9D. RGB value is (100,217,157). Sum of RGB (Red+Green+Blue) = 100+217+157=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #64D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D99D is #9B2662. Grayscale: #AFAFAF. Windows color (decimal): -10167907 or 10344804. OLE color: 10344804.
HSL color Cylindrical-coordinate representation of color #64D99D: hue angle of 149.23º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D99D is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 157 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.15 |
| HSL | 149.23º | 0.61% | 0.62% | - |
| HSV(B) | 149.23º | 0.54% | 0.85% | - |
| XYZ | 36.15 | 54.77 | 40.56 | - |
| YUV | 175.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 157 | 0.54 | 0 | 0.28 | 0.15 | 149.23 | 0.61 | 0.62 |
| Hex | 64 | D9 | 9D | 36 | 0 | 1C | F | 95 | 3D | 3E |
| Octal | 144 | 331 | 235 | 66 | 0 | 34 | 17 | 225 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10011101 | 110110 | 0 | 11100 | 1111 | 10010101 | 111101 | 111110 |
Color Harmonies of #64D99D
Complementary color
Monochromatic Colors of #64D99D
Black with #64D99D
Text Example
Text Example
White with #64D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D99D; }
p { color: rgb(100,217,157); }
H1.HeaderClassName
{
color: #64D99D;
}
.AnyTagClassName
{
color: #64D99D;
}
</style>
background-color css
<style>
a { background-color: #64D99D; }
a { background-color: rgb(100,217,157); }
div.DivClassName
{
background-color: #64D99D;
}
.BgClassName
{
background-color: #64D99D;
}
</style>
border-color css
<style>
span { border-color: #64D99D; }
span { border-color: rgb(100,217,157); }
td.TdClassName
{
border-color: #64D99D;
}
.TagClassName
{
border-color: #64D99D;
}
</style>