Shades of Medium Aquamarine #4DD6B4
Tints of Medium Aquamarine #4DD6B4
RGB
CMYK
RGB Variations
Color information
#4DD6B4 (or 0x4DD6B4) is known color: Medium Aquamarine. HEX triplet: 4D, D6 and B4. RGB value is (77,214,180). Sum of RGB (Red+Green+Blue) = 77+214+180=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD6B4 is #B2294B. Grayscale: #A9A9A9. Windows color (decimal): -11675980 or 11851341. OLE color: 11851341.
HSL color Cylindrical-coordinate representation of color #4DD6B4: hue angle of 165.11º 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 #4DD6B4 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 180 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.16 |
| HSL | 165.11º | 0.63% | 0.57% | - |
| HSV(B) | 165.11º | 0.64% | 0.84% | - |
| XYZ | 35.35 | 52.97 | 51.54 | - |
| YUV | 169.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 180 | 0.64 | 0 | 0.16 | 0.16 | 165.11 | 0.63 | 0.57 |
| Hex | 4D | D6 | B4 | 40 | 0 | 10 | 10 | A5 | 3F | 39 |
| Octal | 115 | 326 | 264 | 100 | 0 | 20 | 20 | 245 | 77 | 71 |
| Binary | 1001101 | 11010110 | 10110100 | 1000000 | 0 | 10000 | 10000 | 10100101 | 111111 | 111001 |
Color Harmonies of #4DD6B4
Complementary color
Monochromatic Colors of #4DD6B4
Black with #4DD6B4
Text Example
Text Example
White with #4DD6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD6B4; }
p { color: rgb(77,214,180); }
H1.HeaderClassName
{
color: #4DD6B4;
}
.AnyTagClassName
{
color: #4DD6B4;
}
</style>
background-color css
<style>
a { background-color: #4DD6B4; }
a { background-color: rgb(77,214,180); }
div.DivClassName
{
background-color: #4DD6B4;
}
.BgClassName
{
background-color: #4DD6B4;
}
</style>
border-color css
<style>
span { border-color: #4DD6B4; }
span { border-color: rgb(77,214,180); }
td.TdClassName
{
border-color: #4DD6B4;
}
.TagClassName
{
border-color: #4DD6B4;
}
</style>