Shades of Aquamarine #64FFBA
Tints of Aquamarine #64FFBA
RGB
CMYK
RGB Variations
Color information
#64FFBA (or 0x64FFBA) is known color: Aquamarine. HEX triplet: 64, FF and BA. RGB value is (100,255,186). Sum of RGB (Red+Green+Blue) = 100+255+186=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFBA is #9B0045. Grayscale: #C8C8C8. Windows color (decimal): -10158150 or 12255076. OLE color: 12255076.
HSL color Cylindrical-coordinate representation of color #64FFBA: hue angle of 153.29º 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 #64FFBA is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 186 | - |
| CMYK | 0.61 | 0 | 0.27 | 0 |
| HSL | 153.29º | 1% | 0.7% | - |
| HSV(B) | 153.29º | 0.61% | 1% | - |
| XYZ | 49.88 | 77.77 | 58.84 | - |
| YUV | 200.79 | 119.65 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 186 | 0.61 | 0 | 0.27 | 0 | 153.29 | 1 | 0.7 |
| Hex | 64 | FF | BA | 3D | 0 | 1B | 0 | 99 | 64 | 46 |
| Octal | 144 | 377 | 272 | 75 | 0 | 33 | 0 | 231 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10111010 | 111101 | 0 | 11011 | 0 | 10011001 | 1100100 | 1000110 |
Color Harmonies of #64FFBA
Complementary color
Monochromatic Colors of #64FFBA
Black with #64FFBA
Text Example
Text Example
White with #64FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFBA; }
p { color: rgb(100,255,186); }
H1.HeaderClassName
{
color: #64FFBA;
}
.AnyTagClassName
{
color: #64FFBA;
}
</style>
background-color css
<style>
a { background-color: #64FFBA; }
a { background-color: rgb(100,255,186); }
div.DivClassName
{
background-color: #64FFBA;
}
.BgClassName
{
background-color: #64FFBA;
}
</style>
border-color css
<style>
span { border-color: #64FFBA; }
span { border-color: rgb(100,255,186); }
td.TdClassName
{
border-color: #64FFBA;
}
.TagClassName
{
border-color: #64FFBA;
}
</style>