Shades of Medium Aquamarine #64F39B
Tints of Medium Aquamarine #64F39B
RGB
CMYK
RGB Variations
Color information
#64F39B (or 0x64F39B) is known color: Medium Aquamarine. HEX triplet: 64, F3 and 9B. RGB value is (100,243,155). Sum of RGB (Red+Green+Blue) = 100+243+155=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #64F39B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F39B is #9B0C64. Grayscale: #BEBEBE. Windows color (decimal): -10161253 or 10220388. OLE color: 10220388.
HSL color Cylindrical-coordinate representation of color #64F39B: hue angle of 143.08º 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 #64F39B is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 155 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.05 |
| HSL | 143.08º | 0.86% | 0.67% | - |
| HSV(B) | 143.08º | 0.59% | 0.95% | - |
| XYZ | 43.22 | 69.18 | 42.08 | - |
| YUV | 190.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 155 | 0.59 | 0 | 0.36 | 0.05 | 143.08 | 0.86 | 0.67 |
| Hex | 64 | F3 | 9B | 3B | 0 | 24 | 5 | 8F | 56 | 43 |
| Octal | 144 | 363 | 233 | 73 | 0 | 44 | 5 | 217 | 126 | 103 |
| Binary | 1100100 | 11110011 | 10011011 | 111011 | 0 | 100100 | 101 | 10001111 | 1010110 | 1000011 |
Color Harmonies of #64F39B
Complementary color
Monochromatic Colors of #64F39B
Black with #64F39B
Text Example
Text Example
White with #64F39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F39B; }
p { color: rgb(100,243,155); }
H1.HeaderClassName
{
color: #64F39B;
}
.AnyTagClassName
{
color: #64F39B;
}
</style>
background-color css
<style>
a { background-color: #64F39B; }
a { background-color: rgb(100,243,155); }
div.DivClassName
{
background-color: #64F39B;
}
.BgClassName
{
background-color: #64F39B;
}
</style>
border-color css
<style>
span { border-color: #64F39B; }
span { border-color: rgb(100,243,155); }
td.TdClassName
{
border-color: #64F39B;
}
.TagClassName
{
border-color: #64F39B;
}
</style>