Shades of Aquamarine #64F1C5
Tints of Aquamarine #64F1C5
RGB
CMYK
RGB Variations
Color information
#64F1C5 (or 0x64F1C5) is known color: Aquamarine. HEX triplet: 64, F1 and C5. RGB value is (100,241,197). Sum of RGB (Red+Green+Blue) = 100+241+197=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F1C5 is #9B0E3A. Grayscale: #C1C1C1. Windows color (decimal): -10161723 or 12972388. OLE color: 12972388.
HSL color Cylindrical-coordinate representation of color #64F1C5: hue angle of 161.28º degrees, saturation: 0.83, 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 #64F1C5 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 197 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.05 |
| HSL | 161.28º | 0.83% | 0.67% | - |
| HSV(B) | 161.28º | 0.59% | 0.95% | - |
| XYZ | 46.79 | 69.65 | 63.8 | - |
| YUV | 193.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 197 | 0.59 | 0 | 0.18 | 0.05 | 161.28 | 0.83 | 0.67 |
| Hex | 64 | F1 | C5 | 3B | 0 | 12 | 5 | A1 | 53 | 43 |
| Octal | 144 | 361 | 305 | 73 | 0 | 22 | 5 | 241 | 123 | 103 |
| Binary | 1100100 | 11110001 | 11000101 | 111011 | 0 | 10010 | 101 | 10100001 | 1010011 | 1000011 |
Color Harmonies of #64F1C5
Complementary color
Monochromatic Colors of #64F1C5
Black with #64F1C5
Text Example
Text Example
White with #64F1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F1C5; }
p { color: rgb(100,241,197); }
H1.HeaderClassName
{
color: #64F1C5;
}
.AnyTagClassName
{
color: #64F1C5;
}
</style>
background-color css
<style>
a { background-color: #64F1C5; }
a { background-color: rgb(100,241,197); }
div.DivClassName
{
background-color: #64F1C5;
}
.BgClassName
{
background-color: #64F1C5;
}
</style>
border-color css
<style>
span { border-color: #64F1C5; }
span { border-color: rgb(100,241,197); }
td.TdClassName
{
border-color: #64F1C5;
}
.TagClassName
{
border-color: #64F1C5;
}
</style>