Shades of Medium Aquamarine #4BECA5
Tints of Medium Aquamarine #4BECA5
RGB
CMYK
RGB Variations
Color information
#4BECA5 (or 0x4BECA5) is known color: Medium Aquamarine. HEX triplet: 4B, EC and A5. RGB value is (75,236,165). Sum of RGB (Red+Green+Blue) = 75+236+165=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BECA5 is #B4135A. Grayscale: #B3B3B3. Windows color (decimal): -11801435 or 10873931. OLE color: 10873931.
HSL color Cylindrical-coordinate representation of color #4BECA5: hue angle of 153.54º 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 #4BECA5 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 165 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.07 |
| HSL | 153.54º | 0.81% | 0.61% | - |
| HSV(B) | 153.54º | 0.68% | 0.93% | - |
| XYZ | 39.69 | 64.2 | 45.9 | - |
| YUV | 179.77 | 119.66 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 165 | 0.68 | 0 | 0.30 | 0.07 | 153.54 | 0.81 | 0.61 |
| Hex | 4B | EC | A5 | 44 | 0 | 1E | 7 | 9A | 51 | 3D |
| Octal | 113 | 354 | 245 | 104 | 0 | 36 | 7 | 232 | 121 | 75 |
| Binary | 1001011 | 11101100 | 10100101 | 1000100 | 0 | 11110 | 111 | 10011010 | 1010001 | 111101 |
Color Harmonies of #4BECA5
Complementary color
Monochromatic Colors of #4BECA5
Black with #4BECA5
Text Example
Text Example
White with #4BECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BECA5; }
p { color: rgb(75,236,165); }
H1.HeaderClassName
{
color: #4BECA5;
}
.AnyTagClassName
{
color: #4BECA5;
}
</style>
background-color css
<style>
a { background-color: #4BECA5; }
a { background-color: rgb(75,236,165); }
div.DivClassName
{
background-color: #4BECA5;
}
.BgClassName
{
background-color: #4BECA5;
}
</style>
border-color css
<style>
span { border-color: #4BECA5; }
span { border-color: rgb(75,236,165); }
td.TdClassName
{
border-color: #4BECA5;
}
.TagClassName
{
border-color: #4BECA5;
}
</style>