Shades of Aquamarine #64FDBD
Tints of Aquamarine #64FDBD
RGB
CMYK
RGB Variations
Color information
#64FDBD (or 0x64FDBD) is known color: Aquamarine. HEX triplet: 64, FD and BD. RGB value is (100,253,189). Sum of RGB (Red+Green+Blue) = 100+253+189=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FDBD is #9B0242. Grayscale: #C8C8C8. Windows color (decimal): -10158659 or 12451172. OLE color: 12451172.
HSL color Cylindrical-coordinate representation of color #64FDBD: hue angle of 154.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FDBD is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 189 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.01 |
| HSL | 154.9º | 0.97% | 0.69% | - |
| HSV(B) | 154.9º | 0.6% | 0.99% | - |
| XYZ | 49.57 | 76.63 | 60.32 | - |
| YUV | 199.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 189 | 0.60 | 0 | 0.25 | 0.01 | 154.9 | 0.97 | 0.69 |
| Hex | 64 | FD | BD | 3C | 0 | 19 | 1 | 9B | 61 | 45 |
| Octal | 144 | 375 | 275 | 74 | 0 | 31 | 1 | 233 | 141 | 105 |
| Binary | 1100100 | 11111101 | 10111101 | 111100 | 0 | 11001 | 1 | 10011011 | 1100001 | 1000101 |
Color Harmonies of #64FDBD
Complementary color
Monochromatic Colors of #64FDBD
Black with #64FDBD
Text Example
Text Example
White with #64FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDBD; }
p { color: rgb(100,253,189); }
H1.HeaderClassName
{
color: #64FDBD;
}
.AnyTagClassName
{
color: #64FDBD;
}
</style>
background-color css
<style>
a { background-color: #64FDBD; }
a { background-color: rgb(100,253,189); }
div.DivClassName
{
background-color: #64FDBD;
}
.BgClassName
{
background-color: #64FDBD;
}
</style>
border-color css
<style>
span { border-color: #64FDBD; }
span { border-color: rgb(100,253,189); }
td.TdClassName
{
border-color: #64FDBD;
}
.TagClassName
{
border-color: #64FDBD;
}
</style>