Shades of Aquamarine #64F0CF
Tints of Aquamarine #64F0CF
RGB
CMYK
RGB Variations
Color information
#64F0CF (or 0x64F0CF) is known color: Aquamarine. HEX triplet: 64, F0 and CF. RGB value is (100,240,207). Sum of RGB (Red+Green+Blue) = 100+240+207=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F0CF is #9B0F30. Grayscale: #C2C2C2. Windows color (decimal): -10161969 or 13627492. OLE color: 13627492.
HSL color Cylindrical-coordinate representation of color #64F0CF: hue angle of 165.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F0CF is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 207 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.06 |
| HSL | 165.86º | 0.82% | 0.67% | - |
| HSV(B) | 165.86º | 0.58% | 0.94% | - |
| XYZ | 47.68 | 69.53 | 69.94 | - |
| YUV | 194.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 207 | 0.58 | 0 | 0.14 | 0.06 | 165.86 | 0.82 | 0.67 |
| Hex | 64 | F0 | CF | 3A | 0 | E | 6 | A6 | 52 | 43 |
| Octal | 144 | 360 | 317 | 72 | 0 | 16 | 6 | 246 | 122 | 103 |
| Binary | 1100100 | 11110000 | 11001111 | 111010 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000011 |
Color Harmonies of #64F0CF
Complementary color
Monochromatic Colors of #64F0CF
Black with #64F0CF
Text Example
Text Example
White with #64F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0CF; }
p { color: rgb(100,240,207); }
H1.HeaderClassName
{
color: #64F0CF;
}
.AnyTagClassName
{
color: #64F0CF;
}
</style>
background-color css
<style>
a { background-color: #64F0CF; }
a { background-color: rgb(100,240,207); }
div.DivClassName
{
background-color: #64F0CF;
}
.BgClassName
{
background-color: #64F0CF;
}
</style>
border-color css
<style>
span { border-color: #64F0CF; }
span { border-color: rgb(100,240,207); }
td.TdClassName
{
border-color: #64F0CF;
}
.TagClassName
{
border-color: #64F0CF;
}
</style>