Shades of Medium Aquamarine #4BD8A8
Tints of Medium Aquamarine #4BD8A8
RGB
CMYK
RGB Variations
Color information
#4BD8A8 (or 0x4BD8A8) is known color: Medium Aquamarine. HEX triplet: 4B, D8 and A8. RGB value is (75,216,168). Sum of RGB (Red+Green+Blue) = 75+216+168=459 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.34% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD8A8 is #B42757. Grayscale: #A8A8A8. Windows color (decimal): -11806552 or 11065419. OLE color: 11065419.
HSL color Cylindrical-coordinate representation of color #4BD8A8: hue angle of 159.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD8A8 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 168 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.15 |
| HSL | 159.57º | 0.64% | 0.57% | - |
| HSV(B) | 159.57º | 0.65% | 0.85% | - |
| XYZ | 34.53 | 53.43 | 45.54 | - |
| YUV | 168.37 | 127.79 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 168 | 0.65 | 0 | 0.22 | 0.15 | 159.57 | 0.64 | 0.57 |
| Hex | 4B | D8 | A8 | 41 | 0 | 16 | F | A0 | 40 | 39 |
| Octal | 113 | 330 | 250 | 101 | 0 | 26 | 17 | 240 | 100 | 71 |
| Binary | 1001011 | 11011000 | 10101000 | 1000001 | 0 | 10110 | 1111 | 10100000 | 1000000 | 111001 |
Color Harmonies of #4BD8A8
Complementary color
Monochromatic Colors of #4BD8A8
Black with #4BD8A8
Text Example
Text Example
White with #4BD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD8A8; }
p { color: rgb(75,216,168); }
H1.HeaderClassName
{
color: #4BD8A8;
}
.AnyTagClassName
{
color: #4BD8A8;
}
</style>
background-color css
<style>
a { background-color: #4BD8A8; }
a { background-color: rgb(75,216,168); }
div.DivClassName
{
background-color: #4BD8A8;
}
.BgClassName
{
background-color: #4BD8A8;
}
</style>
border-color css
<style>
span { border-color: #4BD8A8; }
span { border-color: rgb(75,216,168); }
td.TdClassName
{
border-color: #4BD8A8;
}
.TagClassName
{
border-color: #4BD8A8;
}
</style>