Shades of Medium Aquamarine #64F1A8
Tints of Medium Aquamarine #64F1A8
RGB
CMYK
RGB Variations
Color information
#64F1A8 (or 0x64F1A8) is known color: Medium Aquamarine. HEX triplet: 64, F1 and A8. RGB value is (100,241,168). Sum of RGB (Red+Green+Blue) = 100+241+168=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F1A8 is #9B0E57. Grayscale: #BEBEBE. Windows color (decimal): -10161752 or 11071844. OLE color: 11071844.
HSL color Cylindrical-coordinate representation of color #64F1A8: hue angle of 148.94º 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 #64F1A8 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 168 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.05 |
| HSL | 148.94º | 0.83% | 0.67% | - |
| HSV(B) | 148.94º | 0.59% | 0.95% | - |
| XYZ | 43.78 | 68.45 | 47.95 | - |
| YUV | 190.52 | 115.29 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 168 | 0.59 | 0 | 0.30 | 0.05 | 148.94 | 0.83 | 0.67 |
| Hex | 64 | F1 | A8 | 3B | 0 | 1E | 5 | 95 | 53 | 43 |
| Octal | 144 | 361 | 250 | 73 | 0 | 36 | 5 | 225 | 123 | 103 |
| Binary | 1100100 | 11110001 | 10101000 | 111011 | 0 | 11110 | 101 | 10010101 | 1010011 | 1000011 |
Color Harmonies of #64F1A8
Complementary color
Monochromatic Colors of #64F1A8
Black with #64F1A8
Text Example
Text Example
White with #64F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F1A8; }
p { color: rgb(100,241,168); }
H1.HeaderClassName
{
color: #64F1A8;
}
.AnyTagClassName
{
color: #64F1A8;
}
</style>
background-color css
<style>
a { background-color: #64F1A8; }
a { background-color: rgb(100,241,168); }
div.DivClassName
{
background-color: #64F1A8;
}
.BgClassName
{
background-color: #64F1A8;
}
</style>
border-color css
<style>
span { border-color: #64F1A8; }
span { border-color: rgb(100,241,168); }
td.TdClassName
{
border-color: #64F1A8;
}
.TagClassName
{
border-color: #64F1A8;
}
</style>