Shades of Aquamarine #64FBBB
Tints of Aquamarine #64FBBB
RGB
CMYK
RGB Variations
Color information
#64FBBB (or 0x64FBBB) is known color: Aquamarine. HEX triplet: 64, FB and BB. RGB value is (100,251,187). Sum of RGB (Red+Green+Blue) = 100+251+187=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBBB is #9B0444. Grayscale: #C6C6C6. Windows color (decimal): -10159173 or 12319588. OLE color: 12319588.
HSL color Cylindrical-coordinate representation of color #64FBBB: hue angle of 154.57º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FBBB is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 187 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.02 |
| HSL | 154.57º | 0.95% | 0.69% | - |
| HSV(B) | 154.57º | 0.6% | 0.98% | - |
| XYZ | 48.72 | 75.29 | 58.98 | - |
| YUV | 198.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 187 | 0.60 | 0 | 0.25 | 0.02 | 154.57 | 0.95 | 0.69 |
| Hex | 64 | FB | BB | 3C | 0 | 19 | 2 | 9B | 5F | 45 |
| Octal | 144 | 373 | 273 | 74 | 0 | 31 | 2 | 233 | 137 | 105 |
| Binary | 1100100 | 11111011 | 10111011 | 111100 | 0 | 11001 | 10 | 10011011 | 1011111 | 1000101 |
Color Harmonies of #64FBBB
Complementary color
Monochromatic Colors of #64FBBB
Black with #64FBBB
Text Example
Text Example
White with #64FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBBB; }
p { color: rgb(100,251,187); }
H1.HeaderClassName
{
color: #64FBBB;
}
.AnyTagClassName
{
color: #64FBBB;
}
</style>
background-color css
<style>
a { background-color: #64FBBB; }
a { background-color: rgb(100,251,187); }
div.DivClassName
{
background-color: #64FBBB;
}
.BgClassName
{
background-color: #64FBBB;
}
</style>
border-color css
<style>
span { border-color: #64FBBB; }
span { border-color: rgb(100,251,187); }
td.TdClassName
{
border-color: #64FBBB;
}
.TagClassName
{
border-color: #64FBBB;
}
</style>