Shades of Medium Aquamarine #4BDDA8
Tints of Medium Aquamarine #4BDDA8
RGB
CMYK
RGB Variations
Color information
#4BDDA8 (or 0x4BDDA8) is known color: Medium Aquamarine. HEX triplet: 4B, DD and A8. RGB value is (75,221,168). Sum of RGB (Red+Green+Blue) = 75+221+168=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDA8 is #B42257. Grayscale: #ABABAB. Windows color (decimal): -11805272 or 11066699. OLE color: 11066699.
HSL color Cylindrical-coordinate representation of color #4BDDA8: hue angle of 158.22º degrees, saturation: 0.68, 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 #4BDDA8 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 168 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.13 |
| HSL | 158.22º | 0.68% | 0.58% | - |
| HSV(B) | 158.22º | 0.66% | 0.87% | - |
| XYZ | 35.83 | 56.04 | 45.97 | - |
| YUV | 171.3 | 126.13 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 168 | 0.66 | 0 | 0.24 | 0.13 | 158.22 | 0.68 | 0.58 |
| Hex | 4B | DD | A8 | 42 | 0 | 18 | D | 9E | 44 | 3A |
| Octal | 113 | 335 | 250 | 102 | 0 | 30 | 15 | 236 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10101000 | 1000010 | 0 | 11000 | 1101 | 10011110 | 1000100 | 111010 |
Color Harmonies of #4BDDA8
Complementary color
Monochromatic Colors of #4BDDA8
Black with #4BDDA8
Text Example
Text Example
White with #4BDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDA8; }
p { color: rgb(75,221,168); }
H1.HeaderClassName
{
color: #4BDDA8;
}
.AnyTagClassName
{
color: #4BDDA8;
}
</style>
background-color css
<style>
a { background-color: #4BDDA8; }
a { background-color: rgb(75,221,168); }
div.DivClassName
{
background-color: #4BDDA8;
}
.BgClassName
{
background-color: #4BDDA8;
}
</style>
border-color css
<style>
span { border-color: #4BDDA8; }
span { border-color: rgb(75,221,168); }
td.TdClassName
{
border-color: #4BDDA8;
}
.TagClassName
{
border-color: #4BDDA8;
}
</style>