Shades of Medium Aquamarine #4BDAB0
Tints of Medium Aquamarine #4BDAB0
RGB
CMYK
RGB Variations
Color information
#4BDAB0 (or 0x4BDAB0) is known color: Medium Aquamarine. HEX triplet: 4B, DA and B0. RGB value is (75,218,176). Sum of RGB (Red+Green+Blue) = 75+218+176=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDAB0 is #B4254F. Grayscale: #AAAAAA. Windows color (decimal): -11806032 or 11590219. OLE color: 11590219.
HSL color Cylindrical-coordinate representation of color #4BDAB0: hue angle of 162.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDAB0 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 176 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.15 |
| HSL | 162.38º | 0.66% | 0.57% | - |
| HSV(B) | 162.38º | 0.66% | 0.85% | - |
| XYZ | 35.81 | 54.77 | 49.76 | - |
| YUV | 170.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 176 | 0.66 | 0 | 0.19 | 0.15 | 162.38 | 0.66 | 0.57 |
| Hex | 4B | DA | B0 | 42 | 0 | 13 | F | A2 | 42 | 39 |
| Octal | 113 | 332 | 260 | 102 | 0 | 23 | 17 | 242 | 102 | 71 |
| Binary | 1001011 | 11011010 | 10110000 | 1000010 | 0 | 10011 | 1111 | 10100010 | 1000010 | 111001 |
Color Harmonies of #4BDAB0
Complementary color
Monochromatic Colors of #4BDAB0
Black with #4BDAB0
Text Example
Text Example
White with #4BDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDAB0; }
p { color: rgb(75,218,176); }
H1.HeaderClassName
{
color: #4BDAB0;
}
.AnyTagClassName
{
color: #4BDAB0;
}
</style>
background-color css
<style>
a { background-color: #4BDAB0; }
a { background-color: rgb(75,218,176); }
div.DivClassName
{
background-color: #4BDAB0;
}
.BgClassName
{
background-color: #4BDAB0;
}
</style>
border-color css
<style>
span { border-color: #4BDAB0; }
span { border-color: rgb(75,218,176); }
td.TdClassName
{
border-color: #4BDAB0;
}
.TagClassName
{
border-color: #4BDAB0;
}
</style>