Shades of Aquamarine #64FFCD
Tints of Aquamarine #64FFCD
RGB
CMYK
RGB Variations
Color information
#64FFCD (or 0x64FFCD) is known color: Aquamarine. HEX triplet: 64, FF and CD. RGB value is (100,255,205). Sum of RGB (Red+Green+Blue) = 100+255+205=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFCD is #9B0032. Grayscale: #CBCBCB. Windows color (decimal): -10158131 or 13500260. OLE color: 13500260.
HSL color Cylindrical-coordinate representation of color #64FFCD: hue angle of 160.65º 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 #64FFCD is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 205 | - |
| CMYK | 0.61 | 0 | 0.20 | 0 |
| HSL | 160.65º | 1% | 0.7% | - |
| HSV(B) | 160.65º | 0.61% | 1% | - |
| XYZ | 52.03 | 78.64 | 70.19 | - |
| YUV | 202.96 | 129.15 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 205 | 0.61 | 0 | 0.20 | 0 | 160.65 | 1 | 0.7 |
| Hex | 64 | FF | CD | 3D | 0 | 14 | 0 | A1 | 64 | 46 |
| Octal | 144 | 377 | 315 | 75 | 0 | 24 | 0 | 241 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11001101 | 111101 | 0 | 10100 | 0 | 10100001 | 1100100 | 1000110 |
Color Harmonies of #64FFCD
Complementary color
Monochromatic Colors of #64FFCD
Black with #64FFCD
Text Example
Text Example
White with #64FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFCD; }
p { color: rgb(100,255,205); }
H1.HeaderClassName
{
color: #64FFCD;
}
.AnyTagClassName
{
color: #64FFCD;
}
</style>
background-color css
<style>
a { background-color: #64FFCD; }
a { background-color: rgb(100,255,205); }
div.DivClassName
{
background-color: #64FFCD;
}
.BgClassName
{
background-color: #64FFCD;
}
</style>
border-color css
<style>
span { border-color: #64FFCD; }
span { border-color: rgb(100,255,205); }
td.TdClassName
{
border-color: #64FFCD;
}
.TagClassName
{
border-color: #64FFCD;
}
</style>