Shades of Medium Aquamarine #4BDBAA
Tints of Medium Aquamarine #4BDBAA
RGB
CMYK
RGB Variations
Color information
#4BDBAA (or 0x4BDBAA) is known color: Medium Aquamarine. HEX triplet: 4B, DB and AA. RGB value is (75,219,170). Sum of RGB (Red+Green+Blue) = 75+219+170=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDBAA is #B42455. Grayscale: #AAAAAA. Windows color (decimal): -11805782 or 11197259. OLE color: 11197259.
HSL color Cylindrical-coordinate representation of color #4BDBAA: hue angle of 159.58º 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 #4BDBAA is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 170 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.14 |
| HSL | 159.58º | 0.67% | 0.58% | - |
| HSV(B) | 159.58º | 0.66% | 0.86% | - |
| XYZ | 35.49 | 55.06 | 46.79 | - |
| YUV | 170.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 170 | 0.66 | 0 | 0.22 | 0.14 | 159.58 | 0.67 | 0.58 |
| Hex | 4B | DB | AA | 42 | 0 | 16 | E | A0 | 43 | 3A |
| Octal | 113 | 333 | 252 | 102 | 0 | 26 | 16 | 240 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10101010 | 1000010 | 0 | 10110 | 1110 | 10100000 | 1000011 | 111010 |
Color Harmonies of #4BDBAA
Complementary color
Monochromatic Colors of #4BDBAA
Black with #4BDBAA
Text Example
Text Example
White with #4BDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBAA; }
p { color: rgb(75,219,170); }
H1.HeaderClassName
{
color: #4BDBAA;
}
.AnyTagClassName
{
color: #4BDBAA;
}
</style>
background-color css
<style>
a { background-color: #4BDBAA; }
a { background-color: rgb(75,219,170); }
div.DivClassName
{
background-color: #4BDBAA;
}
.BgClassName
{
background-color: #4BDBAA;
}
</style>
border-color css
<style>
span { border-color: #4BDBAA; }
span { border-color: rgb(75,219,170); }
td.TdClassName
{
border-color: #4BDBAA;
}
.TagClassName
{
border-color: #4BDBAA;
}
</style>