Shades of Medium Aquamarine #4CDDA8
Tints of Medium Aquamarine #4CDDA8
RGB
CMYK
RGB Variations
Color information
#4CDDA8 (or 0x4CDDA8) is known color: Medium Aquamarine. HEX triplet: 4C, DD and A8. RGB value is (76,221,168). Sum of RGB (Red+Green+Blue) = 76+221+168=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDA8 is #B32257. Grayscale: #ABABAB. Windows color (decimal): -11739736 or 11066700. OLE color: 11066700.
HSL color Cylindrical-coordinate representation of color #4CDDA8: hue angle of 158.07º 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 #4CDDA8 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 168 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.13 |
| HSL | 158.07º | 0.68% | 0.58% | - |
| HSV(B) | 158.07º | 0.66% | 0.87% | - |
| XYZ | 35.9 | 56.08 | 45.98 | - |
| YUV | 171.6 | 125.96 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 168 | 0.66 | 0 | 0.24 | 0.13 | 158.07 | 0.68 | 0.58 |
| Hex | 4C | DD | A8 | 42 | 0 | 18 | D | 9E | 44 | 3A |
| Octal | 114 | 335 | 250 | 102 | 0 | 30 | 15 | 236 | 104 | 72 |
| Binary | 1001100 | 11011101 | 10101000 | 1000010 | 0 | 11000 | 1101 | 10011110 | 1000100 | 111010 |
Color Harmonies of #4CDDA8
Complementary color
Monochromatic Colors of #4CDDA8
Black with #4CDDA8
Text Example
Text Example
White with #4CDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDA8; }
p { color: rgb(76,221,168); }
H1.HeaderClassName
{
color: #4CDDA8;
}
.AnyTagClassName
{
color: #4CDDA8;
}
</style>
background-color css
<style>
a { background-color: #4CDDA8; }
a { background-color: rgb(76,221,168); }
div.DivClassName
{
background-color: #4CDDA8;
}
.BgClassName
{
background-color: #4CDDA8;
}
</style>
border-color css
<style>
span { border-color: #4CDDA8; }
span { border-color: rgb(76,221,168); }
td.TdClassName
{
border-color: #4CDDA8;
}
.TagClassName
{
border-color: #4CDDA8;
}
</style>