Shades of Medium Aquamarine #4BFEAA
Tints of Medium Aquamarine #4BFEAA
RGB
CMYK
RGB Variations
Color information
#4BFEAA (or 0x4BFEAA) is known color: Medium Aquamarine. HEX triplet: 4B, FE and AA. RGB value is (75,254,170). Sum of RGB (Red+Green+Blue) = 75+254+170=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFEAA is #B40155. Grayscale: #BFBFBF. Windows color (decimal): -11796822 or 11206219. OLE color: 11206219.
HSL color Cylindrical-coordinate representation of color #4BFEAA: hue angle of 151.84º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEAA is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 170 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.00 |
| HSL | 151.84º | 0.99% | 0.65% | - |
| HSV(B) | 151.84º | 0.7% | 1% | - |
| XYZ | 45.6 | 75.28 | 50.16 | - |
| YUV | 190.9 | 116.2 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 170 | 0.70 | 0 | 0.33 | 0.00 | 151.84 | 0.99 | 0.65 |
| Hex | 4B | FE | AA | 46 | 0 | 21 | 0 | 98 | 63 | 41 |
| Octal | 113 | 376 | 252 | 106 | 0 | 41 | 0 | 230 | 143 | 101 |
| Binary | 1001011 | 11111110 | 10101010 | 1000110 | 0 | 100001 | 0 | 10011000 | 1100011 | 1000001 |
Color Harmonies of #4BFEAA
Complementary color
Monochromatic Colors of #4BFEAA
Black with #4BFEAA
Text Example
Text Example
White with #4BFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEAA; }
p { color: rgb(75,254,170); }
H1.HeaderClassName
{
color: #4BFEAA;
}
.AnyTagClassName
{
color: #4BFEAA;
}
</style>
background-color css
<style>
a { background-color: #4BFEAA; }
a { background-color: rgb(75,254,170); }
div.DivClassName
{
background-color: #4BFEAA;
}
.BgClassName
{
background-color: #4BFEAA;
}
</style>
border-color css
<style>
span { border-color: #4BFEAA; }
span { border-color: rgb(75,254,170); }
td.TdClassName
{
border-color: #4BFEAA;
}
.TagClassName
{
border-color: #4BFEAA;
}
</style>