Shades of Aquamarine #64FAB1
Tints of Aquamarine #64FAB1
RGB
CMYK
RGB Variations
Color information
#64FAB1 (or 0x64FAB1) is known color: Aquamarine. HEX triplet: 64, FA and B1. RGB value is (100,250,177). Sum of RGB (Red+Green+Blue) = 100+250+177=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAB1 is #9B054E. Grayscale: #C4C4C4. Windows color (decimal): -10159439 or 11663972. OLE color: 11663972.
HSL color Cylindrical-coordinate representation of color #64FAB1: hue angle of 150.8º degrees, saturation: 0.94, 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 #64FAB1 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 177 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.02 |
| HSL | 150.8º | 0.94% | 0.69% | - |
| HSV(B) | 150.8º | 0.6% | 0.98% | - |
| XYZ | 47.38 | 74.25 | 53.43 | - |
| YUV | 196.83 | 116.81 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 177 | 0.6 | 0 | 0.29 | 0.02 | 150.8 | 0.94 | 0.69 |
| Hex | 64 | FA | B1 | 3C | 0 | 1D | 2 | 97 | 5E | 45 |
| Octal | 144 | 372 | 261 | 74 | 0 | 35 | 2 | 227 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10110001 | 111100 | 0 | 11101 | 10 | 10010111 | 1011110 | 1000101 |
Color Harmonies of #64FAB1
Complementary color
Monochromatic Colors of #64FAB1
Black with #64FAB1
Text Example
Text Example
White with #64FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAB1; }
p { color: rgb(100,250,177); }
H1.HeaderClassName
{
color: #64FAB1;
}
.AnyTagClassName
{
color: #64FAB1;
}
</style>
background-color css
<style>
a { background-color: #64FAB1; }
a { background-color: rgb(100,250,177); }
div.DivClassName
{
background-color: #64FAB1;
}
.BgClassName
{
background-color: #64FAB1;
}
</style>
border-color css
<style>
span { border-color: #64FAB1; }
span { border-color: rgb(100,250,177); }
td.TdClassName
{
border-color: #64FAB1;
}
.TagClassName
{
border-color: #64FAB1;
}
</style>