Shades of Medium Aquamarine #4BDCA6
Tints of Medium Aquamarine #4BDCA6
RGB
CMYK
RGB Variations
Color information
#4BDCA6 (or 0x4BDCA6) is known color: Medium Aquamarine. HEX triplet: 4B, DC and A6. RGB value is (75,220,166). Sum of RGB (Red+Green+Blue) = 75+220+166=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDCA6 is #B42359. Grayscale: #AAAAAA. Windows color (decimal): -11805530 or 10935371. OLE color: 10935371.
HSL color Cylindrical-coordinate representation of color #4BDCA6: hue angle of 157.66º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDCA6 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 166 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.14 |
| HSL | 157.66º | 0.67% | 0.58% | - |
| HSV(B) | 157.66º | 0.66% | 0.86% | - |
| XYZ | 35.38 | 55.44 | 44.91 | - |
| YUV | 170.49 | 125.46 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 166 | 0.66 | 0 | 0.25 | 0.14 | 157.66 | 0.67 | 0.58 |
| Hex | 4B | DC | A6 | 42 | 0 | 19 | E | 9E | 43 | 3A |
| Octal | 113 | 334 | 246 | 102 | 0 | 31 | 16 | 236 | 103 | 72 |
| Binary | 1001011 | 11011100 | 10100110 | 1000010 | 0 | 11001 | 1110 | 10011110 | 1000011 | 111010 |
Color Harmonies of #4BDCA6
Complementary color
Monochromatic Colors of #4BDCA6
Black with #4BDCA6
Text Example
Text Example
White with #4BDCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCA6; }
p { color: rgb(75,220,166); }
H1.HeaderClassName
{
color: #4BDCA6;
}
.AnyTagClassName
{
color: #4BDCA6;
}
</style>
background-color css
<style>
a { background-color: #4BDCA6; }
a { background-color: rgb(75,220,166); }
div.DivClassName
{
background-color: #4BDCA6;
}
.BgClassName
{
background-color: #4BDCA6;
}
</style>
border-color css
<style>
span { border-color: #4BDCA6; }
span { border-color: rgb(75,220,166); }
td.TdClassName
{
border-color: #4BDCA6;
}
.TagClassName
{
border-color: #4BDCA6;
}
</style>