Shades of Medium Aquamarine #64DDB2
Tints of Medium Aquamarine #64DDB2
RGB
CMYK
RGB Variations
Color information
#64DDB2 (or 0x64DDB2) is known color: Medium Aquamarine. HEX triplet: 64, DD and B2. RGB value is (100,221,178). Sum of RGB (Red+Green+Blue) = 100+221+178=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DDB2 is #9B224D. Grayscale: #B3B3B3. Windows color (decimal): -10166862 or 11722084. OLE color: 11722084.
HSL color Cylindrical-coordinate representation of color #64DDB2: hue angle of 158.68º degrees, saturation: 0.64, 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 #64DDB2 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 178 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.13 |
| HSL | 158.68º | 0.64% | 0.63% | - |
| HSV(B) | 158.68º | 0.55% | 0.87% | - |
| XYZ | 39.15 | 57.64 | 51.18 | - |
| YUV | 179.92 | 126.91 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 178 | 0.55 | 0 | 0.19 | 0.13 | 158.68 | 0.64 | 0.63 |
| Hex | 64 | DD | B2 | 37 | 0 | 13 | D | 9F | 40 | 3F |
| Octal | 144 | 335 | 262 | 67 | 0 | 23 | 15 | 237 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10110010 | 110111 | 0 | 10011 | 1101 | 10011111 | 1000000 | 111111 |
Color Harmonies of #64DDB2
Complementary color
Monochromatic Colors of #64DDB2
Black with #64DDB2
Text Example
Text Example
White with #64DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDB2; }
p { color: rgb(100,221,178); }
H1.HeaderClassName
{
color: #64DDB2;
}
.AnyTagClassName
{
color: #64DDB2;
}
</style>
background-color css
<style>
a { background-color: #64DDB2; }
a { background-color: rgb(100,221,178); }
div.DivClassName
{
background-color: #64DDB2;
}
.BgClassName
{
background-color: #64DDB2;
}
</style>
border-color css
<style>
span { border-color: #64DDB2; }
span { border-color: rgb(100,221,178); }
td.TdClassName
{
border-color: #64DDB2;
}
.TagClassName
{
border-color: #64DDB2;
}
</style>