Shades of Medium Aquamarine #4CDBA3
Tints of Medium Aquamarine #4CDBA3
RGB
CMYK
RGB Variations
Color information
#4CDBA3 (or 0x4CDBA3) is known color: Medium Aquamarine. HEX triplet: 4C, DB and A3. RGB value is (76,219,163). Sum of RGB (Red+Green+Blue) = 76+219+163=458 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.59% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDBA3 is #B3245C. Grayscale: #A9A9A9. Windows color (decimal): -11740253 or 10738508. OLE color: 10738508.
HSL color Cylindrical-coordinate representation of color #4CDBA3: hue angle of 156.5º 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 #4CDBA3 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 163 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.14 |
| HSL | 156.5º | 0.67% | 0.58% | - |
| HSV(B) | 156.5º | 0.65% | 0.86% | - |
| XYZ | 34.92 | 54.84 | 43.4 | - |
| YUV | 169.86 | 124.12 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 163 | 0.65 | 0 | 0.26 | 0.14 | 156.5 | 0.67 | 0.58 |
| Hex | 4C | DB | A3 | 41 | 0 | 1A | E | 9D | 43 | 3A |
| Octal | 114 | 333 | 243 | 101 | 0 | 32 | 16 | 235 | 103 | 72 |
| Binary | 1001100 | 11011011 | 10100011 | 1000001 | 0 | 11010 | 1110 | 10011101 | 1000011 | 111010 |
Color Harmonies of #4CDBA3
Complementary color
Monochromatic Colors of #4CDBA3
Black with #4CDBA3
Text Example
Text Example
White with #4CDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBA3; }
p { color: rgb(76,219,163); }
H1.HeaderClassName
{
color: #4CDBA3;
}
.AnyTagClassName
{
color: #4CDBA3;
}
</style>
background-color css
<style>
a { background-color: #4CDBA3; }
a { background-color: rgb(76,219,163); }
div.DivClassName
{
background-color: #4CDBA3;
}
.BgClassName
{
background-color: #4CDBA3;
}
</style>
border-color css
<style>
span { border-color: #4CDBA3; }
span { border-color: rgb(76,219,163); }
td.TdClassName
{
border-color: #4CDBA3;
}
.TagClassName
{
border-color: #4CDBA3;
}
</style>