Shades of Medium Aquamarine #4CDEAE
Tints of Medium Aquamarine #4CDEAE
RGB
CMYK
RGB Variations
Color information
#4CDEAE (or 0x4CDEAE) is known color: Medium Aquamarine. HEX triplet: 4C, DE and AE. RGB value is (76,222,174). Sum of RGB (Red+Green+Blue) = 76+222+174=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDEAE is #B32151. Grayscale: #ACACAC. Windows color (decimal): -11739474 or 11460172. OLE color: 11460172.
HSL color Cylindrical-coordinate representation of color #4CDEAE: hue angle of 160.27º 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 #4CDEAE is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 174 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.13 |
| HSL | 160.27º | 0.69% | 0.58% | - |
| HSV(B) | 160.27º | 0.66% | 0.87% | - |
| XYZ | 36.74 | 56.84 | 49.08 | - |
| YUV | 172.87 | 128.63 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 174 | 0.66 | 0 | 0.22 | 0.13 | 160.27 | 0.69 | 0.58 |
| Hex | 4C | DE | AE | 42 | 0 | 16 | D | A0 | 45 | 3A |
| Octal | 114 | 336 | 256 | 102 | 0 | 26 | 15 | 240 | 105 | 72 |
| Binary | 1001100 | 11011110 | 10101110 | 1000010 | 0 | 10110 | 1101 | 10100000 | 1000101 | 111010 |
Color Harmonies of #4CDEAE
Complementary color
Monochromatic Colors of #4CDEAE
Black with #4CDEAE
Text Example
Text Example
White with #4CDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDEAE; }
p { color: rgb(76,222,174); }
H1.HeaderClassName
{
color: #4CDEAE;
}
.AnyTagClassName
{
color: #4CDEAE;
}
</style>
background-color css
<style>
a { background-color: #4CDEAE; }
a { background-color: rgb(76,222,174); }
div.DivClassName
{
background-color: #4CDEAE;
}
.BgClassName
{
background-color: #4CDEAE;
}
</style>
border-color css
<style>
span { border-color: #4CDEAE; }
span { border-color: rgb(76,222,174); }
td.TdClassName
{
border-color: #4CDEAE;
}
.TagClassName
{
border-color: #4CDEAE;
}
</style>