Shades of Aquamarine #64EFCF
Tints of Aquamarine #64EFCF
RGB
CMYK
RGB Variations
Color information
#64EFCF (or 0x64EFCF) is known color: Aquamarine. HEX triplet: 64, EF and CF. RGB value is (100,239,207). Sum of RGB (Red+Green+Blue) = 100+239+207=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFCF is #9B1030. Grayscale: #C1C1C1. Windows color (decimal): -10162225 or 13627236. OLE color: 13627236.
HSL color Cylindrical-coordinate representation of color #64EFCF: hue angle of 166.19º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFCF is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 207 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.06 |
| HSL | 166.19º | 0.81% | 0.66% | - |
| HSV(B) | 166.19º | 0.58% | 0.94% | - |
| XYZ | 47.38 | 68.95 | 69.84 | - |
| YUV | 193.79 | 135.45 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 207 | 0.58 | 0 | 0.13 | 0.06 | 166.19 | 0.81 | 0.66 |
| Hex | 64 | EF | CF | 3A | 0 | D | 6 | A6 | 51 | 42 |
| Octal | 144 | 357 | 317 | 72 | 0 | 15 | 6 | 246 | 121 | 102 |
| Binary | 1100100 | 11101111 | 11001111 | 111010 | 0 | 1101 | 110 | 10100110 | 1010001 | 1000010 |
Color Harmonies of #64EFCF
Complementary color
Monochromatic Colors of #64EFCF
Black with #64EFCF
Text Example
Text Example
White with #64EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFCF; }
p { color: rgb(100,239,207); }
H1.HeaderClassName
{
color: #64EFCF;
}
.AnyTagClassName
{
color: #64EFCF;
}
</style>
background-color css
<style>
a { background-color: #64EFCF; }
a { background-color: rgb(100,239,207); }
div.DivClassName
{
background-color: #64EFCF;
}
.BgClassName
{
background-color: #64EFCF;
}
</style>
border-color css
<style>
span { border-color: #64EFCF; }
span { border-color: rgb(100,239,207); }
td.TdClassName
{
border-color: #64EFCF;
}
.TagClassName
{
border-color: #64EFCF;
}
</style>