Shades of Medium Aquamarine #64DBB5
Tints of Medium Aquamarine #64DBB5
RGB
CMYK
RGB Variations
Color information
#64DBB5 (or 0x64DBB5) is known color: Medium Aquamarine. HEX triplet: 64, DB and B5. RGB value is (100,219,181). Sum of RGB (Red+Green+Blue) = 100+219+181=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBB5 is #9B244A. Grayscale: #B3B3B3. Windows color (decimal): -10167371 or 11918180. OLE color: 11918180.
HSL color Cylindrical-coordinate representation of color #64DBB5: hue angle of 160.84º 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 #64DBB5 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 181 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.14 |
| HSL | 160.84º | 0.62% | 0.63% | - |
| HSV(B) | 160.84º | 0.54% | 0.86% | - |
| XYZ | 38.93 | 56.71 | 52.61 | - |
| YUV | 179.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 181 | 0.54 | 0 | 0.17 | 0.14 | 160.84 | 0.62 | 0.63 |
| Hex | 64 | DB | B5 | 36 | 0 | 11 | E | A1 | 3E | 3F |
| Octal | 144 | 333 | 265 | 66 | 0 | 21 | 16 | 241 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10110101 | 110110 | 0 | 10001 | 1110 | 10100001 | 111110 | 111111 |
Color Harmonies of #64DBB5
Complementary color
Monochromatic Colors of #64DBB5
Black with #64DBB5
Text Example
Text Example
White with #64DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBB5; }
p { color: rgb(100,219,181); }
H1.HeaderClassName
{
color: #64DBB5;
}
.AnyTagClassName
{
color: #64DBB5;
}
</style>
background-color css
<style>
a { background-color: #64DBB5; }
a { background-color: rgb(100,219,181); }
div.DivClassName
{
background-color: #64DBB5;
}
.BgClassName
{
background-color: #64DBB5;
}
</style>
border-color css
<style>
span { border-color: #64DBB5; }
span { border-color: rgb(100,219,181); }
td.TdClassName
{
border-color: #64DBB5;
}
.TagClassName
{
border-color: #64DBB5;
}
</style>