Shades of Aquamarine #64FFC2
Tints of Aquamarine #64FFC2
RGB
CMYK
RGB Variations
Color information
#64FFC2 (or 0x64FFC2) is known color: Aquamarine. HEX triplet: 64, FF and C2. RGB value is (100,255,194). Sum of RGB (Red+Green+Blue) = 100+255+194=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFC2 is #9B003D. Grayscale: #C9C9C9. Windows color (decimal): -10158142 or 12779364. OLE color: 12779364.
HSL color Cylindrical-coordinate representation of color #64FFC2: hue angle of 156.39º 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 #64FFC2 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 194 | - |
| CMYK | 0.61 | 0 | 0.24 | 0 |
| HSL | 156.39º | 1% | 0.7% | - |
| HSV(B) | 156.39º | 0.61% | 1% | - |
| XYZ | 50.75 | 78.12 | 63.44 | - |
| YUV | 201.7 | 123.65 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 194 | 0.61 | 0 | 0.24 | 0 | 156.39 | 1 | 0.7 |
| Hex | 64 | FF | C2 | 3D | 0 | 18 | 0 | 9C | 64 | 46 |
| Octal | 144 | 377 | 302 | 75 | 0 | 30 | 0 | 234 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11000010 | 111101 | 0 | 11000 | 0 | 10011100 | 1100100 | 1000110 |
Color Harmonies of #64FFC2
Complementary color
Monochromatic Colors of #64FFC2
Black with #64FFC2
Text Example
Text Example
White with #64FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFC2; }
p { color: rgb(100,255,194); }
H1.HeaderClassName
{
color: #64FFC2;
}
.AnyTagClassName
{
color: #64FFC2;
}
</style>
background-color css
<style>
a { background-color: #64FFC2; }
a { background-color: rgb(100,255,194); }
div.DivClassName
{
background-color: #64FFC2;
}
.BgClassName
{
background-color: #64FFC2;
}
</style>
border-color css
<style>
span { border-color: #64FFC2; }
span { border-color: rgb(100,255,194); }
td.TdClassName
{
border-color: #64FFC2;
}
.TagClassName
{
border-color: #64FFC2;
}
</style>