Shades of Medium Aquamarine #4BDFB0
Tints of Medium Aquamarine #4BDFB0
RGB
CMYK
RGB Variations
Color information
#4BDFB0 (or 0x4BDFB0) is known color: Medium Aquamarine. HEX triplet: 4B, DF and B0. RGB value is (75,223,176). Sum of RGB (Red+Green+Blue) = 75+223+176=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDFB0 is #B4204F. Grayscale: #ADADAD. Windows color (decimal): -11804752 or 11591499. OLE color: 11591499.
HSL color Cylindrical-coordinate representation of color #4BDFB0: hue angle of 160.95º 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 #4BDFB0 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 176 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.13 |
| HSL | 160.95º | 0.7% | 0.58% | - |
| HSV(B) | 160.95º | 0.66% | 0.87% | - |
| XYZ | 37.13 | 57.41 | 50.2 | - |
| YUV | 173.39 | 129.47 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 176 | 0.66 | 0 | 0.21 | 0.13 | 160.95 | 0.7 | 0.58 |
| Hex | 4B | DF | B0 | 42 | 0 | 15 | D | A1 | 46 | 3A |
| Octal | 113 | 337 | 260 | 102 | 0 | 25 | 15 | 241 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10110000 | 1000010 | 0 | 10101 | 1101 | 10100001 | 1000110 | 111010 |
Color Harmonies of #4BDFB0
Complementary color
Monochromatic Colors of #4BDFB0
Black with #4BDFB0
Text Example
Text Example
White with #4BDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFB0; }
p { color: rgb(75,223,176); }
H1.HeaderClassName
{
color: #4BDFB0;
}
.AnyTagClassName
{
color: #4BDFB0;
}
</style>
background-color css
<style>
a { background-color: #4BDFB0; }
a { background-color: rgb(75,223,176); }
div.DivClassName
{
background-color: #4BDFB0;
}
.BgClassName
{
background-color: #4BDFB0;
}
</style>
border-color css
<style>
span { border-color: #4BDFB0; }
span { border-color: rgb(75,223,176); }
td.TdClassName
{
border-color: #4BDFB0;
}
.TagClassName
{
border-color: #4BDFB0;
}
</style>