Shades of Medium Aquamarine #64CB9C
Tints of Medium Aquamarine #64CB9C
RGB
CMYK
RGB Variations
Color information
#64CB9C (or 0x64CB9C) is known color: Medium Aquamarine. HEX triplet: 64, CB and 9C. RGB value is (100,203,156). Sum of RGB (Red+Green+Blue) = 100+203+156=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CB9C is #9B3463. Grayscale: #A6A6A6. Windows color (decimal): -10171492 or 10275684. OLE color: 10275684.
HSL color Cylindrical-coordinate representation of color #64CB9C: hue angle of 152.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CB9C is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 156 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.20 |
| HSL | 152.62º | 0.5% | 0.59% | - |
| HSV(B) | 152.62º | 0.51% | 0.8% | - |
| XYZ | 32.61 | 47.82 | 38.96 | - |
| YUV | 166.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 156 | 0.51 | 0 | 0.23 | 0.20 | 152.62 | 0.5 | 0.59 |
| Hex | 64 | CB | 9C | 33 | 0 | 17 | 14 | 99 | 32 | 3B |
| Octal | 144 | 313 | 234 | 63 | 0 | 27 | 24 | 231 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10011100 | 110011 | 0 | 10111 | 10100 | 10011001 | 110010 | 111011 |
Color Harmonies of #64CB9C
Complementary color
Monochromatic Colors of #64CB9C
Black with #64CB9C
Text Example
Text Example
White with #64CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB9C; }
p { color: rgb(100,203,156); }
H1.HeaderClassName
{
color: #64CB9C;
}
.AnyTagClassName
{
color: #64CB9C;
}
</style>
background-color css
<style>
a { background-color: #64CB9C; }
a { background-color: rgb(100,203,156); }
div.DivClassName
{
background-color: #64CB9C;
}
.BgClassName
{
background-color: #64CB9C;
}
</style>
border-color css
<style>
span { border-color: #64CB9C; }
span { border-color: rgb(100,203,156); }
td.TdClassName
{
border-color: #64CB9C;
}
.TagClassName
{
border-color: #64CB9C;
}
</style>