Shades of Medium Aquamarine #64FBAB
Tints of Medium Aquamarine #64FBAB
RGB
CMYK
RGB Variations
Color information
#64FBAB (or 0x64FBAB) is known color: Medium Aquamarine. HEX triplet: 64, FB and AB. RGB value is (100,251,171). Sum of RGB (Red+Green+Blue) = 100+251+171=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FBAB is #9B0454. Grayscale: #C4C4C4. Windows color (decimal): -10159189 or 11271012. OLE color: 11271012.
HSL color Cylindrical-coordinate representation of color #64FBAB: hue angle of 148.21º 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 #64FBAB is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 171 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.02 |
| HSL | 148.21º | 0.95% | 0.69% | - |
| HSV(B) | 148.21º | 0.6% | 0.98% | - |
| XYZ | 47.1 | 74.64 | 50.45 | - |
| YUV | 196.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 171 | 0.60 | 0 | 0.32 | 0.02 | 148.21 | 0.95 | 0.69 |
| Hex | 64 | FB | AB | 3C | 0 | 20 | 2 | 94 | 5F | 45 |
| Octal | 144 | 373 | 253 | 74 | 0 | 40 | 2 | 224 | 137 | 105 |
| Binary | 1100100 | 11111011 | 10101011 | 111100 | 0 | 100000 | 10 | 10010100 | 1011111 | 1000101 |
Color Harmonies of #64FBAB
Complementary color
Monochromatic Colors of #64FBAB
Black with #64FBAB
Text Example
Text Example
White with #64FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FBAB; }
p { color: rgb(100,251,171); }
H1.HeaderClassName
{
color: #64FBAB;
}
.AnyTagClassName
{
color: #64FBAB;
}
</style>
background-color css
<style>
a { background-color: #64FBAB; }
a { background-color: rgb(100,251,171); }
div.DivClassName
{
background-color: #64FBAB;
}
.BgClassName
{
background-color: #64FBAB;
}
</style>
border-color css
<style>
span { border-color: #64FBAB; }
span { border-color: rgb(100,251,171); }
td.TdClassName
{
border-color: #64FBAB;
}
.TagClassName
{
border-color: #64FBAB;
}
</style>