Shades of Medium Aquamarine #64DCB2
Tints of Medium Aquamarine #64DCB2
RGB
CMYK
RGB Variations
Color information
#64DCB2 (or 0x64DCB2) is known color: Medium Aquamarine. HEX triplet: 64, DC and B2. RGB value is (100,220,178). Sum of RGB (Red+Green+Blue) = 100+220+178=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DCB2 is #9B234D. Grayscale: #B3B3B3. Windows color (decimal): -10167118 or 11721828. OLE color: 11721828.
HSL color Cylindrical-coordinate representation of color #64DCB2: hue angle of 159º 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 #64DCB2 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 178 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.14 |
| HSL | 159º | 0.63% | 0.63% | - |
| HSV(B) | 159º | 0.55% | 0.86% | - |
| XYZ | 38.88 | 57.11 | 51.09 | - |
| YUV | 179.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 178 | 0.55 | 0 | 0.19 | 0.14 | 159 | 0.63 | 0.63 |
| Hex | 64 | DC | B2 | 37 | 0 | 13 | E | 9F | 3F | 3F |
| Octal | 144 | 334 | 262 | 67 | 0 | 23 | 16 | 237 | 77 | 77 |
| Binary | 1100100 | 11011100 | 10110010 | 110111 | 0 | 10011 | 1110 | 10011111 | 111111 | 111111 |
Color Harmonies of #64DCB2
Complementary color
Monochromatic Colors of #64DCB2
Black with #64DCB2
Text Example
Text Example
White with #64DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCB2; }
p { color: rgb(100,220,178); }
H1.HeaderClassName
{
color: #64DCB2;
}
.AnyTagClassName
{
color: #64DCB2;
}
</style>
background-color css
<style>
a { background-color: #64DCB2; }
a { background-color: rgb(100,220,178); }
div.DivClassName
{
background-color: #64DCB2;
}
.BgClassName
{
background-color: #64DCB2;
}
</style>
border-color css
<style>
span { border-color: #64DCB2; }
span { border-color: rgb(100,220,178); }
td.TdClassName
{
border-color: #64DCB2;
}
.TagClassName
{
border-color: #64DCB2;
}
</style>