Shades of Aquamarine #64FFCF
Tints of Aquamarine #64FFCF
RGB
CMYK
RGB Variations
Color information
#64FFCF (or 0x64FFCF) is known color: Aquamarine. HEX triplet: 64, FF and CF. RGB value is (100,255,207). Sum of RGB (Red+Green+Blue) = 100+255+207=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFCF is #9B0030. Grayscale: #CBCBCB. Windows color (decimal): -10158129 or 13631332. OLE color: 13631332.
HSL color Cylindrical-coordinate representation of color #64FFCF: hue angle of 161.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFCF is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 207 | - |
| CMYK | 0.61 | 0 | 0.19 | 0 |
| HSL | 161.42º | 1% | 0.7% | - |
| HSV(B) | 161.42º | 0.61% | 1% | - |
| XYZ | 52.28 | 78.73 | 71.47 | - |
| YUV | 203.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 207 | 0.61 | 0 | 0.19 | 0 | 161.42 | 1 | 0.7 |
| Hex | 64 | FF | CF | 3D | 0 | 13 | 0 | A1 | 64 | 46 |
| Octal | 144 | 377 | 317 | 75 | 0 | 23 | 0 | 241 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11001111 | 111101 | 0 | 10011 | 0 | 10100001 | 1100100 | 1000110 |
Color Harmonies of #64FFCF
Complementary color
Monochromatic Colors of #64FFCF
Black with #64FFCF
Text Example
Text Example
White with #64FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFCF; }
p { color: rgb(100,255,207); }
H1.HeaderClassName
{
color: #64FFCF;
}
.AnyTagClassName
{
color: #64FFCF;
}
</style>
background-color css
<style>
a { background-color: #64FFCF; }
a { background-color: rgb(100,255,207); }
div.DivClassName
{
background-color: #64FFCF;
}
.BgClassName
{
background-color: #64FFCF;
}
</style>
border-color css
<style>
span { border-color: #64FFCF; }
span { border-color: rgb(100,255,207); }
td.TdClassName
{
border-color: #64FFCF;
}
.TagClassName
{
border-color: #64FFCF;
}
</style>