Shades of Medium Aquamarine #4BDDA5
Tints of Medium Aquamarine #4BDDA5
RGB
CMYK
RGB Variations
Color information
#4BDDA5 (or 0x4BDDA5) is known color: Medium Aquamarine. HEX triplet: 4B, DD and A5. RGB value is (75,221,165). Sum of RGB (Red+Green+Blue) = 75+221+165=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDA5 is #B4225A. Grayscale: #ABABAB. Windows color (decimal): -11805275 or 10870091. OLE color: 10870091.
HSL color Cylindrical-coordinate representation of color #4BDDA5: hue angle of 156.99º 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 #4BDDA5 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 165 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.13 |
| HSL | 156.99º | 0.68% | 0.58% | - |
| HSV(B) | 156.99º | 0.66% | 0.87% | - |
| XYZ | 35.55 | 55.93 | 44.52 | - |
| YUV | 170.96 | 124.63 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 165 | 0.66 | 0 | 0.25 | 0.13 | 156.99 | 0.68 | 0.58 |
| Hex | 4B | DD | A5 | 42 | 0 | 19 | D | 9D | 44 | 3A |
| Octal | 113 | 335 | 245 | 102 | 0 | 31 | 15 | 235 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10100101 | 1000010 | 0 | 11001 | 1101 | 10011101 | 1000100 | 111010 |
Color Harmonies of #4BDDA5
Complementary color
Monochromatic Colors of #4BDDA5
Black with #4BDDA5
Text Example
Text Example
White with #4BDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDA5; }
p { color: rgb(75,221,165); }
H1.HeaderClassName
{
color: #4BDDA5;
}
.AnyTagClassName
{
color: #4BDDA5;
}
</style>
background-color css
<style>
a { background-color: #4BDDA5; }
a { background-color: rgb(75,221,165); }
div.DivClassName
{
background-color: #4BDDA5;
}
.BgClassName
{
background-color: #4BDDA5;
}
</style>
border-color css
<style>
span { border-color: #4BDDA5; }
span { border-color: rgb(75,221,165); }
td.TdClassName
{
border-color: #4BDDA5;
}
.TagClassName
{
border-color: #4BDDA5;
}
</style>