Shades of Aquamarine #64F2C3
Tints of Aquamarine #64F2C3
RGB
CMYK
RGB Variations
Color information
#64F2C3 (or 0x64F2C3) is known color: Aquamarine. HEX triplet: 64, F2 and C3. RGB value is (100,242,195). Sum of RGB (Red+Green+Blue) = 100+242+195=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F2C3 is #9B0D3C. Grayscale: #C2C2C2. Windows color (decimal): -10161469 or 12841572. OLE color: 12841572.
HSL color Cylindrical-coordinate representation of color #64F2C3: hue angle of 160.14º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F2C3 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 195 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.05 |
| HSL | 160.14º | 0.85% | 0.67% | - |
| HSV(B) | 160.14º | 0.59% | 0.95% | - |
| XYZ | 46.86 | 70.15 | 62.7 | - |
| YUV | 194.18 | 128.46 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 195 | 0.59 | 0 | 0.19 | 0.05 | 160.14 | 0.85 | 0.67 |
| Hex | 64 | F2 | C3 | 3B | 0 | 13 | 5 | A0 | 55 | 43 |
| Octal | 144 | 362 | 303 | 73 | 0 | 23 | 5 | 240 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11000011 | 111011 | 0 | 10011 | 101 | 10100000 | 1010101 | 1000011 |
Color Harmonies of #64F2C3
Complementary color
Monochromatic Colors of #64F2C3
Black with #64F2C3
Text Example
Text Example
White with #64F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2C3; }
p { color: rgb(100,242,195); }
H1.HeaderClassName
{
color: #64F2C3;
}
.AnyTagClassName
{
color: #64F2C3;
}
</style>
background-color css
<style>
a { background-color: #64F2C3; }
a { background-color: rgb(100,242,195); }
div.DivClassName
{
background-color: #64F2C3;
}
.BgClassName
{
background-color: #64F2C3;
}
</style>
border-color css
<style>
span { border-color: #64F2C3; }
span { border-color: rgb(100,242,195); }
td.TdClassName
{
border-color: #64F2C3;
}
.TagClassName
{
border-color: #64F2C3;
}
</style>