Shades of Aquamarine #64FFB1
Tints of Aquamarine #64FFB1
RGB
CMYK
RGB Variations
Color information
#64FFB1 (or 0x64FFB1) is known color: Aquamarine. HEX triplet: 64, FF and B1. RGB value is (100,255,177). Sum of RGB (Red+Green+Blue) = 100+255+177=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FFB1 is #9B004E. Grayscale: #C7C7C7. Windows color (decimal): -10158159 or 11665252. OLE color: 11665252.
HSL color Cylindrical-coordinate representation of color #64FFB1: hue angle of 149.81º 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 #64FFB1 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 177 | - |
| CMYK | 0.61 | 0 | 0.31 | 0 |
| HSL | 149.81º | 1% | 0.7% | - |
| HSV(B) | 149.81º | 0.61% | 1% | - |
| XYZ | 48.95 | 77.4 | 53.96 | - |
| YUV | 199.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 177 | 0.61 | 0 | 0.31 | 0 | 149.81 | 1 | 0.7 |
| Hex | 64 | FF | B1 | 3D | 0 | 1F | 0 | 96 | 64 | 46 |
| Octal | 144 | 377 | 261 | 75 | 0 | 37 | 0 | 226 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10110001 | 111101 | 0 | 11111 | 0 | 10010110 | 1100100 | 1000110 |
Color Harmonies of #64FFB1
Complementary color
Monochromatic Colors of #64FFB1
Black with #64FFB1
Text Example
Text Example
White with #64FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFB1; }
p { color: rgb(100,255,177); }
H1.HeaderClassName
{
color: #64FFB1;
}
.AnyTagClassName
{
color: #64FFB1;
}
</style>
background-color css
<style>
a { background-color: #64FFB1; }
a { background-color: rgb(100,255,177); }
div.DivClassName
{
background-color: #64FFB1;
}
.BgClassName
{
background-color: #64FFB1;
}
</style>
border-color css
<style>
span { border-color: #64FFB1; }
span { border-color: rgb(100,255,177); }
td.TdClassName
{
border-color: #64FFB1;
}
.TagClassName
{
border-color: #64FFB1;
}
</style>