Shades of Aquamarine #64FCBB
Tints of Aquamarine #64FCBB
RGB
CMYK
RGB Variations
Color information
#64FCBB (or 0x64FCBB) is known color: Aquamarine. HEX triplet: 64, FC and BB. RGB value is (100,252,187). Sum of RGB (Red+Green+Blue) = 100+252+187=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCBB is #9B0344. Grayscale: #C7C7C7. Windows color (decimal): -10158917 or 12319844. OLE color: 12319844.
HSL color Cylindrical-coordinate representation of color #64FCBB: hue angle of 154.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCBB is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 187 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.01 |
| HSL | 154.34º | 0.96% | 0.69% | - |
| HSV(B) | 154.34º | 0.6% | 0.99% | - |
| XYZ | 49.04 | 75.92 | 59.08 | - |
| YUV | 199.14 | 121.14 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 187 | 0.60 | 0 | 0.26 | 0.01 | 154.34 | 0.96 | 0.69 |
| Hex | 64 | FC | BB | 3C | 0 | 1A | 1 | 9A | 60 | 45 |
| Octal | 144 | 374 | 273 | 74 | 0 | 32 | 1 | 232 | 140 | 105 |
| Binary | 1100100 | 11111100 | 10111011 | 111100 | 0 | 11010 | 1 | 10011010 | 1100000 | 1000101 |
Color Harmonies of #64FCBB
Complementary color
Monochromatic Colors of #64FCBB
Black with #64FCBB
Text Example
Text Example
White with #64FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCBB; }
p { color: rgb(100,252,187); }
H1.HeaderClassName
{
color: #64FCBB;
}
.AnyTagClassName
{
color: #64FCBB;
}
</style>
background-color css
<style>
a { background-color: #64FCBB; }
a { background-color: rgb(100,252,187); }
div.DivClassName
{
background-color: #64FCBB;
}
.BgClassName
{
background-color: #64FCBB;
}
</style>
border-color css
<style>
span { border-color: #64FCBB; }
span { border-color: rgb(100,252,187); }
td.TdClassName
{
border-color: #64FCBB;
}
.TagClassName
{
border-color: #64FCBB;
}
</style>