Shades of Aquamarine #64ECD4
Tints of Aquamarine #64ECD4
RGB
CMYK
RGB Variations
Color information
#64ECD4 (or 0x64ECD4) is known color: Aquamarine. HEX triplet: 64, EC and D4. RGB value is (100,236,212). Sum of RGB (Red+Green+Blue) = 100+236+212=548 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.25% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECD4 is #9B132B. Grayscale: #C0C0C0. Windows color (decimal): -10162988 or 13954148. OLE color: 13954148.
HSL color Cylindrical-coordinate representation of color #64ECD4: hue angle of 169.41º degrees, saturation: 0.78, 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 #64ECD4 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 212 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.07 |
| HSL | 169.41º | 0.78% | 0.66% | - |
| HSV(B) | 169.41º | 0.58% | 0.93% | - |
| XYZ | 47.13 | 67.45 | 72.82 | - |
| YUV | 192.6 | 138.94 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 212 | 0.58 | 0 | 0.10 | 0.07 | 169.41 | 0.78 | 0.66 |
| Hex | 64 | EC | D4 | 3A | 0 | A | 7 | A9 | 4E | 42 |
| Octal | 144 | 354 | 324 | 72 | 0 | 12 | 7 | 251 | 116 | 102 |
| Binary | 1100100 | 11101100 | 11010100 | 111010 | 0 | 1010 | 111 | 10101001 | 1001110 | 1000010 |
Color Harmonies of #64ECD4
Complementary color
Monochromatic Colors of #64ECD4
Black with #64ECD4
Text Example
Text Example
White with #64ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECD4; }
p { color: rgb(100,236,212); }
H1.HeaderClassName
{
color: #64ECD4;
}
.AnyTagClassName
{
color: #64ECD4;
}
</style>
background-color css
<style>
a { background-color: #64ECD4; }
a { background-color: rgb(100,236,212); }
div.DivClassName
{
background-color: #64ECD4;
}
.BgClassName
{
background-color: #64ECD4;
}
</style>
border-color css
<style>
span { border-color: #64ECD4; }
span { border-color: rgb(100,236,212); }
td.TdClassName
{
border-color: #64ECD4;
}
.TagClassName
{
border-color: #64ECD4;
}
</style>