Shades of Medium Aquamarine #4BECAF
Tints of Medium Aquamarine #4BECAF
RGB
CMYK
RGB Variations
Color information
#4BECAF (or 0x4BECAF) is known color: Medium Aquamarine. HEX triplet: 4B, EC and AF. RGB value is (75,236,175). Sum of RGB (Red+Green+Blue) = 75+236+175=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BECAF is #B41350. Grayscale: #B4B4B4. Windows color (decimal): -11801425 or 11529291. OLE color: 11529291.
HSL color Cylindrical-coordinate representation of color #4BECAF: hue angle of 157.27º 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 #4BECAF is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 175 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.07 |
| HSL | 157.27º | 0.81% | 0.61% | - |
| HSV(B) | 157.27º | 0.68% | 0.93% | - |
| XYZ | 40.63 | 64.58 | 50.88 | - |
| YUV | 180.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 175 | 0.68 | 0 | 0.26 | 0.07 | 157.27 | 0.81 | 0.61 |
| Hex | 4B | EC | AF | 44 | 0 | 1A | 7 | 9D | 51 | 3D |
| Octal | 113 | 354 | 257 | 104 | 0 | 32 | 7 | 235 | 121 | 75 |
| Binary | 1001011 | 11101100 | 10101111 | 1000100 | 0 | 11010 | 111 | 10011101 | 1010001 | 111101 |
Color Harmonies of #4BECAF
Complementary color
Monochromatic Colors of #4BECAF
Black with #4BECAF
Text Example
Text Example
White with #4BECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BECAF; }
p { color: rgb(75,236,175); }
H1.HeaderClassName
{
color: #4BECAF;
}
.AnyTagClassName
{
color: #4BECAF;
}
</style>
background-color css
<style>
a { background-color: #4BECAF; }
a { background-color: rgb(75,236,175); }
div.DivClassName
{
background-color: #4BECAF;
}
.BgClassName
{
background-color: #4BECAF;
}
</style>
border-color css
<style>
span { border-color: #4BECAF; }
span { border-color: rgb(75,236,175); }
td.TdClassName
{
border-color: #4BECAF;
}
.TagClassName
{
border-color: #4BECAF;
}
</style>