Shades of Aquamarine #64FFC1
Tints of Aquamarine #64FFC1
RGB
CMYK
RGB Variations
Color information
#64FFC1 (or 0x64FFC1) is known color: Aquamarine. HEX triplet: 64, FF and C1. RGB value is (100,255,193). Sum of RGB (Red+Green+Blue) = 100+255+193=548 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.25% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFC1 is #9B003E. Grayscale: #C9C9C9. Windows color (decimal): -10158143 or 12713828. OLE color: 12713828.
HSL color Cylindrical-coordinate representation of color #64FFC1: hue angle of 156º 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 #64FFC1 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 193 | - |
| CMYK | 0.61 | 0 | 0.24 | 0 |
| HSL | 156º | 1% | 0.7% | - |
| HSV(B) | 156º | 0.61% | 1% | - |
| XYZ | 50.64 | 78.08 | 62.85 | - |
| YUV | 201.59 | 123.15 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 193 | 0.61 | 0 | 0.24 | 0 | 156 | 1 | 0.7 |
| Hex | 64 | FF | C1 | 3D | 0 | 18 | 0 | 9C | 64 | 46 |
| Octal | 144 | 377 | 301 | 75 | 0 | 30 | 0 | 234 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11000001 | 111101 | 0 | 11000 | 0 | 10011100 | 1100100 | 1000110 |
Color Harmonies of #64FFC1
Complementary color
Monochromatic Colors of #64FFC1
Black with #64FFC1
Text Example
Text Example
White with #64FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFC1; }
p { color: rgb(100,255,193); }
H1.HeaderClassName
{
color: #64FFC1;
}
.AnyTagClassName
{
color: #64FFC1;
}
</style>
background-color css
<style>
a { background-color: #64FFC1; }
a { background-color: rgb(100,255,193); }
div.DivClassName
{
background-color: #64FFC1;
}
.BgClassName
{
background-color: #64FFC1;
}
</style>
border-color css
<style>
span { border-color: #64FFC1; }
span { border-color: rgb(100,255,193); }
td.TdClassName
{
border-color: #64FFC1;
}
.TagClassName
{
border-color: #64FFC1;
}
</style>