Shades of Aquamarine #64FEBF
Tints of Aquamarine #64FEBF
RGB
CMYK
RGB Variations
Color information
#64FEBF (or 0x64FEBF) is known color: Aquamarine. HEX triplet: 64, FE and BF. RGB value is (100,254,191). Sum of RGB (Red+Green+Blue) = 100+254+191=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEBF is #9B0140. Grayscale: #C8C8C8. Windows color (decimal): -10158401 or 12582500. OLE color: 12582500.
HSL color Cylindrical-coordinate representation of color #64FEBF: hue angle of 155.45º 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 #64FEBF is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 191 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.00 |
| HSL | 155.45º | 0.99% | 0.69% | - |
| HSV(B) | 155.45º | 0.61% | 1% | - |
| XYZ | 50.1 | 77.35 | 61.58 | - |
| YUV | 200.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 191 | 0.61 | 0 | 0.25 | 0.00 | 155.45 | 0.99 | 0.69 |
| Hex | 64 | FE | BF | 3D | 0 | 19 | 0 | 9B | 63 | 45 |
| Octal | 144 | 376 | 277 | 75 | 0 | 31 | 0 | 233 | 143 | 105 |
| Binary | 1100100 | 11111110 | 10111111 | 111101 | 0 | 11001 | 0 | 10011011 | 1100011 | 1000101 |
Color Harmonies of #64FEBF
Complementary color
Monochromatic Colors of #64FEBF
Black with #64FEBF
Text Example
Text Example
White with #64FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEBF; }
p { color: rgb(100,254,191); }
H1.HeaderClassName
{
color: #64FEBF;
}
.AnyTagClassName
{
color: #64FEBF;
}
</style>
background-color css
<style>
a { background-color: #64FEBF; }
a { background-color: rgb(100,254,191); }
div.DivClassName
{
background-color: #64FEBF;
}
.BgClassName
{
background-color: #64FEBF;
}
</style>
border-color css
<style>
span { border-color: #64FEBF; }
span { border-color: rgb(100,254,191); }
td.TdClassName
{
border-color: #64FEBF;
}
.TagClassName
{
border-color: #64FEBF;
}
</style>