Shades of Medium Aquamarine #64D69F
Tints of Medium Aquamarine #64D69F
RGB
CMYK
RGB Variations
Color information
#64D69F (or 0x64D69F) is known color: Medium Aquamarine. HEX triplet: 64, D6 and 9F. RGB value is (100,214,159). Sum of RGB (Red+Green+Blue) = 100+214+159=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #64D69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D69F is #9B2960. Grayscale: #ADADAD. Windows color (decimal): -10168673 or 10475108. OLE color: 10475108.
HSL color Cylindrical-coordinate representation of color #64D69F: hue angle of 151.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D69F is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 159 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.16 |
| HSL | 151.05º | 0.58% | 0.62% | - |
| HSV(B) | 151.05º | 0.53% | 0.84% | - |
| XYZ | 35.56 | 53.31 | 41.22 | - |
| YUV | 173.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 159 | 0.53 | 0 | 0.26 | 0.16 | 151.05 | 0.58 | 0.62 |
| Hex | 64 | D6 | 9F | 35 | 0 | 1A | 10 | 97 | 3A | 3E |
| Octal | 144 | 326 | 237 | 65 | 0 | 32 | 20 | 227 | 72 | 76 |
| Binary | 1100100 | 11010110 | 10011111 | 110101 | 0 | 11010 | 10000 | 10010111 | 111010 | 111110 |
Color Harmonies of #64D69F
Complementary color
Monochromatic Colors of #64D69F
Black with #64D69F
Text Example
Text Example
White with #64D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D69F; }
p { color: rgb(100,214,159); }
H1.HeaderClassName
{
color: #64D69F;
}
.AnyTagClassName
{
color: #64D69F;
}
</style>
background-color css
<style>
a { background-color: #64D69F; }
a { background-color: rgb(100,214,159); }
div.DivClassName
{
background-color: #64D69F;
}
.BgClassName
{
background-color: #64D69F;
}
</style>
border-color css
<style>
span { border-color: #64D69F; }
span { border-color: rgb(100,214,159); }
td.TdClassName
{
border-color: #64D69F;
}
.TagClassName
{
border-color: #64D69F;
}
</style>