Shades of Medium Aquamarine #64EFA5
Tints of Medium Aquamarine #64EFA5
RGB
CMYK
RGB Variations
Color information
#64EFA5 (or 0x64EFA5) is known color: Medium Aquamarine. HEX triplet: 64, EF and A5. RGB value is (100,239,165). Sum of RGB (Red+Green+Blue) = 100+239+165=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EFA5 is #9B105A. Grayscale: #BDBDBD. Windows color (decimal): -10162267 or 10874724. OLE color: 10874724.
HSL color Cylindrical-coordinate representation of color #64EFA5: hue angle of 148.06º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFA5 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 165 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.06 |
| HSL | 148.06º | 0.81% | 0.66% | - |
| HSV(B) | 148.06º | 0.58% | 0.94% | - |
| XYZ | 42.91 | 67.16 | 46.3 | - |
| YUV | 189 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 165 | 0.58 | 0 | 0.31 | 0.06 | 148.06 | 0.81 | 0.66 |
| Hex | 64 | EF | A5 | 3A | 0 | 1F | 6 | 94 | 51 | 42 |
| Octal | 144 | 357 | 245 | 72 | 0 | 37 | 6 | 224 | 121 | 102 |
| Binary | 1100100 | 11101111 | 10100101 | 111010 | 0 | 11111 | 110 | 10010100 | 1010001 | 1000010 |
Color Harmonies of #64EFA5
Complementary color
Monochromatic Colors of #64EFA5
Black with #64EFA5
Text Example
Text Example
White with #64EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFA5; }
p { color: rgb(100,239,165); }
H1.HeaderClassName
{
color: #64EFA5;
}
.AnyTagClassName
{
color: #64EFA5;
}
</style>
background-color css
<style>
a { background-color: #64EFA5; }
a { background-color: rgb(100,239,165); }
div.DivClassName
{
background-color: #64EFA5;
}
.BgClassName
{
background-color: #64EFA5;
}
</style>
border-color css
<style>
span { border-color: #64EFA5; }
span { border-color: rgb(100,239,165); }
td.TdClassName
{
border-color: #64EFA5;
}
.TagClassName
{
border-color: #64EFA5;
}
</style>