Shades of Medium Aquamarine #4BFFA6
Tints of Medium Aquamarine #4BFFA6
RGB
CMYK
RGB Variations
Color information
#4BFFA6 (or 0x4BFFA6) is known color: Medium Aquamarine. HEX triplet: 4B, FF and A6. RGB value is (75,255,166). Sum of RGB (Red+Green+Blue) = 75+255+166=496 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.12% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFFA6 is #B40059. Grayscale: #BFBFBF. Windows color (decimal): -11796570 or 10944331. OLE color: 10944331.
HSL color Cylindrical-coordinate representation of color #4BFFA6: hue angle of 150.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFA6 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 166 | - |
| CMYK | 0.71 | 0 | 0.35 | 0 |
| HSL | 150.33º | 1% | 0.65% | - |
| HSV(B) | 150.33º | 0.71% | 1% | - |
| XYZ | 45.54 | 75.77 | 48.3 | - |
| YUV | 191.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 166 | 0.71 | 0 | 0.35 | 0 | 150.33 | 1 | 0.65 |
| Hex | 4B | FF | A6 | 47 | 0 | 23 | 0 | 96 | 64 | 41 |
| Octal | 113 | 377 | 246 | 107 | 0 | 43 | 0 | 226 | 144 | 101 |
| Binary | 1001011 | 11111111 | 10100110 | 1000111 | 0 | 100011 | 0 | 10010110 | 1100100 | 1000001 |
Color Harmonies of #4BFFA6
Complementary color
Monochromatic Colors of #4BFFA6
Black with #4BFFA6
Text Example
Text Example
White with #4BFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFA6; }
p { color: rgb(75,255,166); }
H1.HeaderClassName
{
color: #4BFFA6;
}
.AnyTagClassName
{
color: #4BFFA6;
}
</style>
background-color css
<style>
a { background-color: #4BFFA6; }
a { background-color: rgb(75,255,166); }
div.DivClassName
{
background-color: #4BFFA6;
}
.BgClassName
{
background-color: #4BFFA6;
}
</style>
border-color css
<style>
span { border-color: #4BFFA6; }
span { border-color: rgb(75,255,166); }
td.TdClassName
{
border-color: #4BFFA6;
}
.TagClassName
{
border-color: #4BFFA6;
}
</style>