Shades of Medium Aquamarine #4BE0A8
Tints of Medium Aquamarine #4BE0A8
RGB
CMYK
RGB Variations
Color information
#4BE0A8 (or 0x4BE0A8) is known color: Medium Aquamarine. HEX triplet: 4B, E0 and A8. RGB value is (75,224,168). Sum of RGB (Red+Green+Blue) = 75+224+168=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE0A8 is #B41F57. Grayscale: #ADADAD. Windows color (decimal): -11804504 or 11067467. OLE color: 11067467.
HSL color Cylindrical-coordinate representation of color #4BE0A8: hue angle of 157.45º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0A8 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 168 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.12 |
| HSL | 157.45º | 0.71% | 0.59% | - |
| HSV(B) | 157.45º | 0.67% | 0.88% | - |
| XYZ | 36.63 | 57.63 | 46.24 | - |
| YUV | 173.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 168 | 0.67 | 0 | 0.25 | 0.12 | 157.45 | 0.71 | 0.59 |
| Hex | 4B | E0 | A8 | 43 | 0 | 19 | C | 9D | 47 | 3B |
| Octal | 113 | 340 | 250 | 103 | 0 | 31 | 14 | 235 | 107 | 73 |
| Binary | 1001011 | 11100000 | 10101000 | 1000011 | 0 | 11001 | 1100 | 10011101 | 1000111 | 111011 |
Color Harmonies of #4BE0A8
Complementary color
Monochromatic Colors of #4BE0A8
Black with #4BE0A8
Text Example
Text Example
White with #4BE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE0A8; }
p { color: rgb(75,224,168); }
H1.HeaderClassName
{
color: #4BE0A8;
}
.AnyTagClassName
{
color: #4BE0A8;
}
</style>
background-color css
<style>
a { background-color: #4BE0A8; }
a { background-color: rgb(75,224,168); }
div.DivClassName
{
background-color: #4BE0A8;
}
.BgClassName
{
background-color: #4BE0A8;
}
</style>
border-color css
<style>
span { border-color: #4BE0A8; }
span { border-color: rgb(75,224,168); }
td.TdClassName
{
border-color: #4BE0A8;
}
.TagClassName
{
border-color: #4BE0A8;
}
</style>