Shades of Medium Aquamarine #64DDB3
Tints of Medium Aquamarine #64DDB3
RGB
CMYK
RGB Variations
Color information
#64DDB3 (or 0x64DDB3) is known color: Medium Aquamarine. HEX triplet: 64, DD and B3. RGB value is (100,221,179). Sum of RGB (Red+Green+Blue) = 100+221+179=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDB3 is #9B224C. Grayscale: #B4B4B4. Windows color (decimal): -10166861 or 11787620. OLE color: 11787620.
HSL color Cylindrical-coordinate representation of color #64DDB3: hue angle of 159.17º 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 #64DDB3 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 179 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.13 |
| HSL | 159.17º | 0.64% | 0.63% | - |
| HSV(B) | 159.17º | 0.55% | 0.87% | - |
| XYZ | 39.25 | 57.68 | 51.71 | - |
| YUV | 180.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 179 | 0.55 | 0 | 0.19 | 0.13 | 159.17 | 0.64 | 0.63 |
| Hex | 64 | DD | B3 | 37 | 0 | 13 | D | 9F | 40 | 3F |
| Octal | 144 | 335 | 263 | 67 | 0 | 23 | 15 | 237 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10110011 | 110111 | 0 | 10011 | 1101 | 10011111 | 1000000 | 111111 |
Color Harmonies of #64DDB3
Complementary color
Monochromatic Colors of #64DDB3
Black with #64DDB3
Text Example
Text Example
White with #64DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDB3; }
p { color: rgb(100,221,179); }
H1.HeaderClassName
{
color: #64DDB3;
}
.AnyTagClassName
{
color: #64DDB3;
}
</style>
background-color css
<style>
a { background-color: #64DDB3; }
a { background-color: rgb(100,221,179); }
div.DivClassName
{
background-color: #64DDB3;
}
.BgClassName
{
background-color: #64DDB3;
}
</style>
border-color css
<style>
span { border-color: #64DDB3; }
span { border-color: rgb(100,221,179); }
td.TdClassName
{
border-color: #64DDB3;
}
.TagClassName
{
border-color: #64DDB3;
}
</style>