Shades of Medium Aquamarine #4BEEA8
Tints of Medium Aquamarine #4BEEA8
RGB
CMYK
RGB Variations
Color information
#4BEEA8 (or 0x4BEEA8) is known color: Medium Aquamarine. HEX triplet: 4B, EE and A8. RGB value is (75,238,168). Sum of RGB (Red+Green+Blue) = 75+238+168=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEEA8 is #B41157. Grayscale: #B5B5B5. Windows color (decimal): -11800920 or 11071051. OLE color: 11071051.
HSL color Cylindrical-coordinate representation of color #4BEEA8: hue angle of 154.23º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEEA8 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 238 | 168 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.07 |
| HSL | 154.23º | 0.83% | 0.61% | - |
| HSV(B) | 154.23º | 0.68% | 0.93% | - |
| XYZ | 40.54 | 65.47 | 47.55 | - |
| YUV | 181.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 238 | 168 | 0.68 | 0 | 0.29 | 0.07 | 154.23 | 0.83 | 0.61 |
| Hex | 4B | EE | A8 | 44 | 0 | 1D | 7 | 9A | 53 | 3D |
| Octal | 113 | 356 | 250 | 104 | 0 | 35 | 7 | 232 | 123 | 75 |
| Binary | 1001011 | 11101110 | 10101000 | 1000100 | 0 | 11101 | 111 | 10011010 | 1010011 | 111101 |
Color Harmonies of #4BEEA8
Complementary color
Monochromatic Colors of #4BEEA8
Black with #4BEEA8
Text Example
Text Example
White with #4BEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEEA8; }
p { color: rgb(75,238,168); }
H1.HeaderClassName
{
color: #4BEEA8;
}
.AnyTagClassName
{
color: #4BEEA8;
}
</style>
background-color css
<style>
a { background-color: #4BEEA8; }
a { background-color: rgb(75,238,168); }
div.DivClassName
{
background-color: #4BEEA8;
}
.BgClassName
{
background-color: #4BEEA8;
}
</style>
border-color css
<style>
span { border-color: #4BEEA8; }
span { border-color: rgb(75,238,168); }
td.TdClassName
{
border-color: #4BEEA8;
}
.TagClassName
{
border-color: #4BEEA8;
}
</style>