Shades of Medium Aquamarine #4BDFAA
Tints of Medium Aquamarine #4BDFAA
RGB
CMYK
RGB Variations
Color information
#4BDFAA (or 0x4BDFAA) is known color: Medium Aquamarine. HEX triplet: 4B, DF and AA. RGB value is (75,223,170). Sum of RGB (Red+Green+Blue) = 75+223+170=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDFAA is #B42055. Grayscale: #ACACAC. Windows color (decimal): -11804758 or 11198283. OLE color: 11198283.
HSL color Cylindrical-coordinate representation of color #4BDFAA: hue angle of 158.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDFAA is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 170 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.13 |
| HSL | 158.51º | 0.7% | 0.58% | - |
| HSV(B) | 158.51º | 0.66% | 0.87% | - |
| XYZ | 36.55 | 57.17 | 47.14 | - |
| YUV | 172.71 | 126.47 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 170 | 0.66 | 0 | 0.24 | 0.13 | 158.51 | 0.7 | 0.58 |
| Hex | 4B | DF | AA | 42 | 0 | 18 | D | 9F | 46 | 3A |
| Octal | 113 | 337 | 252 | 102 | 0 | 30 | 15 | 237 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10101010 | 1000010 | 0 | 11000 | 1101 | 10011111 | 1000110 | 111010 |
Color Harmonies of #4BDFAA
Complementary color
Monochromatic Colors of #4BDFAA
Black with #4BDFAA
Text Example
Text Example
White with #4BDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFAA; }
p { color: rgb(75,223,170); }
H1.HeaderClassName
{
color: #4BDFAA;
}
.AnyTagClassName
{
color: #4BDFAA;
}
</style>
background-color css
<style>
a { background-color: #4BDFAA; }
a { background-color: rgb(75,223,170); }
div.DivClassName
{
background-color: #4BDFAA;
}
.BgClassName
{
background-color: #4BDFAA;
}
</style>
border-color css
<style>
span { border-color: #4BDFAA; }
span { border-color: rgb(75,223,170); }
td.TdClassName
{
border-color: #4BDFAA;
}
.TagClassName
{
border-color: #4BDFAA;
}
</style>