Shades of Medium Aquamarine #4DD7B4
Tints of Medium Aquamarine #4DD7B4
RGB
CMYK
RGB Variations
Color information
#4DD7B4 (or 0x4DD7B4) is known color: Medium Aquamarine. HEX triplet: 4D, D7 and B4. RGB value is (77,215,180). Sum of RGB (Red+Green+Blue) = 77+215+180=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD7B4 is #B2284B. Grayscale: #A9A9A9. Windows color (decimal): -11675724 or 11851597. OLE color: 11851597.
HSL color Cylindrical-coordinate representation of color #4DD7B4: hue angle of 164.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD7B4 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 215 | 180 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.16 |
| HSL | 164.78º | 0.63% | 0.57% | - |
| HSV(B) | 164.78º | 0.64% | 0.84% | - |
| XYZ | 35.6 | 53.47 | 51.63 | - |
| YUV | 169.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 180 | 0.64 | 0 | 0.16 | 0.16 | 164.78 | 0.63 | 0.57 |
| Hex | 4D | D7 | B4 | 40 | 0 | 10 | 10 | A5 | 3F | 39 |
| Octal | 115 | 327 | 264 | 100 | 0 | 20 | 20 | 245 | 77 | 71 |
| Binary | 1001101 | 11010111 | 10110100 | 1000000 | 0 | 10000 | 10000 | 10100101 | 111111 | 111001 |
Color Harmonies of #4DD7B4
Complementary color
Monochromatic Colors of #4DD7B4
Black with #4DD7B4
Text Example
Text Example
White with #4DD7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD7B4; }
p { color: rgb(77,215,180); }
H1.HeaderClassName
{
color: #4DD7B4;
}
.AnyTagClassName
{
color: #4DD7B4;
}
</style>
background-color css
<style>
a { background-color: #4DD7B4; }
a { background-color: rgb(77,215,180); }
div.DivClassName
{
background-color: #4DD7B4;
}
.BgClassName
{
background-color: #4DD7B4;
}
</style>
border-color css
<style>
span { border-color: #4DD7B4; }
span { border-color: rgb(77,215,180); }
td.TdClassName
{
border-color: #4DD7B4;
}
.TagClassName
{
border-color: #4DD7B4;
}
</style>