Shades of Medium Aquamarine #64D19F
Tints of Medium Aquamarine #64D19F
RGB
CMYK
RGB Variations
Color information
#64D19F (or 0x64D19F) is known color: Medium Aquamarine. HEX triplet: 64, D1 and 9F. RGB value is (100,209,159). Sum of RGB (Red+Green+Blue) = 100+209+159=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #64D19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D19F is #9B2E60. Grayscale: #AAAAAA. Windows color (decimal): -10169953 or 10473828. OLE color: 10473828.
HSL color Cylindrical-coordinate representation of color #64D19F: hue angle of 152.48º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D19F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 159 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.18 |
| HSL | 152.48º | 0.54% | 0.61% | - |
| HSV(B) | 152.48º | 0.52% | 0.82% | - |
| XYZ | 34.31 | 50.81 | 40.8 | - |
| YUV | 170.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 159 | 0.52 | 0 | 0.24 | 0.18 | 152.48 | 0.54 | 0.61 |
| Hex | 64 | D1 | 9F | 34 | 0 | 18 | 12 | 98 | 36 | 3D |
| Octal | 144 | 321 | 237 | 64 | 0 | 30 | 22 | 230 | 66 | 75 |
| Binary | 1100100 | 11010001 | 10011111 | 110100 | 0 | 11000 | 10010 | 10011000 | 110110 | 111101 |
Color Harmonies of #64D19F
Complementary color
Monochromatic Colors of #64D19F
Black with #64D19F
Text Example
Text Example
White with #64D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D19F; }
p { color: rgb(100,209,159); }
H1.HeaderClassName
{
color: #64D19F;
}
.AnyTagClassName
{
color: #64D19F;
}
</style>
background-color css
<style>
a { background-color: #64D19F; }
a { background-color: rgb(100,209,159); }
div.DivClassName
{
background-color: #64D19F;
}
.BgClassName
{
background-color: #64D19F;
}
</style>
border-color css
<style>
span { border-color: #64D19F; }
span { border-color: rgb(100,209,159); }
td.TdClassName
{
border-color: #64D19F;
}
.TagClassName
{
border-color: #64D19F;
}
</style>