Shades of Medium Aquamarine #64F195
Tints of Medium Aquamarine #64F195
RGB
CMYK
RGB Variations
Color information
#64F195 (or 0x64F195) is known color: Medium Aquamarine. HEX triplet: 64, F1 and 95. RGB value is (100,241,149). Sum of RGB (Red+Green+Blue) = 100+241+149=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #64F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F195 is #9B0E6A. Grayscale: #BCBCBC. Windows color (decimal): -10161771 or 9826660. OLE color: 9826660.
HSL color Cylindrical-coordinate representation of color #64F195: hue angle of 140.85º degrees, saturation: 0.83, 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 #64F195 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 149 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.05 |
| HSL | 140.85º | 0.83% | 0.67% | - |
| HSV(B) | 140.85º | 0.59% | 0.95% | - |
| XYZ | 42.14 | 67.79 | 39.3 | - |
| YUV | 188.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 149 | 0.59 | 0 | 0.38 | 0.05 | 140.85 | 0.83 | 0.67 |
| Hex | 64 | F1 | 95 | 3B | 0 | 26 | 5 | 8D | 53 | 43 |
| Octal | 144 | 361 | 225 | 73 | 0 | 46 | 5 | 215 | 123 | 103 |
| Binary | 1100100 | 11110001 | 10010101 | 111011 | 0 | 100110 | 101 | 10001101 | 1010011 | 1000011 |
Color Harmonies of #64F195
Complementary color
Monochromatic Colors of #64F195
Black with #64F195
Text Example
Text Example
White with #64F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F195; }
p { color: rgb(100,241,149); }
H1.HeaderClassName
{
color: #64F195;
}
.AnyTagClassName
{
color: #64F195;
}
</style>
background-color css
<style>
a { background-color: #64F195; }
a { background-color: rgb(100,241,149); }
div.DivClassName
{
background-color: #64F195;
}
.BgClassName
{
background-color: #64F195;
}
</style>
border-color css
<style>
span { border-color: #64F195; }
span { border-color: rgb(100,241,149); }
td.TdClassName
{
border-color: #64F195;
}
.TagClassName
{
border-color: #64F195;
}
</style>