Shades of Medium Aquamarine #4BDCAC
Tints of Medium Aquamarine #4BDCAC
RGB
CMYK
RGB Variations
Color information
#4BDCAC (or 0x4BDCAC) is known color: Medium Aquamarine. HEX triplet: 4B, DC and AC. RGB value is (75,220,172). Sum of RGB (Red+Green+Blue) = 75+220+172=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDCAC is #B42353. Grayscale: #ABABAB. Windows color (decimal): -11805524 or 11328587. OLE color: 11328587.
HSL color Cylindrical-coordinate representation of color #4BDCAC: hue angle of 160.14º 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 #4BDCAC is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 172 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.14 |
| HSL | 160.14º | 0.67% | 0.58% | - |
| HSV(B) | 160.14º | 0.66% | 0.86% | - |
| XYZ | 35.94 | 55.66 | 47.88 | - |
| YUV | 171.17 | 128.46 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 172 | 0.66 | 0 | 0.22 | 0.14 | 160.14 | 0.67 | 0.58 |
| Hex | 4B | DC | AC | 42 | 0 | 16 | E | A0 | 43 | 3A |
| Octal | 113 | 334 | 254 | 102 | 0 | 26 | 16 | 240 | 103 | 72 |
| Binary | 1001011 | 11011100 | 10101100 | 1000010 | 0 | 10110 | 1110 | 10100000 | 1000011 | 111010 |
Color Harmonies of #4BDCAC
Complementary color
Monochromatic Colors of #4BDCAC
Black with #4BDCAC
Text Example
Text Example
White with #4BDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCAC; }
p { color: rgb(75,220,172); }
H1.HeaderClassName
{
color: #4BDCAC;
}
.AnyTagClassName
{
color: #4BDCAC;
}
</style>
background-color css
<style>
a { background-color: #4BDCAC; }
a { background-color: rgb(75,220,172); }
div.DivClassName
{
background-color: #4BDCAC;
}
.BgClassName
{
background-color: #4BDCAC;
}
</style>
border-color css
<style>
span { border-color: #4BDCAC; }
span { border-color: rgb(75,220,172); }
td.TdClassName
{
border-color: #4BDCAC;
}
.TagClassName
{
border-color: #4BDCAC;
}
</style>