Shades of Medium Aquamarine #4BDBB2
Tints of Medium Aquamarine #4BDBB2
RGB
CMYK
RGB Variations
Color information
#4BDBB2 (or 0x4BDBB2) is known color: Medium Aquamarine. HEX triplet: 4B, DB and B2. RGB value is (75,219,178). Sum of RGB (Red+Green+Blue) = 75+219+178=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDBB2 is #B4244D. Grayscale: #ABABAB. Windows color (decimal): -11805774 or 11721547. OLE color: 11721547.
HSL color Cylindrical-coordinate representation of color #4BDBB2: hue angle of 162.92º 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 #4BDBB2 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 178 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.14 |
| HSL | 162.92º | 0.67% | 0.58% | - |
| HSV(B) | 162.92º | 0.66% | 0.86% | - |
| XYZ | 36.27 | 55.37 | 50.9 | - |
| YUV | 171.27 | 131.79 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 178 | 0.66 | 0 | 0.19 | 0.14 | 162.92 | 0.67 | 0.58 |
| Hex | 4B | DB | B2 | 42 | 0 | 13 | E | A3 | 43 | 3A |
| Octal | 113 | 333 | 262 | 102 | 0 | 23 | 16 | 243 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10110010 | 1000010 | 0 | 10011 | 1110 | 10100011 | 1000011 | 111010 |
Color Harmonies of #4BDBB2
Complementary color
Monochromatic Colors of #4BDBB2
Black with #4BDBB2
Text Example
Text Example
White with #4BDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBB2; }
p { color: rgb(75,219,178); }
H1.HeaderClassName
{
color: #4BDBB2;
}
.AnyTagClassName
{
color: #4BDBB2;
}
</style>
background-color css
<style>
a { background-color: #4BDBB2; }
a { background-color: rgb(75,219,178); }
div.DivClassName
{
background-color: #4BDBB2;
}
.BgClassName
{
background-color: #4BDBB2;
}
</style>
border-color css
<style>
span { border-color: #4BDBB2; }
span { border-color: rgb(75,219,178); }
td.TdClassName
{
border-color: #4BDBB2;
}
.TagClassName
{
border-color: #4BDBB2;
}
</style>