Shades of Aquamarine #64FFB9
Tints of Aquamarine #64FFB9
RGB
CMYK
RGB Variations
Color information
#64FFB9 (or 0x64FFB9) is known color: Aquamarine. HEX triplet: 64, FF and B9. RGB value is (100,255,185). Sum of RGB (Red+Green+Blue) = 100+255+185=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFB9 is #9B0046. Grayscale: #C8C8C8. Windows color (decimal): -10158151 or 12189540. OLE color: 12189540.
HSL color Cylindrical-coordinate representation of color #64FFB9: hue angle of 152.9º 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 #64FFB9 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 185 | - |
| CMYK | 0.61 | 0 | 0.27 | 0 |
| HSL | 152.9º | 1% | 0.7% | - |
| HSV(B) | 152.9º | 0.61% | 1% | - |
| XYZ | 49.77 | 77.73 | 58.28 | - |
| YUV | 200.68 | 119.15 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 185 | 0.61 | 0 | 0.27 | 0 | 152.9 | 1 | 0.7 |
| Hex | 64 | FF | B9 | 3D | 0 | 1B | 0 | 99 | 64 | 46 |
| Octal | 144 | 377 | 271 | 75 | 0 | 33 | 0 | 231 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10111001 | 111101 | 0 | 11011 | 0 | 10011001 | 1100100 | 1000110 |
Color Harmonies of #64FFB9
Complementary color
Monochromatic Colors of #64FFB9
Black with #64FFB9
Text Example
Text Example
White with #64FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFB9; }
p { color: rgb(100,255,185); }
H1.HeaderClassName
{
color: #64FFB9;
}
.AnyTagClassName
{
color: #64FFB9;
}
</style>
background-color css
<style>
a { background-color: #64FFB9; }
a { background-color: rgb(100,255,185); }
div.DivClassName
{
background-color: #64FFB9;
}
.BgClassName
{
background-color: #64FFB9;
}
</style>
border-color css
<style>
span { border-color: #64FFB9; }
span { border-color: rgb(100,255,185); }
td.TdClassName
{
border-color: #64FFB9;
}
.TagClassName
{
border-color: #64FFB9;
}
</style>