Shades of Medium Aquamarine #64D29B
Tints of Medium Aquamarine #64D29B
RGB
CMYK
RGB Variations
Color information
#64D29B (or 0x64D29B) is known color: Medium Aquamarine. HEX triplet: 64, D2 and 9B. RGB value is (100,210,155). Sum of RGB (Red+Green+Blue) = 100+210+155=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #64D29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D29B is #9B2D64. Grayscale: #AAAAAA. Windows color (decimal): -10169701 or 10211940. OLE color: 10211940.
HSL color Cylindrical-coordinate representation of color #64D29B: hue angle of 150º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D29B is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 155 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.18 |
| HSL | 150º | 0.55% | 0.61% | - |
| HSV(B) | 150º | 0.52% | 0.82% | - |
| XYZ | 34.22 | 51.17 | 39.08 | - |
| YUV | 170.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 155 | 0.52 | 0 | 0.26 | 0.18 | 150 | 0.55 | 0.61 |
| Hex | 64 | D2 | 9B | 34 | 0 | 1A | 12 | 96 | 37 | 3D |
| Octal | 144 | 322 | 233 | 64 | 0 | 32 | 22 | 226 | 67 | 75 |
| Binary | 1100100 | 11010010 | 10011011 | 110100 | 0 | 11010 | 10010 | 10010110 | 110111 | 111101 |
Color Harmonies of #64D29B
Complementary color
Monochromatic Colors of #64D29B
Black with #64D29B
Text Example
Text Example
White with #64D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D29B; }
p { color: rgb(100,210,155); }
H1.HeaderClassName
{
color: #64D29B;
}
.AnyTagClassName
{
color: #64D29B;
}
</style>
background-color css
<style>
a { background-color: #64D29B; }
a { background-color: rgb(100,210,155); }
div.DivClassName
{
background-color: #64D29B;
}
.BgClassName
{
background-color: #64D29B;
}
</style>
border-color css
<style>
span { border-color: #64D29B; }
span { border-color: rgb(100,210,155); }
td.TdClassName
{
border-color: #64D29B;
}
.TagClassName
{
border-color: #64D29B;
}
</style>