Shades of Medium Aquamarine #64DB9A
Tints of Medium Aquamarine #64DB9A
RGB
CMYK
RGB Variations
Color information
#64DB9A (or 0x64DB9A) is known color: Medium Aquamarine. HEX triplet: 64, DB and 9A. RGB value is (100,219,154). Sum of RGB (Red+Green+Blue) = 100+219+154=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB9A is #9B2465. Grayscale: #B0B0B0. Windows color (decimal): -10167398 or 10148708. OLE color: 10148708.
HSL color Cylindrical-coordinate representation of color #64DB9A: hue angle of 147.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DB9A is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 154 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.14 |
| HSL | 147.23º | 0.62% | 0.63% | - |
| HSV(B) | 147.23º | 0.54% | 0.86% | - |
| XYZ | 36.42 | 55.71 | 39.4 | - |
| YUV | 176.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 154 | 0.54 | 0 | 0.30 | 0.14 | 147.23 | 0.62 | 0.63 |
| Hex | 64 | DB | 9A | 36 | 0 | 1E | E | 93 | 3E | 3F |
| Octal | 144 | 333 | 232 | 66 | 0 | 36 | 16 | 223 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10011010 | 110110 | 0 | 11110 | 1110 | 10010011 | 111110 | 111111 |
Color Harmonies of #64DB9A
Complementary color
Monochromatic Colors of #64DB9A
Black with #64DB9A
Text Example
Text Example
White with #64DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB9A; }
p { color: rgb(100,219,154); }
H1.HeaderClassName
{
color: #64DB9A;
}
.AnyTagClassName
{
color: #64DB9A;
}
</style>
background-color css
<style>
a { background-color: #64DB9A; }
a { background-color: rgb(100,219,154); }
div.DivClassName
{
background-color: #64DB9A;
}
.BgClassName
{
background-color: #64DB9A;
}
</style>
border-color css
<style>
span { border-color: #64DB9A; }
span { border-color: rgb(100,219,154); }
td.TdClassName
{
border-color: #64DB9A;
}
.TagClassName
{
border-color: #64DB9A;
}
</style>