Shades of Medium Aquamarine #4BECAC
Tints of Medium Aquamarine #4BECAC
RGB
CMYK
RGB Variations
Color information
#4BECAC (or 0x4BECAC) is known color: Medium Aquamarine. HEX triplet: 4B, EC and AC. RGB value is (75,236,172). Sum of RGB (Red+Green+Blue) = 75+236+172=483 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.53% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BECAC is #B41353. Grayscale: #B4B4B4. Windows color (decimal): -11801428 or 11332683. OLE color: 11332683.
HSL color Cylindrical-coordinate representation of color #4BECAC: hue angle of 156.15º degrees, saturation: 0.81, 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 #4BECAC is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 172 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.07 |
| HSL | 156.15º | 0.81% | 0.61% | - |
| HSV(B) | 156.15º | 0.68% | 0.93% | - |
| XYZ | 40.34 | 64.47 | 49.35 | - |
| YUV | 180.57 | 123.16 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 172 | 0.68 | 0 | 0.27 | 0.07 | 156.15 | 0.81 | 0.61 |
| Hex | 4B | EC | AC | 44 | 0 | 1B | 7 | 9C | 51 | 3D |
| Octal | 113 | 354 | 254 | 104 | 0 | 33 | 7 | 234 | 121 | 75 |
| Binary | 1001011 | 11101100 | 10101100 | 1000100 | 0 | 11011 | 111 | 10011100 | 1010001 | 111101 |
Color Harmonies of #4BECAC
Complementary color
Monochromatic Colors of #4BECAC
Black with #4BECAC
Text Example
Text Example
White with #4BECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BECAC; }
p { color: rgb(75,236,172); }
H1.HeaderClassName
{
color: #4BECAC;
}
.AnyTagClassName
{
color: #4BECAC;
}
</style>
background-color css
<style>
a { background-color: #4BECAC; }
a { background-color: rgb(75,236,172); }
div.DivClassName
{
background-color: #4BECAC;
}
.BgClassName
{
background-color: #4BECAC;
}
</style>
border-color css
<style>
span { border-color: #4BECAC; }
span { border-color: rgb(75,236,172); }
td.TdClassName
{
border-color: #4BECAC;
}
.TagClassName
{
border-color: #4BECAC;
}
</style>