Shades of Medium Aquamarine #64DCB5
Tints of Medium Aquamarine #64DCB5
RGB
CMYK
RGB Variations
Color information
#64DCB5 (or 0x64DCB5) is known color: Medium Aquamarine. HEX triplet: 64, DC and B5. RGB value is (100,220,181). Sum of RGB (Red+Green+Blue) = 100+220+181=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCB5 is #9B234A. Grayscale: #B3B3B3. Windows color (decimal): -10167115 or 11918436. OLE color: 11918436.
HSL color Cylindrical-coordinate representation of color #64DCB5: hue angle of 160.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCB5 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 181 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.14 |
| HSL | 160.5º | 0.63% | 0.63% | - |
| HSV(B) | 160.5º | 0.55% | 0.86% | - |
| XYZ | 39.19 | 57.23 | 52.7 | - |
| YUV | 179.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 181 | 0.55 | 0 | 0.18 | 0.14 | 160.5 | 0.63 | 0.63 |
| Hex | 64 | DC | B5 | 37 | 0 | 12 | E | A0 | 3F | 3F |
| Octal | 144 | 334 | 265 | 67 | 0 | 22 | 16 | 240 | 77 | 77 |
| Binary | 1100100 | 11011100 | 10110101 | 110111 | 0 | 10010 | 1110 | 10100000 | 111111 | 111111 |
Color Harmonies of #64DCB5
Complementary color
Monochromatic Colors of #64DCB5
Black with #64DCB5
Text Example
Text Example
White with #64DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCB5; }
p { color: rgb(100,220,181); }
H1.HeaderClassName
{
color: #64DCB5;
}
.AnyTagClassName
{
color: #64DCB5;
}
</style>
background-color css
<style>
a { background-color: #64DCB5; }
a { background-color: rgb(100,220,181); }
div.DivClassName
{
background-color: #64DCB5;
}
.BgClassName
{
background-color: #64DCB5;
}
</style>
border-color css
<style>
span { border-color: #64DCB5; }
span { border-color: rgb(100,220,181); }
td.TdClassName
{
border-color: #64DCB5;
}
.TagClassName
{
border-color: #64DCB5;
}
</style>