Shades of Medium Aquamarine #64D09C
Tints of Medium Aquamarine #64D09C
RGB
CMYK
RGB Variations
Color information
#64D09C (or 0x64D09C) is known color: Medium Aquamarine. HEX triplet: 64, D0 and 9C. RGB value is (100,208,156). Sum of RGB (Red+Green+Blue) = 100+208+156=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #64D09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D09C is #9B2F63. Grayscale: #A9A9A9. Windows color (decimal): -10170212 or 10276964. OLE color: 10276964.
HSL color Cylindrical-coordinate representation of color #64D09C: hue angle of 151.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D09C is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 156 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.18 |
| HSL | 151.11º | 0.53% | 0.6% | - |
| HSV(B) | 151.11º | 0.52% | 0.82% | - |
| XYZ | 33.81 | 50.22 | 39.36 | - |
| YUV | 169.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 156 | 0.52 | 0 | 0.25 | 0.18 | 151.11 | 0.53 | 0.6 |
| Hex | 64 | D0 | 9C | 34 | 0 | 19 | 12 | 97 | 35 | 3C |
| Octal | 144 | 320 | 234 | 64 | 0 | 31 | 22 | 227 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10011100 | 110100 | 0 | 11001 | 10010 | 10010111 | 110101 | 111100 |
Color Harmonies of #64D09C
Complementary color
Monochromatic Colors of #64D09C
Black with #64D09C
Text Example
Text Example
White with #64D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D09C; }
p { color: rgb(100,208,156); }
H1.HeaderClassName
{
color: #64D09C;
}
.AnyTagClassName
{
color: #64D09C;
}
</style>
background-color css
<style>
a { background-color: #64D09C; }
a { background-color: rgb(100,208,156); }
div.DivClassName
{
background-color: #64D09C;
}
.BgClassName
{
background-color: #64D09C;
}
</style>
border-color css
<style>
span { border-color: #64D09C; }
span { border-color: rgb(100,208,156); }
td.TdClassName
{
border-color: #64D09C;
}
.TagClassName
{
border-color: #64D09C;
}
</style>