Shades of Aquamarine #64FBCF
Tints of Aquamarine #64FBCF
RGB
CMYK
RGB Variations
Color information
#64FBCF (or 0x64FBCF) is known color: Aquamarine. HEX triplet: 64, FB and CF. RGB value is (100,251,207). Sum of RGB (Red+Green+Blue) = 100+251+207=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBCF is #9B0430. Grayscale: #C8C8C8. Windows color (decimal): -10159153 or 13630308. OLE color: 13630308.
HSL color Cylindrical-coordinate representation of color #64FBCF: hue angle of 162.52º 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 #64FBCF is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 207 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.02 |
| HSL | 162.52º | 0.95% | 0.69% | - |
| HSV(B) | 162.52º | 0.6% | 0.98% | - |
| XYZ | 51.02 | 76.21 | 71.05 | - |
| YUV | 200.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 207 | 0.60 | 0 | 0.18 | 0.02 | 162.52 | 0.95 | 0.69 |
| Hex | 64 | FB | CF | 3C | 0 | 12 | 2 | A3 | 5F | 45 |
| Octal | 144 | 373 | 317 | 74 | 0 | 22 | 2 | 243 | 137 | 105 |
| Binary | 1100100 | 11111011 | 11001111 | 111100 | 0 | 10010 | 10 | 10100011 | 1011111 | 1000101 |
Color Harmonies of #64FBCF
Complementary color
Monochromatic Colors of #64FBCF
Black with #64FBCF
Text Example
Text Example
White with #64FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBCF; }
p { color: rgb(100,251,207); }
H1.HeaderClassName
{
color: #64FBCF;
}
.AnyTagClassName
{
color: #64FBCF;
}
</style>
background-color css
<style>
a { background-color: #64FBCF; }
a { background-color: rgb(100,251,207); }
div.DivClassName
{
background-color: #64FBCF;
}
.BgClassName
{
background-color: #64FBCF;
}
</style>
border-color css
<style>
span { border-color: #64FBCF; }
span { border-color: rgb(100,251,207); }
td.TdClassName
{
border-color: #64FBCF;
}
.TagClassName
{
border-color: #64FBCF;
}
</style>