Shades of Aquamarine #64FBDF
Tints of Aquamarine #64FBDF
RGB
CMYK
RGB Variations
Color information
#64FBDF (or 0x64FBDF) is known color: Aquamarine. HEX triplet: 64, FB and DF. RGB value is (100,251,223). Sum of RGB (Red+Green+Blue) = 100+251+223=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBDF is #9B0420. Grayscale: #CACACA. Windows color (decimal): -10159137 or 14678884. OLE color: 14678884.
HSL color Cylindrical-coordinate representation of color #64FBDF: hue angle of 168.87º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FBDF is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 223 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.02 |
| HSL | 168.87º | 0.95% | 0.69% | - |
| HSV(B) | 168.87º | 0.6% | 0.98% | - |
| XYZ | 53.07 | 77.03 | 81.88 | - |
| YUV | 202.66 | 139.47 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 223 | 0.60 | 0 | 0.11 | 0.02 | 168.87 | 0.95 | 0.69 |
| Hex | 64 | FB | DF | 3C | 0 | B | 2 | A9 | 5F | 45 |
| Octal | 144 | 373 | 337 | 74 | 0 | 13 | 2 | 251 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11011111 | 111100 | 0 | 1011 | 10 | 10101001 | 1011111 | 1000101 |
Color Harmonies of #64FBDF
Complementary color
Monochromatic Colors of #64FBDF
Black with #64FBDF
Text Example
Text Example
White with #64FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBDF; }
p { color: rgb(100,251,223); }
H1.HeaderClassName
{
color: #64FBDF;
}
.AnyTagClassName
{
color: #64FBDF;
}
</style>
background-color css
<style>
a { background-color: #64FBDF; }
a { background-color: rgb(100,251,223); }
div.DivClassName
{
background-color: #64FBDF;
}
.BgClassName
{
background-color: #64FBDF;
}
</style>
border-color css
<style>
span { border-color: #64FBDF; }
span { border-color: rgb(100,251,223); }
td.TdClassName
{
border-color: #64FBDF;
}
.TagClassName
{
border-color: #64FBDF;
}
</style>