Shades of Medium Aquamarine #64EEB4
Tints of Medium Aquamarine #64EEB4
RGB
CMYK
RGB Variations
Color information
#64EEB4 (or 0x64EEB4) is known color: Medium Aquamarine. HEX triplet: 64, EE and B4. RGB value is (100,238,180). Sum of RGB (Red+Green+Blue) = 100+238+180=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEB4 is #9B114B. Grayscale: #BEBEBE. Windows color (decimal): -10162508 or 11857508. OLE color: 11857508.
HSL color Cylindrical-coordinate representation of color #64EEB4: hue angle of 154.78º 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 #64EEB4 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 180 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.07 |
| HSL | 154.78º | 0.8% | 0.66% | - |
| HSV(B) | 154.78º | 0.58% | 0.93% | - |
| XYZ | 44.07 | 67.15 | 53.82 | - |
| YUV | 190.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 180 | 0.58 | 0 | 0.24 | 0.07 | 154.78 | 0.8 | 0.66 |
| Hex | 64 | EE | B4 | 3A | 0 | 18 | 7 | 9B | 50 | 42 |
| Octal | 144 | 356 | 264 | 72 | 0 | 30 | 7 | 233 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10110100 | 111010 | 0 | 11000 | 111 | 10011011 | 1010000 | 1000010 |
Color Harmonies of #64EEB4
Complementary color
Monochromatic Colors of #64EEB4
Black with #64EEB4
Text Example
Text Example
White with #64EEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEB4; }
p { color: rgb(100,238,180); }
H1.HeaderClassName
{
color: #64EEB4;
}
.AnyTagClassName
{
color: #64EEB4;
}
</style>
background-color css
<style>
a { background-color: #64EEB4; }
a { background-color: rgb(100,238,180); }
div.DivClassName
{
background-color: #64EEB4;
}
.BgClassName
{
background-color: #64EEB4;
}
</style>
border-color css
<style>
span { border-color: #64EEB4; }
span { border-color: rgb(100,238,180); }
td.TdClassName
{
border-color: #64EEB4;
}
.TagClassName
{
border-color: #64EEB4;
}
</style>