Shades of Medium Aquamarine #4CDDB0
Tints of Medium Aquamarine #4CDDB0
RGB
CMYK
RGB Variations
Color information
#4CDDB0 (or 0x4CDDB0) is known color: Medium Aquamarine. HEX triplet: 4C, DD and B0. RGB value is (76,221,176). Sum of RGB (Red+Green+Blue) = 76+221+176=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDB0 is #B3224F. Grayscale: #ACACAC. Windows color (decimal): -11739728 or 11590988. OLE color: 11590988.
HSL color Cylindrical-coordinate representation of color #4CDDB0: hue angle of 161.38º 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 #4CDDB0 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 176 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.13 |
| HSL | 161.38º | 0.68% | 0.58% | - |
| HSV(B) | 161.38º | 0.66% | 0.87% | - |
| XYZ | 36.67 | 56.38 | 50.02 | - |
| YUV | 172.52 | 129.96 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 176 | 0.66 | 0 | 0.20 | 0.13 | 161.38 | 0.68 | 0.58 |
| Hex | 4C | DD | B0 | 42 | 0 | 14 | D | A1 | 44 | 3A |
| Octal | 114 | 335 | 260 | 102 | 0 | 24 | 15 | 241 | 104 | 72 |
| Binary | 1001100 | 11011101 | 10110000 | 1000010 | 0 | 10100 | 1101 | 10100001 | 1000100 | 111010 |
Color Harmonies of #4CDDB0
Complementary color
Monochromatic Colors of #4CDDB0
Black with #4CDDB0
Text Example
Text Example
White with #4CDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDB0; }
p { color: rgb(76,221,176); }
H1.HeaderClassName
{
color: #4CDDB0;
}
.AnyTagClassName
{
color: #4CDDB0;
}
</style>
background-color css
<style>
a { background-color: #4CDDB0; }
a { background-color: rgb(76,221,176); }
div.DivClassName
{
background-color: #4CDDB0;
}
.BgClassName
{
background-color: #4CDDB0;
}
</style>
border-color css
<style>
span { border-color: #4CDDB0; }
span { border-color: rgb(76,221,176); }
td.TdClassName
{
border-color: #4CDDB0;
}
.TagClassName
{
border-color: #4CDDB0;
}
</style>