Shades of Aquamarine #64FBCD
Tints of Aquamarine #64FBCD
RGB
CMYK
RGB Variations
Color information
#64FBCD (or 0x64FBCD) is known color: Aquamarine. HEX triplet: 64, FB and CD. RGB value is (100,251,205). Sum of RGB (Red+Green+Blue) = 100+251+205=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBCD is #9B0432. Grayscale: #C8C8C8. Windows color (decimal): -10159155 or 13499236. OLE color: 13499236.
HSL color Cylindrical-coordinate representation of color #64FBCD: hue angle of 161.72º 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 #64FBCD is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 205 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.02 |
| HSL | 161.72º | 0.95% | 0.69% | - |
| HSV(B) | 161.72º | 0.6% | 0.98% | - |
| XYZ | 50.77 | 76.11 | 69.77 | - |
| YUV | 200.61 | 130.47 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 205 | 0.60 | 0 | 0.18 | 0.02 | 161.72 | 0.95 | 0.69 |
| Hex | 64 | FB | CD | 3C | 0 | 12 | 2 | A2 | 5F | 45 |
| Octal | 144 | 373 | 315 | 74 | 0 | 22 | 2 | 242 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11001101 | 111100 | 0 | 10010 | 10 | 10100010 | 1011111 | 1000101 |
Color Harmonies of #64FBCD
Complementary color
Monochromatic Colors of #64FBCD
Black with #64FBCD
Text Example
Text Example
White with #64FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBCD; }
p { color: rgb(100,251,205); }
H1.HeaderClassName
{
color: #64FBCD;
}
.AnyTagClassName
{
color: #64FBCD;
}
</style>
background-color css
<style>
a { background-color: #64FBCD; }
a { background-color: rgb(100,251,205); }
div.DivClassName
{
background-color: #64FBCD;
}
.BgClassName
{
background-color: #64FBCD;
}
</style>
border-color css
<style>
span { border-color: #64FBCD; }
span { border-color: rgb(100,251,205); }
td.TdClassName
{
border-color: #64FBCD;
}
.TagClassName
{
border-color: #64FBCD;
}
</style>