Shades of Aquamarine #64FEBD
Tints of Aquamarine #64FEBD
RGB
CMYK
RGB Variations
Color information
#64FEBD (or 0x64FEBD) is known color: Aquamarine. HEX triplet: 64, FE and BD. RGB value is (100,254,189). Sum of RGB (Red+Green+Blue) = 100+254+189=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEBD is #9B0142. Grayscale: #C8C8C8. Windows color (decimal): -10158403 or 12451428. OLE color: 12451428.
HSL color Cylindrical-coordinate representation of color #64FEBD: hue angle of 154.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEBD is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 189 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.00 |
| HSL | 154.68º | 0.99% | 0.69% | - |
| HSV(B) | 154.68º | 0.61% | 1% | - |
| XYZ | 49.88 | 77.27 | 60.43 | - |
| YUV | 200.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 189 | 0.61 | 0 | 0.26 | 0.00 | 154.68 | 0.99 | 0.69 |
| Hex | 64 | FE | BD | 3D | 0 | 1A | 0 | 9B | 63 | 45 |
| Octal | 144 | 376 | 275 | 75 | 0 | 32 | 0 | 233 | 143 | 105 |
| Binary | 1100100 | 11111110 | 10111101 | 111101 | 0 | 11010 | 0 | 10011011 | 1100011 | 1000101 |
Color Harmonies of #64FEBD
Complementary color
Monochromatic Colors of #64FEBD
Black with #64FEBD
Text Example
Text Example
White with #64FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEBD; }
p { color: rgb(100,254,189); }
H1.HeaderClassName
{
color: #64FEBD;
}
.AnyTagClassName
{
color: #64FEBD;
}
</style>
background-color css
<style>
a { background-color: #64FEBD; }
a { background-color: rgb(100,254,189); }
div.DivClassName
{
background-color: #64FEBD;
}
.BgClassName
{
background-color: #64FEBD;
}
</style>
border-color css
<style>
span { border-color: #64FEBD; }
span { border-color: rgb(100,254,189); }
td.TdClassName
{
border-color: #64FEBD;
}
.TagClassName
{
border-color: #64FEBD;
}
</style>