Shades of Medium Aquamarine #64DF97
Tints of Medium Aquamarine #64DF97
RGB
CMYK
RGB Variations
Color information
#64DF97 (or 0x64DF97) is known color: Medium Aquamarine. HEX triplet: 64, DF and 97. RGB value is (100,223,151). Sum of RGB (Red+Green+Blue) = 100+223+151=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DF97 is #9B2068. Grayscale: #B2B2B2. Windows color (decimal): -10166377 or 9953124. OLE color: 9953124.
HSL color Cylindrical-coordinate representation of color #64DF97: hue angle of 144.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DF97 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 151 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.13 |
| HSL | 144.88º | 0.66% | 0.63% | - |
| HSV(B) | 144.88º | 0.55% | 0.87% | - |
| XYZ | 37.23 | 57.72 | 38.46 | - |
| YUV | 178.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 151 | 0.55 | 0 | 0.32 | 0.13 | 144.88 | 0.66 | 0.63 |
| Hex | 64 | DF | 97 | 37 | 0 | 20 | D | 91 | 42 | 3F |
| Octal | 144 | 337 | 227 | 67 | 0 | 40 | 15 | 221 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10010111 | 110111 | 0 | 100000 | 1101 | 10010001 | 1000010 | 111111 |
Color Harmonies of #64DF97
Complementary color
Monochromatic Colors of #64DF97
Black with #64DF97
Text Example
Text Example
White with #64DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF97; }
p { color: rgb(100,223,151); }
H1.HeaderClassName
{
color: #64DF97;
}
.AnyTagClassName
{
color: #64DF97;
}
</style>
background-color css
<style>
a { background-color: #64DF97; }
a { background-color: rgb(100,223,151); }
div.DivClassName
{
background-color: #64DF97;
}
.BgClassName
{
background-color: #64DF97;
}
</style>
border-color css
<style>
span { border-color: #64DF97; }
span { border-color: rgb(100,223,151); }
td.TdClassName
{
border-color: #64DF97;
}
.TagClassName
{
border-color: #64DF97;
}
</style>