Shades of Aquamarine #64FFBC
Tints of Aquamarine #64FFBC
RGB
CMYK
RGB Variations
Color information
#64FFBC (or 0x64FFBC) is known color: Aquamarine. HEX triplet: 64, FF and BC. RGB value is (100,255,188). Sum of RGB (Red+Green+Blue) = 100+255+188=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFBC is #9B0043. Grayscale: #C9C9C9. Windows color (decimal): -10158148 or 12386148. OLE color: 12386148.
HSL color Cylindrical-coordinate representation of color #64FFBC: hue angle of 154.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFBC is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 188 | - |
| CMYK | 0.61 | 0 | 0.26 | 0 |
| HSL | 154.06º | 1% | 0.7% | - |
| HSV(B) | 154.06º | 0.61% | 1% | - |
| XYZ | 50.09 | 77.86 | 59.97 | - |
| YUV | 201.02 | 120.65 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 188 | 0.61 | 0 | 0.26 | 0 | 154.06 | 1 | 0.7 |
| Hex | 64 | FF | BC | 3D | 0 | 1A | 0 | 9A | 64 | 46 |
| Octal | 144 | 377 | 274 | 75 | 0 | 32 | 0 | 232 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10111100 | 111101 | 0 | 11010 | 0 | 10011010 | 1100100 | 1000110 |
Color Harmonies of #64FFBC
Complementary color
Monochromatic Colors of #64FFBC
Black with #64FFBC
Text Example
Text Example
White with #64FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFBC; }
p { color: rgb(100,255,188); }
H1.HeaderClassName
{
color: #64FFBC;
}
.AnyTagClassName
{
color: #64FFBC;
}
</style>
background-color css
<style>
a { background-color: #64FFBC; }
a { background-color: rgb(100,255,188); }
div.DivClassName
{
background-color: #64FFBC;
}
.BgClassName
{
background-color: #64FFBC;
}
</style>
border-color css
<style>
span { border-color: #64FFBC; }
span { border-color: rgb(100,255,188); }
td.TdClassName
{
border-color: #64FFBC;
}
.TagClassName
{
border-color: #64FFBC;
}
</style>