Shades of Medium Aquamarine #4BDBAF
Tints of Medium Aquamarine #4BDBAF
RGB
CMYK
RGB Variations
Color information
#4BDBAF (or 0x4BDBAF) is known color: Medium Aquamarine. HEX triplet: 4B, DB and AF. RGB value is (75,219,175). Sum of RGB (Red+Green+Blue) = 75+219+175=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDBAF is #B42450. Grayscale: #AAAAAA. Windows color (decimal): -11805777 or 11524939. OLE color: 11524939.
HSL color Cylindrical-coordinate representation of color #4BDBAF: hue angle of 161.67º 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 #4BDBAF is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 175 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.14 |
| HSL | 161.67º | 0.67% | 0.58% | - |
| HSV(B) | 161.67º | 0.66% | 0.86% | - |
| XYZ | 35.97 | 55.25 | 49.33 | - |
| YUV | 170.93 | 130.29 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 175 | 0.66 | 0 | 0.20 | 0.14 | 161.67 | 0.67 | 0.58 |
| Hex | 4B | DB | AF | 42 | 0 | 14 | E | A2 | 43 | 3A |
| Octal | 113 | 333 | 257 | 102 | 0 | 24 | 16 | 242 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10101111 | 1000010 | 0 | 10100 | 1110 | 10100010 | 1000011 | 111010 |
Color Harmonies of #4BDBAF
Complementary color
Monochromatic Colors of #4BDBAF
Black with #4BDBAF
Text Example
Text Example
White with #4BDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBAF; }
p { color: rgb(75,219,175); }
H1.HeaderClassName
{
color: #4BDBAF;
}
.AnyTagClassName
{
color: #4BDBAF;
}
</style>
background-color css
<style>
a { background-color: #4BDBAF; }
a { background-color: rgb(75,219,175); }
div.DivClassName
{
background-color: #4BDBAF;
}
.BgClassName
{
background-color: #4BDBAF;
}
</style>
border-color css
<style>
span { border-color: #4BDBAF; }
span { border-color: rgb(75,219,175); }
td.TdClassName
{
border-color: #4BDBAF;
}
.TagClassName
{
border-color: #4BDBAF;
}
</style>