Shades of Medium Aquamarine #4BFFA4
Tints of Medium Aquamarine #4BFFA4
RGB
CMYK
RGB Variations
Color information
#4BFFA4 (or 0x4BFFA4) is known color: Medium Aquamarine. HEX triplet: 4B, FF and A4. RGB value is (75,255,164). Sum of RGB (Red+Green+Blue) = 75+255+164=494 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.18% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFFA4 is #B4005B. Grayscale: #BEBEBE. Windows color (decimal): -11796572 or 10813259. OLE color: 10813259.
HSL color Cylindrical-coordinate representation of color #4BFFA4: hue angle of 149.67º 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 #4BFFA4 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 164 | - |
| CMYK | 0.71 | 0 | 0.36 | 0 |
| HSL | 149.67º | 1% | 0.65% | - |
| HSV(B) | 149.67º | 0.71% | 1% | - |
| XYZ | 45.36 | 75.7 | 47.34 | - |
| YUV | 190.81 | 112.87 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 164 | 0.71 | 0 | 0.36 | 0 | 149.67 | 1 | 0.65 |
| Hex | 4B | FF | A4 | 47 | 0 | 24 | 0 | 96 | 64 | 41 |
| Octal | 113 | 377 | 244 | 107 | 0 | 44 | 0 | 226 | 144 | 101 |
| Binary | 1001011 | 11111111 | 10100100 | 1000111 | 0 | 100100 | 0 | 10010110 | 1100100 | 1000001 |
Color Harmonies of #4BFFA4
Complementary color
Monochromatic Colors of #4BFFA4
Black with #4BFFA4
Text Example
Text Example
White with #4BFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFA4; }
p { color: rgb(75,255,164); }
H1.HeaderClassName
{
color: #4BFFA4;
}
.AnyTagClassName
{
color: #4BFFA4;
}
</style>
background-color css
<style>
a { background-color: #4BFFA4; }
a { background-color: rgb(75,255,164); }
div.DivClassName
{
background-color: #4BFFA4;
}
.BgClassName
{
background-color: #4BFFA4;
}
</style>
border-color css
<style>
span { border-color: #4BFFA4; }
span { border-color: rgb(75,255,164); }
td.TdClassName
{
border-color: #4BFFA4;
}
.TagClassName
{
border-color: #4BFFA4;
}
</style>