Shades of Medium Aquamarine #4BE5A8
Tints of Medium Aquamarine #4BE5A8
RGB
CMYK
RGB Variations
Color information
#4BE5A8 (or 0x4BE5A8) is known color: Medium Aquamarine. HEX triplet: 4B, E5 and A8. RGB value is (75,229,168). Sum of RGB (Red+Green+Blue) = 75+229+168=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE5A8 is #B41A57. Grayscale: #B0B0B0. Windows color (decimal): -11803224 or 11068747. OLE color: 11068747.
HSL color Cylindrical-coordinate representation of color #4BE5A8: hue angle of 156.23º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE5A8 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 229 | 168 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.10 |
| HSL | 156.23º | 0.75% | 0.6% | - |
| HSV(B) | 156.23º | 0.67% | 0.9% | - |
| XYZ | 37.99 | 60.36 | 46.69 | - |
| YUV | 176 | 123.48 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 229 | 168 | 0.67 | 0 | 0.27 | 0.10 | 156.23 | 0.75 | 0.6 |
| Hex | 4B | E5 | A8 | 43 | 0 | 1B | A | 9C | 4B | 3C |
| Octal | 113 | 345 | 250 | 103 | 0 | 33 | 12 | 234 | 113 | 74 |
| Binary | 1001011 | 11100101 | 10101000 | 1000011 | 0 | 11011 | 1010 | 10011100 | 1001011 | 111100 |
Color Harmonies of #4BE5A8
Complementary color
Monochromatic Colors of #4BE5A8
Black with #4BE5A8
Text Example
Text Example
White with #4BE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE5A8; }
p { color: rgb(75,229,168); }
H1.HeaderClassName
{
color: #4BE5A8;
}
.AnyTagClassName
{
color: #4BE5A8;
}
</style>
background-color css
<style>
a { background-color: #4BE5A8; }
a { background-color: rgb(75,229,168); }
div.DivClassName
{
background-color: #4BE5A8;
}
.BgClassName
{
background-color: #4BE5A8;
}
</style>
border-color css
<style>
span { border-color: #4BE5A8; }
span { border-color: rgb(75,229,168); }
td.TdClassName
{
border-color: #4BE5A8;
}
.TagClassName
{
border-color: #4BE5A8;
}
</style>