Shades of Medium Aquamarine #4CDFB0
Tints of Medium Aquamarine #4CDFB0
RGB
CMYK
RGB Variations
Color information
#4CDFB0 (or 0x4CDFB0) is known color: Medium Aquamarine. HEX triplet: 4C, DF and B0. RGB value is (76,223,176). Sum of RGB (Red+Green+Blue) = 76+223+176=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDFB0 is #B3204F. Grayscale: #ADADAD. Windows color (decimal): -11739216 or 11591500. OLE color: 11591500.
HSL color Cylindrical-coordinate representation of color #4CDFB0: hue angle of 160.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFB0 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 176 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.13 |
| HSL | 160.82º | 0.7% | 0.59% | - |
| HSV(B) | 160.82º | 0.66% | 0.87% | - |
| XYZ | 37.2 | 57.45 | 50.2 | - |
| YUV | 173.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 176 | 0.66 | 0 | 0.21 | 0.13 | 160.82 | 0.7 | 0.59 |
| Hex | 4C | DF | B0 | 42 | 0 | 15 | D | A1 | 46 | 3B |
| Octal | 114 | 337 | 260 | 102 | 0 | 25 | 15 | 241 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10110000 | 1000010 | 0 | 10101 | 1101 | 10100001 | 1000110 | 111011 |
Color Harmonies of #4CDFB0
Complementary color
Monochromatic Colors of #4CDFB0
Black with #4CDFB0
Text Example
Text Example
White with #4CDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFB0; }
p { color: rgb(76,223,176); }
H1.HeaderClassName
{
color: #4CDFB0;
}
.AnyTagClassName
{
color: #4CDFB0;
}
</style>
background-color css
<style>
a { background-color: #4CDFB0; }
a { background-color: rgb(76,223,176); }
div.DivClassName
{
background-color: #4CDFB0;
}
.BgClassName
{
background-color: #4CDFB0;
}
</style>
border-color css
<style>
span { border-color: #4CDFB0; }
span { border-color: rgb(76,223,176); }
td.TdClassName
{
border-color: #4CDFB0;
}
.TagClassName
{
border-color: #4CDFB0;
}
</style>