Shades of Medium Aquamarine #4CDEAC
Tints of Medium Aquamarine #4CDEAC
RGB
CMYK
RGB Variations
Color information
#4CDEAC (or 0x4CDEAC) is known color: Medium Aquamarine. HEX triplet: 4C, DE and AC. RGB value is (76,222,172). Sum of RGB (Red+Green+Blue) = 76+222+172=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDEAC is #B32153. Grayscale: #ACACAC. Windows color (decimal): -11739476 or 11329100. OLE color: 11329100.
HSL color Cylindrical-coordinate representation of color #4CDEAC: hue angle of 159.45º degrees, saturation: 0.69, 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 #4CDEAC is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 172 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.13 |
| HSL | 159.45º | 0.69% | 0.58% | - |
| HSV(B) | 159.45º | 0.66% | 0.87% | - |
| XYZ | 36.55 | 56.76 | 48.06 | - |
| YUV | 172.65 | 127.63 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 172 | 0.66 | 0 | 0.23 | 0.13 | 159.45 | 0.69 | 0.58 |
| Hex | 4C | DE | AC | 42 | 0 | 17 | D | 9F | 45 | 3A |
| Octal | 114 | 336 | 254 | 102 | 0 | 27 | 15 | 237 | 105 | 72 |
| Binary | 1001100 | 11011110 | 10101100 | 1000010 | 0 | 10111 | 1101 | 10011111 | 1000101 | 111010 |
Color Harmonies of #4CDEAC
Complementary color
Monochromatic Colors of #4CDEAC
Black with #4CDEAC
Text Example
Text Example
White with #4CDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDEAC; }
p { color: rgb(76,222,172); }
H1.HeaderClassName
{
color: #4CDEAC;
}
.AnyTagClassName
{
color: #4CDEAC;
}
</style>
background-color css
<style>
a { background-color: #4CDEAC; }
a { background-color: rgb(76,222,172); }
div.DivClassName
{
background-color: #4CDEAC;
}
.BgClassName
{
background-color: #4CDEAC;
}
</style>
border-color css
<style>
span { border-color: #4CDEAC; }
span { border-color: rgb(76,222,172); }
td.TdClassName
{
border-color: #4CDEAC;
}
.TagClassName
{
border-color: #4CDEAC;
}
</style>