Shades of Aquamarine #64FBCC
Tints of Aquamarine #64FBCC
RGB
CMYK
RGB Variations
Color information
#64FBCC (or 0x64FBCC) is known color: Aquamarine. HEX triplet: 64, FB and CC. RGB value is (100,251,204). Sum of RGB (Red+Green+Blue) = 100+251+204=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBCC is #9B0433. Grayscale: #C8C8C8. Windows color (decimal): -10159156 or 13433700. OLE color: 13433700.
HSL color Cylindrical-coordinate representation of color #64FBCC: hue angle of 161.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FBCC is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 204 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.02 |
| HSL | 161.32º | 0.95% | 0.69% | - |
| HSV(B) | 161.32º | 0.6% | 0.98% | - |
| XYZ | 50.65 | 76.06 | 69.14 | - |
| YUV | 200.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 204 | 0.60 | 0 | 0.19 | 0.02 | 161.32 | 0.95 | 0.69 |
| Hex | 64 | FB | CC | 3C | 0 | 13 | 2 | A1 | 5F | 45 |
| Octal | 144 | 373 | 314 | 74 | 0 | 23 | 2 | 241 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11001100 | 111100 | 0 | 10011 | 10 | 10100001 | 1011111 | 1000101 |
Color Harmonies of #64FBCC
Complementary color
Monochromatic Colors of #64FBCC
Black with #64FBCC
Text Example
Text Example
White with #64FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBCC; }
p { color: rgb(100,251,204); }
H1.HeaderClassName
{
color: #64FBCC;
}
.AnyTagClassName
{
color: #64FBCC;
}
</style>
background-color css
<style>
a { background-color: #64FBCC; }
a { background-color: rgb(100,251,204); }
div.DivClassName
{
background-color: #64FBCC;
}
.BgClassName
{
background-color: #64FBCC;
}
</style>
border-color css
<style>
span { border-color: #64FBCC; }
span { border-color: rgb(100,251,204); }
td.TdClassName
{
border-color: #64FBCC;
}
.TagClassName
{
border-color: #64FBCC;
}
</style>