Shades of Medium Aquamarine #64EDB3
Tints of Medium Aquamarine #64EDB3
RGB
CMYK
RGB Variations
Color information
#64EDB3 (or 0x64EDB3) is known color: Medium Aquamarine. HEX triplet: 64, ED and B3. RGB value is (100,237,179). Sum of RGB (Red+Green+Blue) = 100+237+179=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDB3 is #9B124C. Grayscale: #BDBDBD. Windows color (decimal): -10162765 or 11791716. OLE color: 11791716.
HSL color Cylindrical-coordinate representation of color #64EDB3: hue angle of 154.6º degrees, saturation: 0.79, 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 #64EDB3 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 179 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.07 |
| HSL | 154.6º | 0.79% | 0.66% | - |
| HSV(B) | 154.6º | 0.58% | 0.93% | - |
| XYZ | 43.68 | 66.53 | 53.19 | - |
| YUV | 189.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 179 | 0.58 | 0 | 0.24 | 0.07 | 154.6 | 0.79 | 0.66 |
| Hex | 64 | ED | B3 | 3A | 0 | 18 | 7 | 9B | 4F | 42 |
| Octal | 144 | 355 | 263 | 72 | 0 | 30 | 7 | 233 | 117 | 102 |
| Binary | 1100100 | 11101101 | 10110011 | 111010 | 0 | 11000 | 111 | 10011011 | 1001111 | 1000010 |
Color Harmonies of #64EDB3
Complementary color
Monochromatic Colors of #64EDB3
Black with #64EDB3
Text Example
Text Example
White with #64EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EDB3; }
p { color: rgb(100,237,179); }
H1.HeaderClassName
{
color: #64EDB3;
}
.AnyTagClassName
{
color: #64EDB3;
}
</style>
background-color css
<style>
a { background-color: #64EDB3; }
a { background-color: rgb(100,237,179); }
div.DivClassName
{
background-color: #64EDB3;
}
.BgClassName
{
background-color: #64EDB3;
}
</style>
border-color css
<style>
span { border-color: #64EDB3; }
span { border-color: rgb(100,237,179); }
td.TdClassName
{
border-color: #64EDB3;
}
.TagClassName
{
border-color: #64EDB3;
}
</style>