Shades of Medium Aquamarine #4BD7AD
Tints of Medium Aquamarine #4BD7AD
RGB
CMYK
RGB Variations
Color information
#4BD7AD (or 0x4BD7AD) is known color: Medium Aquamarine. HEX triplet: 4B, D7 and AD. RGB value is (75,215,173). Sum of RGB (Red+Green+Blue) = 75+215+173=463 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.20% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD7AD is #B42852. Grayscale: #A8A8A8. Windows color (decimal): -11806803 or 11392843. OLE color: 11392843.
HSL color Cylindrical-coordinate representation of color #4BD7AD: hue angle of 162º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD7AD is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 173 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.16 |
| HSL | 162º | 0.64% | 0.57% | - |
| HSV(B) | 162º | 0.65% | 0.84% | - |
| XYZ | 34.74 | 53.11 | 47.96 | - |
| YUV | 168.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 173 | 0.65 | 0 | 0.20 | 0.16 | 162 | 0.64 | 0.57 |
| Hex | 4B | D7 | AD | 41 | 0 | 14 | 10 | A2 | 40 | 39 |
| Octal | 113 | 327 | 255 | 101 | 0 | 24 | 20 | 242 | 100 | 71 |
| Binary | 1001011 | 11010111 | 10101101 | 1000001 | 0 | 10100 | 10000 | 10100010 | 1000000 | 111001 |
Color Harmonies of #4BD7AD
Complementary color
Monochromatic Colors of #4BD7AD
Black with #4BD7AD
Text Example
Text Example
White with #4BD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD7AD; }
p { color: rgb(75,215,173); }
H1.HeaderClassName
{
color: #4BD7AD;
}
.AnyTagClassName
{
color: #4BD7AD;
}
</style>
background-color css
<style>
a { background-color: #4BD7AD; }
a { background-color: rgb(75,215,173); }
div.DivClassName
{
background-color: #4BD7AD;
}
.BgClassName
{
background-color: #4BD7AD;
}
</style>
border-color css
<style>
span { border-color: #4BD7AD; }
span { border-color: rgb(75,215,173); }
td.TdClassName
{
border-color: #4BD7AD;
}
.TagClassName
{
border-color: #4BD7AD;
}
</style>