Shades of Aquamarine #64FFCB
Tints of Aquamarine #64FFCB
RGB
CMYK
RGB Variations
Color information
#64FFCB (or 0x64FFCB) is known color: Aquamarine. HEX triplet: 64, FF and CB. RGB value is (100,255,203). Sum of RGB (Red+Green+Blue) = 100+255+203=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFCB is #9B0034. Grayscale: #CACACA. Windows color (decimal): -10158133 or 13369188. OLE color: 13369188.
HSL color Cylindrical-coordinate representation of color #64FFCB: hue angle of 159.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFCB is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 203 | - |
| CMYK | 0.61 | 0 | 0.20 | 0 |
| HSL | 159.87º | 1% | 0.7% | - |
| HSV(B) | 159.87º | 0.61% | 1% | - |
| XYZ | 51.8 | 78.54 | 68.93 | - |
| YUV | 202.73 | 128.15 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 203 | 0.61 | 0 | 0.20 | 0 | 159.87 | 1 | 0.7 |
| Hex | 64 | FF | CB | 3D | 0 | 14 | 0 | A0 | 64 | 46 |
| Octal | 144 | 377 | 313 | 75 | 0 | 24 | 0 | 240 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11001011 | 111101 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000110 |
Color Harmonies of #64FFCB
Complementary color
Monochromatic Colors of #64FFCB
Black with #64FFCB
Text Example
Text Example
White with #64FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFCB; }
p { color: rgb(100,255,203); }
H1.HeaderClassName
{
color: #64FFCB;
}
.AnyTagClassName
{
color: #64FFCB;
}
</style>
background-color css
<style>
a { background-color: #64FFCB; }
a { background-color: rgb(100,255,203); }
div.DivClassName
{
background-color: #64FFCB;
}
.BgClassName
{
background-color: #64FFCB;
}
</style>
border-color css
<style>
span { border-color: #64FFCB; }
span { border-color: rgb(100,255,203); }
td.TdClassName
{
border-color: #64FFCB;
}
.TagClassName
{
border-color: #64FFCB;
}
</style>