Shades of Medium Aquamarine #4BD1AD
Tints of Medium Aquamarine #4BD1AD
RGB
CMYK
RGB Variations
Color information
#4BD1AD (or 0x4BD1AD) is known color: Medium Aquamarine. HEX triplet: 4B, D1 and AD. RGB value is (75,209,173). Sum of RGB (Red+Green+Blue) = 75+209+173=457 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.41% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD1AD is #B42E52. Grayscale: #A4A4A4. Windows color (decimal): -11808339 or 11391307. OLE color: 11391307.
HSL color Cylindrical-coordinate representation of color #4BD1AD: hue angle of 163.88º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD1AD is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 209 | 173 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.18 |
| HSL | 163.88º | 0.59% | 0.56% | - |
| HSV(B) | 163.88º | 0.64% | 0.82% | - |
| XYZ | 33.24 | 50.11 | 47.46 | - |
| YUV | 164.83 | 132.61 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 209 | 173 | 0.64 | 0 | 0.17 | 0.18 | 163.88 | 0.59 | 0.56 |
| Hex | 4B | D1 | AD | 40 | 0 | 11 | 12 | A4 | 3B | 38 |
| Octal | 113 | 321 | 255 | 100 | 0 | 21 | 22 | 244 | 73 | 70 |
| Binary | 1001011 | 11010001 | 10101101 | 1000000 | 0 | 10001 | 10010 | 10100100 | 111011 | 111000 |
Color Harmonies of #4BD1AD
Complementary color
Monochromatic Colors of #4BD1AD
Black with #4BD1AD
Text Example
Text Example
White with #4BD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD1AD; }
p { color: rgb(75,209,173); }
H1.HeaderClassName
{
color: #4BD1AD;
}
.AnyTagClassName
{
color: #4BD1AD;
}
</style>
background-color css
<style>
a { background-color: #4BD1AD; }
a { background-color: rgb(75,209,173); }
div.DivClassName
{
background-color: #4BD1AD;
}
.BgClassName
{
background-color: #4BD1AD;
}
</style>
border-color css
<style>
span { border-color: #4BD1AD; }
span { border-color: rgb(75,209,173); }
td.TdClassName
{
border-color: #4BD1AD;
}
.TagClassName
{
border-color: #4BD1AD;
}
</style>