Shades of Aquamarine #64F7BC
Tints of Aquamarine #64F7BC
RGB
CMYK
RGB Variations
Color information
#64F7BC (or 0x64F7BC) is known color: Aquamarine. HEX triplet: 64, F7 and BC. RGB value is (100,247,188). Sum of RGB (Red+Green+Blue) = 100+247+188=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F7BC is #9B0843. Grayscale: #C4C4C4. Windows color (decimal): -10160196 or 12384100. OLE color: 12384100.
HSL color Cylindrical-coordinate representation of color #64F7BC: hue angle of 155.92º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7BC is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 188 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.03 |
| HSL | 155.92º | 0.9% | 0.68% | - |
| HSV(B) | 155.92º | 0.6% | 0.97% | - |
| XYZ | 47.59 | 72.86 | 59.13 | - |
| YUV | 196.32 | 123.3 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 188 | 0.60 | 0 | 0.24 | 0.03 | 155.92 | 0.9 | 0.68 |
| Hex | 64 | F7 | BC | 3C | 0 | 18 | 3 | 9C | 5A | 44 |
| Octal | 144 | 367 | 274 | 74 | 0 | 30 | 3 | 234 | 132 | 104 |
| Binary | 1100100 | 11110111 | 10111100 | 111100 | 0 | 11000 | 11 | 10011100 | 1011010 | 1000100 |
Color Harmonies of #64F7BC
Complementary color
Monochromatic Colors of #64F7BC
Black with #64F7BC
Text Example
Text Example
White with #64F7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F7BC; }
p { color: rgb(100,247,188); }
H1.HeaderClassName
{
color: #64F7BC;
}
.AnyTagClassName
{
color: #64F7BC;
}
</style>
background-color css
<style>
a { background-color: #64F7BC; }
a { background-color: rgb(100,247,188); }
div.DivClassName
{
background-color: #64F7BC;
}
.BgClassName
{
background-color: #64F7BC;
}
</style>
border-color css
<style>
span { border-color: #64F7BC; }
span { border-color: rgb(100,247,188); }
td.TdClassName
{
border-color: #64F7BC;
}
.TagClassName
{
border-color: #64F7BC;
}
</style>