Shades of Aquamarine #64EFCB
Tints of Aquamarine #64EFCB
RGB
CMYK
RGB Variations
Color information
#64EFCB (or 0x64EFCB) is known color: Aquamarine. HEX triplet: 64, EF and CB. RGB value is (100,239,203). Sum of RGB (Red+Green+Blue) = 100+239+203=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFCB is #9B1034. Grayscale: #C1C1C1. Windows color (decimal): -10162229 or 13365092. OLE color: 13365092.
HSL color Cylindrical-coordinate representation of color #64EFCB: hue angle of 164.46º 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 #64EFCB is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 203 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.06 |
| HSL | 164.46º | 0.81% | 0.66% | - |
| HSV(B) | 164.46º | 0.58% | 0.94% | - |
| XYZ | 46.9 | 68.75 | 67.3 | - |
| YUV | 193.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 203 | 0.58 | 0 | 0.15 | 0.06 | 164.46 | 0.81 | 0.66 |
| Hex | 64 | EF | CB | 3A | 0 | F | 6 | A4 | 51 | 42 |
| Octal | 144 | 357 | 313 | 72 | 0 | 17 | 6 | 244 | 121 | 102 |
| Binary | 1100100 | 11101111 | 11001011 | 111010 | 0 | 1111 | 110 | 10100100 | 1010001 | 1000010 |
Color Harmonies of #64EFCB
Complementary color
Monochromatic Colors of #64EFCB
Black with #64EFCB
Text Example
Text Example
White with #64EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFCB; }
p { color: rgb(100,239,203); }
H1.HeaderClassName
{
color: #64EFCB;
}
.AnyTagClassName
{
color: #64EFCB;
}
</style>
background-color css
<style>
a { background-color: #64EFCB; }
a { background-color: rgb(100,239,203); }
div.DivClassName
{
background-color: #64EFCB;
}
.BgClassName
{
background-color: #64EFCB;
}
</style>
border-color css
<style>
span { border-color: #64EFCB; }
span { border-color: rgb(100,239,203); }
td.TdClassName
{
border-color: #64EFCB;
}
.TagClassName
{
border-color: #64EFCB;
}
</style>