Shades of Aquamarine #64FFDF
Tints of Aquamarine #64FFDF
RGB
CMYK
RGB Variations
Color information
#64FFDF (or 0x64FFDF) is known color: Aquamarine. HEX triplet: 64, FF and DF. RGB value is (100,255,223). Sum of RGB (Red+Green+Blue) = 100+255+223=578 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.30% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFDF is #9B0020. Grayscale: #CCCCCC. Windows color (decimal): -10158113 or 14679908. OLE color: 14679908.
HSL color Cylindrical-coordinate representation of color #64FFDF: hue angle of 167.61º 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 #64FFDF is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 223 | - |
| CMYK | 0.61 | 0 | 0.13 | 0 |
| HSL | 167.61º | 1% | 0.7% | - |
| HSV(B) | 167.61º | 0.61% | 1% | - |
| XYZ | 54.33 | 79.56 | 82.3 | - |
| YUV | 205.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 223 | 0.61 | 0 | 0.13 | 0 | 167.61 | 1 | 0.7 |
| Hex | 64 | FF | DF | 3D | 0 | D | 0 | A8 | 64 | 46 |
| Octal | 144 | 377 | 337 | 75 | 0 | 15 | 0 | 250 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11011111 | 111101 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000110 |
Color Harmonies of #64FFDF
Complementary color
Monochromatic Colors of #64FFDF
Black with #64FFDF
Text Example
Text Example
White with #64FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFDF; }
p { color: rgb(100,255,223); }
H1.HeaderClassName
{
color: #64FFDF;
}
.AnyTagClassName
{
color: #64FFDF;
}
</style>
background-color css
<style>
a { background-color: #64FFDF; }
a { background-color: rgb(100,255,223); }
div.DivClassName
{
background-color: #64FFDF;
}
.BgClassName
{
background-color: #64FFDF;
}
</style>
border-color css
<style>
span { border-color: #64FFDF; }
span { border-color: rgb(100,255,223); }
td.TdClassName
{
border-color: #64FFDF;
}
.TagClassName
{
border-color: #64FFDF;
}
</style>