Shades of Medium Aquamarine #64F1AD
Tints of Medium Aquamarine #64F1AD
RGB
CMYK
RGB Variations
Color information
#64F1AD (or 0x64F1AD) is known color: Medium Aquamarine. HEX triplet: 64, F1 and AD. RGB value is (100,241,173). Sum of RGB (Red+Green+Blue) = 100+241+173=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F1AD is #9B0E52. Grayscale: #BFBFBF. Windows color (decimal): -10161747 or 11399524. OLE color: 11399524.
HSL color Cylindrical-coordinate representation of color #64F1AD: hue angle of 151.06º 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 #64F1AD is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 173 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.05 |
| HSL | 151.06º | 0.83% | 0.67% | - |
| HSV(B) | 151.06º | 0.59% | 0.95% | - |
| XYZ | 44.25 | 68.64 | 50.45 | - |
| YUV | 191.09 | 117.79 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 173 | 0.59 | 0 | 0.28 | 0.05 | 151.06 | 0.83 | 0.67 |
| Hex | 64 | F1 | AD | 3B | 0 | 1C | 5 | 97 | 53 | 43 |
| Octal | 144 | 361 | 255 | 73 | 0 | 34 | 5 | 227 | 123 | 103 |
| Binary | 1100100 | 11110001 | 10101101 | 111011 | 0 | 11100 | 101 | 10010111 | 1010011 | 1000011 |
Color Harmonies of #64F1AD
Complementary color
Monochromatic Colors of #64F1AD
Black with #64F1AD
Text Example
Text Example
White with #64F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F1AD; }
p { color: rgb(100,241,173); }
H1.HeaderClassName
{
color: #64F1AD;
}
.AnyTagClassName
{
color: #64F1AD;
}
</style>
background-color css
<style>
a { background-color: #64F1AD; }
a { background-color: rgb(100,241,173); }
div.DivClassName
{
background-color: #64F1AD;
}
.BgClassName
{
background-color: #64F1AD;
}
</style>
border-color css
<style>
span { border-color: #64F1AD; }
span { border-color: rgb(100,241,173); }
td.TdClassName
{
border-color: #64F1AD;
}
.TagClassName
{
border-color: #64F1AD;
}
</style>