Shades of Aquamarine #64F8BF
Tints of Aquamarine #64F8BF
RGB
CMYK
RGB Variations
Color information
#64F8BF (or 0x64F8BF) is known color: Aquamarine. HEX triplet: 64, F8 and BF. RGB value is (100,248,191). Sum of RGB (Red+Green+Blue) = 100+248+191=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F8BF is #9B0740. Grayscale: #C5C5C5. Windows color (decimal): -10159937 or 12580964. OLE color: 12580964.
HSL color Cylindrical-coordinate representation of color #64F8BF: hue angle of 156.89º degrees, saturation: 0.91, 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 #64F8BF is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 191 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.03 |
| HSL | 156.89º | 0.91% | 0.68% | - |
| HSV(B) | 156.89º | 0.6% | 0.97% | - |
| XYZ | 48.23 | 73.61 | 60.96 | - |
| YUV | 197.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 191 | 0.60 | 0 | 0.23 | 0.03 | 156.89 | 0.91 | 0.68 |
| Hex | 64 | F8 | BF | 3C | 0 | 17 | 3 | 9D | 5B | 44 |
| Octal | 144 | 370 | 277 | 74 | 0 | 27 | 3 | 235 | 133 | 104 |
| Binary | 1100100 | 11111000 | 10111111 | 111100 | 0 | 10111 | 11 | 10011101 | 1011011 | 1000100 |
Color Harmonies of #64F8BF
Complementary color
Monochromatic Colors of #64F8BF
Black with #64F8BF
Text Example
Text Example
White with #64F8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F8BF; }
p { color: rgb(100,248,191); }
H1.HeaderClassName
{
color: #64F8BF;
}
.AnyTagClassName
{
color: #64F8BF;
}
</style>
background-color css
<style>
a { background-color: #64F8BF; }
a { background-color: rgb(100,248,191); }
div.DivClassName
{
background-color: #64F8BF;
}
.BgClassName
{
background-color: #64F8BF;
}
</style>
border-color css
<style>
span { border-color: #64F8BF; }
span { border-color: rgb(100,248,191); }
td.TdClassName
{
border-color: #64F8BF;
}
.TagClassName
{
border-color: #64F8BF;
}
</style>