Shades of Medium Aquamarine #4CDDAC
Tints of Medium Aquamarine #4CDDAC
RGB
CMYK
RGB Variations
Color information
#4CDDAC (or 0x4CDDAC) is known color: Medium Aquamarine. HEX triplet: 4C, DD and AC. RGB value is (76,221,172). Sum of RGB (Red+Green+Blue) = 76+221+172=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDAC is #B32253. Grayscale: #ACACAC. Windows color (decimal): -11739732 or 11328844. OLE color: 11328844.
HSL color Cylindrical-coordinate representation of color #4CDDAC: hue angle of 159.72º 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 #4CDDAC is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 172 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.13 |
| HSL | 159.72º | 0.68% | 0.58% | - |
| HSV(B) | 159.72º | 0.66% | 0.87% | - |
| XYZ | 36.28 | 56.23 | 47.97 | - |
| YUV | 172.06 | 127.96 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 172 | 0.66 | 0 | 0.22 | 0.13 | 159.72 | 0.68 | 0.58 |
| Hex | 4C | DD | AC | 42 | 0 | 16 | D | A0 | 44 | 3A |
| Octal | 114 | 335 | 254 | 102 | 0 | 26 | 15 | 240 | 104 | 72 |
| Binary | 1001100 | 11011101 | 10101100 | 1000010 | 0 | 10110 | 1101 | 10100000 | 1000100 | 111010 |
Color Harmonies of #4CDDAC
Complementary color
Monochromatic Colors of #4CDDAC
Black with #4CDDAC
Text Example
Text Example
White with #4CDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDAC; }
p { color: rgb(76,221,172); }
H1.HeaderClassName
{
color: #4CDDAC;
}
.AnyTagClassName
{
color: #4CDDAC;
}
</style>
background-color css
<style>
a { background-color: #4CDDAC; }
a { background-color: rgb(76,221,172); }
div.DivClassName
{
background-color: #4CDDAC;
}
.BgClassName
{
background-color: #4CDDAC;
}
</style>
border-color css
<style>
span { border-color: #4CDDAC; }
span { border-color: rgb(76,221,172); }
td.TdClassName
{
border-color: #4CDDAC;
}
.TagClassName
{
border-color: #4CDDAC;
}
</style>