Shades of Medium Aquamarine #64F39C
Tints of Medium Aquamarine #64F39C
RGB
CMYK
RGB Variations
Color information
#64F39C (or 0x64F39C) is known color: Medium Aquamarine. HEX triplet: 64, F3 and 9C. RGB value is (100,243,156). Sum of RGB (Red+Green+Blue) = 100+243+156=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #64F39C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F39C is #9B0C63. Grayscale: #BEBEBE. Windows color (decimal): -10161252 or 10285924. OLE color: 10285924.
HSL color Cylindrical-coordinate representation of color #64F39C: hue angle of 143.5º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F39C is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 156 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.05 |
| HSL | 143.5º | 0.86% | 0.67% | - |
| HSV(B) | 143.5º | 0.59% | 0.95% | - |
| XYZ | 43.31 | 69.21 | 42.53 | - |
| YUV | 190.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 156 | 0.59 | 0 | 0.36 | 0.05 | 143.5 | 0.86 | 0.67 |
| Hex | 64 | F3 | 9C | 3B | 0 | 24 | 5 | 8F | 56 | 43 |
| Octal | 144 | 363 | 234 | 73 | 0 | 44 | 5 | 217 | 126 | 103 |
| Binary | 1100100 | 11110011 | 10011100 | 111011 | 0 | 100100 | 101 | 10001111 | 1010110 | 1000011 |
Color Harmonies of #64F39C
Complementary color
Monochromatic Colors of #64F39C
Black with #64F39C
Text Example
Text Example
White with #64F39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F39C; }
p { color: rgb(100,243,156); }
H1.HeaderClassName
{
color: #64F39C;
}
.AnyTagClassName
{
color: #64F39C;
}
</style>
background-color css
<style>
a { background-color: #64F39C; }
a { background-color: rgb(100,243,156); }
div.DivClassName
{
background-color: #64F39C;
}
.BgClassName
{
background-color: #64F39C;
}
</style>
border-color css
<style>
span { border-color: #64F39C; }
span { border-color: rgb(100,243,156); }
td.TdClassName
{
border-color: #64F39C;
}
.TagClassName
{
border-color: #64F39C;
}
</style>