Shades of Aquamarine #64F1CE
Tints of Aquamarine #64F1CE
RGB
CMYK
RGB Variations
Color information
#64F1CE (or 0x64F1CE) is known color: Aquamarine. HEX triplet: 64, F1 and CE. RGB value is (100,241,206). Sum of RGB (Red+Green+Blue) = 100+241+206=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F1CE is #9B0E31. Grayscale: #C2C2C2. Windows color (decimal): -10161714 or 13562212. OLE color: 13562212.
HSL color Cylindrical-coordinate representation of color #64F1CE: hue angle of 165.11º 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 #64F1CE is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 206 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.05 |
| HSL | 165.11º | 0.83% | 0.67% | - |
| HSV(B) | 165.11º | 0.59% | 0.95% | - |
| XYZ | 47.85 | 70.08 | 69.4 | - |
| YUV | 194.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 206 | 0.59 | 0 | 0.15 | 0.05 | 165.11 | 0.83 | 0.67 |
| Hex | 64 | F1 | CE | 3B | 0 | F | 5 | A5 | 53 | 43 |
| Octal | 144 | 361 | 316 | 73 | 0 | 17 | 5 | 245 | 123 | 103 |
| Binary | 1100100 | 11110001 | 11001110 | 111011 | 0 | 1111 | 101 | 10100101 | 1010011 | 1000011 |
Color Harmonies of #64F1CE
Complementary color
Monochromatic Colors of #64F1CE
Black with #64F1CE
Text Example
Text Example
White with #64F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F1CE; }
p { color: rgb(100,241,206); }
H1.HeaderClassName
{
color: #64F1CE;
}
.AnyTagClassName
{
color: #64F1CE;
}
</style>
background-color css
<style>
a { background-color: #64F1CE; }
a { background-color: rgb(100,241,206); }
div.DivClassName
{
background-color: #64F1CE;
}
.BgClassName
{
background-color: #64F1CE;
}
</style>
border-color css
<style>
span { border-color: #64F1CE; }
span { border-color: rgb(100,241,206); }
td.TdClassName
{
border-color: #64F1CE;
}
.TagClassName
{
border-color: #64F1CE;
}
</style>