Shades of Medium Aquamarine #64D19C
Tints of Medium Aquamarine #64D19C
RGB
CMYK
RGB Variations
Color information
#64D19C (or 0x64D19C) is known color: Medium Aquamarine. HEX triplet: 64, D1 and 9C. RGB value is (100,209,156). Sum of RGB (Red+Green+Blue) = 100+209+156=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #64D19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D19C is #9B2E63. Grayscale: #AAAAAA. Windows color (decimal): -10169956 or 10277220. OLE color: 10277220.
HSL color Cylindrical-coordinate representation of color #64D19C: hue angle of 150.83º degrees, saturation: 0.54, 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 #64D19C is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 156 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.18 |
| HSL | 150.83º | 0.54% | 0.61% | - |
| HSV(B) | 150.83º | 0.52% | 0.82% | - |
| XYZ | 34.06 | 50.71 | 39.45 | - |
| YUV | 170.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 156 | 0.52 | 0 | 0.25 | 0.18 | 150.83 | 0.54 | 0.61 |
| Hex | 64 | D1 | 9C | 34 | 0 | 19 | 12 | 97 | 36 | 3D |
| Octal | 144 | 321 | 234 | 64 | 0 | 31 | 22 | 227 | 66 | 75 |
| Binary | 1100100 | 11010001 | 10011100 | 110100 | 0 | 11001 | 10010 | 10010111 | 110110 | 111101 |
Color Harmonies of #64D19C
Complementary color
Monochromatic Colors of #64D19C
Black with #64D19C
Text Example
Text Example
White with #64D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D19C; }
p { color: rgb(100,209,156); }
H1.HeaderClassName
{
color: #64D19C;
}
.AnyTagClassName
{
color: #64D19C;
}
</style>
background-color css
<style>
a { background-color: #64D19C; }
a { background-color: rgb(100,209,156); }
div.DivClassName
{
background-color: #64D19C;
}
.BgClassName
{
background-color: #64D19C;
}
</style>
border-color css
<style>
span { border-color: #64D19C; }
span { border-color: rgb(100,209,156); }
td.TdClassName
{
border-color: #64D19C;
}
.TagClassName
{
border-color: #64D19C;
}
</style>