Shades of Aquamarine #64F3BD
Tints of Aquamarine #64F3BD
RGB
CMYK
RGB Variations
Color information
#64F3BD (or 0x64F3BD) is known color: Aquamarine. HEX triplet: 64, F3 and BD. RGB value is (100,243,189). Sum of RGB (Red+Green+Blue) = 100+243+189=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F3BD is #9B0C42. Grayscale: #C2C2C2. Windows color (decimal): -10161219 or 12448612. OLE color: 12448612.
HSL color Cylindrical-coordinate representation of color #64F3BD: hue angle of 157.34º 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 #64F3BD is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 189 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.05 |
| HSL | 157.34º | 0.86% | 0.67% | - |
| HSV(B) | 157.34º | 0.59% | 0.95% | - |
| XYZ | 46.49 | 70.48 | 59.3 | - |
| YUV | 194.09 | 125.12 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 189 | 0.59 | 0 | 0.22 | 0.05 | 157.34 | 0.86 | 0.67 |
| Hex | 64 | F3 | BD | 3B | 0 | 16 | 5 | 9D | 56 | 43 |
| Octal | 144 | 363 | 275 | 73 | 0 | 26 | 5 | 235 | 126 | 103 |
| Binary | 1100100 | 11110011 | 10111101 | 111011 | 0 | 10110 | 101 | 10011101 | 1010110 | 1000011 |
Color Harmonies of #64F3BD
Complementary color
Monochromatic Colors of #64F3BD
Black with #64F3BD
Text Example
Text Example
White with #64F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F3BD; }
p { color: rgb(100,243,189); }
H1.HeaderClassName
{
color: #64F3BD;
}
.AnyTagClassName
{
color: #64F3BD;
}
</style>
background-color css
<style>
a { background-color: #64F3BD; }
a { background-color: rgb(100,243,189); }
div.DivClassName
{
background-color: #64F3BD;
}
.BgClassName
{
background-color: #64F3BD;
}
</style>
border-color css
<style>
span { border-color: #64F3BD; }
span { border-color: rgb(100,243,189); }
td.TdClassName
{
border-color: #64F3BD;
}
.TagClassName
{
border-color: #64F3BD;
}
</style>