Shades of Medium Aquamarine #4BDDB0
Tints of Medium Aquamarine #4BDDB0
RGB
CMYK
RGB Variations
Color information
#4BDDB0 (or 0x4BDDB0) is known color: Medium Aquamarine. HEX triplet: 4B, DD and B0. RGB value is (75,221,176). Sum of RGB (Red+Green+Blue) = 75+221+176=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDB0 is #B4224F. Grayscale: #ACACAC. Windows color (decimal): -11805264 or 11590987. OLE color: 11590987.
HSL color Cylindrical-coordinate representation of color #4BDDB0: hue angle of 161.51º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDDB0 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 176 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.13 |
| HSL | 161.51º | 0.68% | 0.58% | - |
| HSV(B) | 161.51º | 0.66% | 0.87% | - |
| XYZ | 36.59 | 56.34 | 50.02 | - |
| YUV | 172.22 | 130.13 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 176 | 0.66 | 0 | 0.20 | 0.13 | 161.51 | 0.68 | 0.58 |
| Hex | 4B | DD | B0 | 42 | 0 | 14 | D | A2 | 44 | 3A |
| Octal | 113 | 335 | 260 | 102 | 0 | 24 | 15 | 242 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10110000 | 1000010 | 0 | 10100 | 1101 | 10100010 | 1000100 | 111010 |
Color Harmonies of #4BDDB0
Complementary color
Monochromatic Colors of #4BDDB0
Black with #4BDDB0
Text Example
Text Example
White with #4BDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDB0; }
p { color: rgb(75,221,176); }
H1.HeaderClassName
{
color: #4BDDB0;
}
.AnyTagClassName
{
color: #4BDDB0;
}
</style>
background-color css
<style>
a { background-color: #4BDDB0; }
a { background-color: rgb(75,221,176); }
div.DivClassName
{
background-color: #4BDDB0;
}
.BgClassName
{
background-color: #4BDDB0;
}
</style>
border-color css
<style>
span { border-color: #4BDDB0; }
span { border-color: rgb(75,221,176); }
td.TdClassName
{
border-color: #4BDDB0;
}
.TagClassName
{
border-color: #4BDDB0;
}
</style>