Shades of Medium Aquamarine #4BEDB0
Tints of Medium Aquamarine #4BEDB0
RGB
CMYK
RGB Variations
Color information
#4BEDB0 (or 0x4BEDB0) is known color: Medium Aquamarine. HEX triplet: 4B, ED and B0. RGB value is (75,237,176). Sum of RGB (Red+Green+Blue) = 75+237+176=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEDB0 is #B4124F. Grayscale: #B5B5B5. Windows color (decimal): -11801168 or 11595083. OLE color: 11595083.
HSL color Cylindrical-coordinate representation of color #4BEDB0: hue angle of 157.41º degrees, saturation: 0.82, 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 #4BEDB0 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 237 | 176 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.07 |
| HSL | 157.41º | 0.82% | 0.61% | - |
| HSV(B) | 157.41º | 0.68% | 0.93% | - |
| XYZ | 41.02 | 65.2 | 51.5 | - |
| YUV | 181.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 237 | 176 | 0.68 | 0 | 0.26 | 0.07 | 157.41 | 0.82 | 0.61 |
| Hex | 4B | ED | B0 | 44 | 0 | 1A | 7 | 9D | 52 | 3D |
| Octal | 113 | 355 | 260 | 104 | 0 | 32 | 7 | 235 | 122 | 75 |
| Binary | 1001011 | 11101101 | 10110000 | 1000100 | 0 | 11010 | 111 | 10011101 | 1010010 | 111101 |
Color Harmonies of #4BEDB0
Complementary color
Monochromatic Colors of #4BEDB0
Black with #4BEDB0
Text Example
Text Example
White with #4BEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEDB0; }
p { color: rgb(75,237,176); }
H1.HeaderClassName
{
color: #4BEDB0;
}
.AnyTagClassName
{
color: #4BEDB0;
}
</style>
background-color css
<style>
a { background-color: #4BEDB0; }
a { background-color: rgb(75,237,176); }
div.DivClassName
{
background-color: #4BEDB0;
}
.BgClassName
{
background-color: #4BEDB0;
}
</style>
border-color css
<style>
span { border-color: #4BEDB0; }
span { border-color: rgb(75,237,176); }
td.TdClassName
{
border-color: #4BEDB0;
}
.TagClassName
{
border-color: #4BEDB0;
}
</style>