Shades of Medium Aquamarine #64DFA1
Tints of Medium Aquamarine #64DFA1
RGB
CMYK
RGB Variations
Color information
#64DFA1 (or 0x64DFA1) is known color: Medium Aquamarine. HEX triplet: 64, DF and A1. RGB value is (100,223,161). Sum of RGB (Red+Green+Blue) = 100+223+161=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DFA1 is #9B205E. Grayscale: #B3B3B3. Windows color (decimal): -10166367 or 10608484. OLE color: 10608484.
HSL color Cylindrical-coordinate representation of color #64DFA1: hue angle of 149.76º 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 #64DFA1 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 161 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.13 |
| HSL | 149.76º | 0.66% | 0.63% | - |
| HSV(B) | 149.76º | 0.55% | 0.87% | - |
| XYZ | 38.08 | 58.06 | 42.92 | - |
| YUV | 179.16 | 117.75 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 161 | 0.55 | 0 | 0.28 | 0.13 | 149.76 | 0.66 | 0.63 |
| Hex | 64 | DF | A1 | 37 | 0 | 1C | D | 96 | 42 | 3F |
| Octal | 144 | 337 | 241 | 67 | 0 | 34 | 15 | 226 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10100001 | 110111 | 0 | 11100 | 1101 | 10010110 | 1000010 | 111111 |
Color Harmonies of #64DFA1
Complementary color
Monochromatic Colors of #64DFA1
Black with #64DFA1
Text Example
Text Example
White with #64DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFA1; }
p { color: rgb(100,223,161); }
H1.HeaderClassName
{
color: #64DFA1;
}
.AnyTagClassName
{
color: #64DFA1;
}
</style>
background-color css
<style>
a { background-color: #64DFA1; }
a { background-color: rgb(100,223,161); }
div.DivClassName
{
background-color: #64DFA1;
}
.BgClassName
{
background-color: #64DFA1;
}
</style>
border-color css
<style>
span { border-color: #64DFA1; }
span { border-color: rgb(100,223,161); }
td.TdClassName
{
border-color: #64DFA1;
}
.TagClassName
{
border-color: #64DFA1;
}
</style>