Shades of Aquamarine #64F6B7
Tints of Aquamarine #64F6B7
RGB
CMYK
RGB Variations
Color information
#64F6B7 (or 0x64F6B7) is known color: Aquamarine. HEX triplet: 64, F6 and B7. RGB value is (100,246,183). Sum of RGB (Red+Green+Blue) = 100+246+183=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F6B7 is #9B0948. Grayscale: #C3C3C3. Windows color (decimal): -10160457 or 12056164. OLE color: 12056164.
HSL color Cylindrical-coordinate representation of color #64F6B7: hue angle of 154.11º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6B7 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 183 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.04 |
| HSL | 154.11º | 0.89% | 0.68% | - |
| HSV(B) | 154.11º | 0.59% | 0.96% | - |
| XYZ | 46.76 | 72.04 | 56.24 | - |
| YUV | 195.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 183 | 0.59 | 0 | 0.26 | 0.04 | 154.11 | 0.89 | 0.68 |
| Hex | 64 | F6 | B7 | 3B | 0 | 1A | 4 | 9A | 59 | 44 |
| Octal | 144 | 366 | 267 | 73 | 0 | 32 | 4 | 232 | 131 | 104 |
| Binary | 1100100 | 11110110 | 10110111 | 111011 | 0 | 11010 | 100 | 10011010 | 1011001 | 1000100 |
Color Harmonies of #64F6B7
Complementary color
Monochromatic Colors of #64F6B7
Black with #64F6B7
Text Example
Text Example
White with #64F6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6B7; }
p { color: rgb(100,246,183); }
H1.HeaderClassName
{
color: #64F6B7;
}
.AnyTagClassName
{
color: #64F6B7;
}
</style>
background-color css
<style>
a { background-color: #64F6B7; }
a { background-color: rgb(100,246,183); }
div.DivClassName
{
background-color: #64F6B7;
}
.BgClassName
{
background-color: #64F6B7;
}
</style>
border-color css
<style>
span { border-color: #64F6B7; }
span { border-color: rgb(100,246,183); }
td.TdClassName
{
border-color: #64F6B7;
}
.TagClassName
{
border-color: #64F6B7;
}
</style>