Shades of Aquamarine #64FBC5
Tints of Aquamarine #64FBC5
RGB
CMYK
RGB Variations
Color information
#64FBC5 (or 0x64FBC5) is known color: Aquamarine. HEX triplet: 64, FB and C5. RGB value is (100,251,197). Sum of RGB (Red+Green+Blue) = 100+251+197=548 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.25% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBC5 is #9B043A. Grayscale: #C7C7C7. Windows color (decimal): -10159163 or 12974948. OLE color: 12974948.
HSL color Cylindrical-coordinate representation of color #64FBC5: hue angle of 158.54º 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 #64FBC5 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 197 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.02 |
| HSL | 158.54º | 0.95% | 0.69% | - |
| HSV(B) | 158.54º | 0.6% | 0.98% | - |
| XYZ | 49.83 | 75.73 | 64.82 | - |
| YUV | 199.7 | 126.47 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 197 | 0.60 | 0 | 0.22 | 0.02 | 158.54 | 0.95 | 0.69 |
| Hex | 64 | FB | C5 | 3C | 0 | 16 | 2 | 9F | 5F | 45 |
| Octal | 144 | 373 | 305 | 74 | 0 | 26 | 2 | 237 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11000101 | 111100 | 0 | 10110 | 10 | 10011111 | 1011111 | 1000101 |
Color Harmonies of #64FBC5
Complementary color
Monochromatic Colors of #64FBC5
Black with #64FBC5
Text Example
Text Example
White with #64FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBC5; }
p { color: rgb(100,251,197); }
H1.HeaderClassName
{
color: #64FBC5;
}
.AnyTagClassName
{
color: #64FBC5;
}
</style>
background-color css
<style>
a { background-color: #64FBC5; }
a { background-color: rgb(100,251,197); }
div.DivClassName
{
background-color: #64FBC5;
}
.BgClassName
{
background-color: #64FBC5;
}
</style>
border-color css
<style>
span { border-color: #64FBC5; }
span { border-color: rgb(100,251,197); }
td.TdClassName
{
border-color: #64FBC5;
}
.TagClassName
{
border-color: #64FBC5;
}
</style>