Shades of Aquamarine #64FBB0
Tints of Aquamarine #64FBB0
RGB
CMYK
RGB Variations
Color information
#64FBB0 (or 0x64FBB0) is known color: Aquamarine. HEX triplet: 64, FB and B0. RGB value is (100,251,176). Sum of RGB (Red+Green+Blue) = 100+251+176=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FBB0 is #9B044F. Grayscale: #C5C5C5. Windows color (decimal): -10159184 or 11598692. OLE color: 11598692.
HSL color Cylindrical-coordinate representation of color #64FBB0: hue angle of 150.2º degrees, saturation: 0.95, 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 #64FBB0 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 176 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.02 |
| HSL | 150.2º | 0.95% | 0.69% | - |
| HSV(B) | 150.2º | 0.6% | 0.98% | - |
| XYZ | 47.59 | 74.84 | 53.01 | - |
| YUV | 197.3 | 115.97 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 176 | 0.60 | 0 | 0.30 | 0.02 | 150.2 | 0.95 | 0.69 |
| Hex | 64 | FB | B0 | 3C | 0 | 1E | 2 | 96 | 5F | 45 |
| Octal | 144 | 373 | 260 | 74 | 0 | 36 | 2 | 226 | 137 | 105 |
| Binary | 1100100 | 11111011 | 10110000 | 111100 | 0 | 11110 | 10 | 10010110 | 1011111 | 1000101 |
Color Harmonies of #64FBB0
Complementary color
Monochromatic Colors of #64FBB0
Black with #64FBB0
Text Example
Text Example
White with #64FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBB0; }
p { color: rgb(100,251,176); }
H1.HeaderClassName
{
color: #64FBB0;
}
.AnyTagClassName
{
color: #64FBB0;
}
</style>
background-color css
<style>
a { background-color: #64FBB0; }
a { background-color: rgb(100,251,176); }
div.DivClassName
{
background-color: #64FBB0;
}
.BgClassName
{
background-color: #64FBB0;
}
</style>
border-color css
<style>
span { border-color: #64FBB0; }
span { border-color: rgb(100,251,176); }
td.TdClassName
{
border-color: #64FBB0;
}
.TagClassName
{
border-color: #64FBB0;
}
</style>