Shades of Medium Aquamarine #64EEAD
Tints of Medium Aquamarine #64EEAD
RGB
CMYK
RGB Variations
Color information
#64EEAD (or 0x64EEAD) is known color: Medium Aquamarine. HEX triplet: 64, EE and AD. RGB value is (100,238,173). Sum of RGB (Red+Green+Blue) = 100+238+173=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EEAD is #9B1152. Grayscale: #BDBDBD. Windows color (decimal): -10162515 or 11398756. OLE color: 11398756.
HSL color Cylindrical-coordinate representation of color #64EEAD: hue angle of 151.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EEAD is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 173 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.07 |
| HSL | 151.74º | 0.8% | 0.66% | - |
| HSV(B) | 151.74º | 0.58% | 0.93% | - |
| XYZ | 43.37 | 66.88 | 50.16 | - |
| YUV | 189.33 | 118.78 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 173 | 0.58 | 0 | 0.27 | 0.07 | 151.74 | 0.8 | 0.66 |
| Hex | 64 | EE | AD | 3A | 0 | 1B | 7 | 98 | 50 | 42 |
| Octal | 144 | 356 | 255 | 72 | 0 | 33 | 7 | 230 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10101101 | 111010 | 0 | 11011 | 111 | 10011000 | 1010000 | 1000010 |
Color Harmonies of #64EEAD
Complementary color
Monochromatic Colors of #64EEAD
Black with #64EEAD
Text Example
Text Example
White with #64EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEAD; }
p { color: rgb(100,238,173); }
H1.HeaderClassName
{
color: #64EEAD;
}
.AnyTagClassName
{
color: #64EEAD;
}
</style>
background-color css
<style>
a { background-color: #64EEAD; }
a { background-color: rgb(100,238,173); }
div.DivClassName
{
background-color: #64EEAD;
}
.BgClassName
{
background-color: #64EEAD;
}
</style>
border-color css
<style>
span { border-color: #64EEAD; }
span { border-color: rgb(100,238,173); }
td.TdClassName
{
border-color: #64EEAD;
}
.TagClassName
{
border-color: #64EEAD;
}
</style>