Shades of Medium Aquamarine #4CDBAC
Tints of Medium Aquamarine #4CDBAC
RGB
CMYK
RGB Variations
Color information
#4CDBAC (or 0x4CDBAC) is known color: Medium Aquamarine. HEX triplet: 4C, DB and AC. RGB value is (76,219,172). Sum of RGB (Red+Green+Blue) = 76+219+172=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDBAC is #B32453. Grayscale: #AAAAAA. Windows color (decimal): -11740244 or 11328332. OLE color: 11328332.
HSL color Cylindrical-coordinate representation of color #4CDBAC: hue angle of 160.28º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDBAC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 172 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.14 |
| HSL | 160.28º | 0.67% | 0.58% | - |
| HSV(B) | 160.28º | 0.65% | 0.86% | - |
| XYZ | 35.76 | 55.18 | 47.8 | - |
| YUV | 170.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 172 | 0.65 | 0 | 0.21 | 0.14 | 160.28 | 0.67 | 0.58 |
| Hex | 4C | DB | AC | 41 | 0 | 15 | E | A0 | 43 | 3A |
| Octal | 114 | 333 | 254 | 101 | 0 | 25 | 16 | 240 | 103 | 72 |
| Binary | 1001100 | 11011011 | 10101100 | 1000001 | 0 | 10101 | 1110 | 10100000 | 1000011 | 111010 |
Color Harmonies of #4CDBAC
Complementary color
Monochromatic Colors of #4CDBAC
Black with #4CDBAC
Text Example
Text Example
White with #4CDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBAC; }
p { color: rgb(76,219,172); }
H1.HeaderClassName
{
color: #4CDBAC;
}
.AnyTagClassName
{
color: #4CDBAC;
}
</style>
background-color css
<style>
a { background-color: #4CDBAC; }
a { background-color: rgb(76,219,172); }
div.DivClassName
{
background-color: #4CDBAC;
}
.BgClassName
{
background-color: #4CDBAC;
}
</style>
border-color css
<style>
span { border-color: #4CDBAC; }
span { border-color: rgb(76,219,172); }
td.TdClassName
{
border-color: #4CDBAC;
}
.TagClassName
{
border-color: #4CDBAC;
}
</style>