Shades of Medium Aquamarine #4BDCB2
Tints of Medium Aquamarine #4BDCB2
RGB
CMYK
RGB Variations
Color information
#4BDCB2 (or 0x4BDCB2) is known color: Medium Aquamarine. HEX triplet: 4B, DC and B2. RGB value is (75,220,178). Sum of RGB (Red+Green+Blue) = 75+220+178=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDCB2 is #B4234D. Grayscale: #ABABAB. Windows color (decimal): -11805518 or 11721803. OLE color: 11721803.
HSL color Cylindrical-coordinate representation of color #4BDCB2: hue angle of 162.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDCB2 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 178 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.14 |
| HSL | 162.62º | 0.67% | 0.58% | - |
| HSV(B) | 162.62º | 0.66% | 0.86% | - |
| XYZ | 36.53 | 55.9 | 50.98 | - |
| YUV | 171.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 178 | 0.66 | 0 | 0.19 | 0.14 | 162.62 | 0.67 | 0.58 |
| Hex | 4B | DC | B2 | 42 | 0 | 13 | E | A3 | 43 | 3A |
| Octal | 113 | 334 | 262 | 102 | 0 | 23 | 16 | 243 | 103 | 72 |
| Binary | 1001011 | 11011100 | 10110010 | 1000010 | 0 | 10011 | 1110 | 10100011 | 1000011 | 111010 |
Color Harmonies of #4BDCB2
Complementary color
Monochromatic Colors of #4BDCB2
Black with #4BDCB2
Text Example
Text Example
White with #4BDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCB2; }
p { color: rgb(75,220,178); }
H1.HeaderClassName
{
color: #4BDCB2;
}
.AnyTagClassName
{
color: #4BDCB2;
}
</style>
background-color css
<style>
a { background-color: #4BDCB2; }
a { background-color: rgb(75,220,178); }
div.DivClassName
{
background-color: #4BDCB2;
}
.BgClassName
{
background-color: #4BDCB2;
}
</style>
border-color css
<style>
span { border-color: #4BDCB2; }
span { border-color: rgb(75,220,178); }
td.TdClassName
{
border-color: #4BDCB2;
}
.TagClassName
{
border-color: #4BDCB2;
}
</style>