Shades of Medium Aquamarine #64DFAC
Tints of Medium Aquamarine #64DFAC
RGB
CMYK
RGB Variations
Color information
#64DFAC (or 0x64DFAC) is known color: Medium Aquamarine. HEX triplet: 64, DF and AC. RGB value is (100,223,172). Sum of RGB (Red+Green+Blue) = 100+223+172=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DFAC is #9B2053. Grayscale: #B4B4B4. Windows color (decimal): -10166356 or 11329380. OLE color: 11329380.
HSL color Cylindrical-coordinate representation of color #64DFAC: hue angle of 155.12º 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 #64DFAC is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 172 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.13 |
| HSL | 155.12º | 0.66% | 0.63% | - |
| HSV(B) | 155.12º | 0.55% | 0.87% | - |
| XYZ | 39.09 | 58.46 | 48.25 | - |
| YUV | 180.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 172 | 0.55 | 0 | 0.23 | 0.13 | 155.12 | 0.66 | 0.63 |
| Hex | 64 | DF | AC | 37 | 0 | 17 | D | 9B | 42 | 3F |
| Octal | 144 | 337 | 254 | 67 | 0 | 27 | 15 | 233 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10101100 | 110111 | 0 | 10111 | 1101 | 10011011 | 1000010 | 111111 |
Color Harmonies of #64DFAC
Complementary color
Monochromatic Colors of #64DFAC
Black with #64DFAC
Text Example
Text Example
White with #64DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFAC; }
p { color: rgb(100,223,172); }
H1.HeaderClassName
{
color: #64DFAC;
}
.AnyTagClassName
{
color: #64DFAC;
}
</style>
background-color css
<style>
a { background-color: #64DFAC; }
a { background-color: rgb(100,223,172); }
div.DivClassName
{
background-color: #64DFAC;
}
.BgClassName
{
background-color: #64DFAC;
}
</style>
border-color css
<style>
span { border-color: #64DFAC; }
span { border-color: rgb(100,223,172); }
td.TdClassName
{
border-color: #64DFAC;
}
.TagClassName
{
border-color: #64DFAC;
}
</style>