Shades of Medium Aquamarine #4CDDAE
Tints of Medium Aquamarine #4CDDAE
RGB
CMYK
RGB Variations
Color information
#4CDDAE (or 0x4CDDAE) is known color: Medium Aquamarine. HEX triplet: 4C, DD and AE. RGB value is (76,221,174). Sum of RGB (Red+Green+Blue) = 76+221+174=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDAE is #B32251. Grayscale: #ACACAC. Windows color (decimal): -11739730 or 11459916. OLE color: 11459916.
HSL color Cylindrical-coordinate representation of color #4CDDAE: hue angle of 160.55º 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 #4CDDAE is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 174 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.13 |
| HSL | 160.55º | 0.68% | 0.58% | - |
| HSV(B) | 160.55º | 0.66% | 0.87% | - |
| XYZ | 36.48 | 56.31 | 48.99 | - |
| YUV | 172.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 174 | 0.66 | 0 | 0.21 | 0.13 | 160.55 | 0.68 | 0.58 |
| Hex | 4C | DD | AE | 42 | 0 | 15 | D | A1 | 44 | 3A |
| Octal | 114 | 335 | 256 | 102 | 0 | 25 | 15 | 241 | 104 | 72 |
| Binary | 1001100 | 11011101 | 10101110 | 1000010 | 0 | 10101 | 1101 | 10100001 | 1000100 | 111010 |
Color Harmonies of #4CDDAE
Complementary color
Monochromatic Colors of #4CDDAE
Black with #4CDDAE
Text Example
Text Example
White with #4CDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDAE; }
p { color: rgb(76,221,174); }
H1.HeaderClassName
{
color: #4CDDAE;
}
.AnyTagClassName
{
color: #4CDDAE;
}
</style>
background-color css
<style>
a { background-color: #4CDDAE; }
a { background-color: rgb(76,221,174); }
div.DivClassName
{
background-color: #4CDDAE;
}
.BgClassName
{
background-color: #4CDDAE;
}
</style>
border-color css
<style>
span { border-color: #4CDDAE; }
span { border-color: rgb(76,221,174); }
td.TdClassName
{
border-color: #4CDDAE;
}
.TagClassName
{
border-color: #4CDDAE;
}
</style>