Shades of Medium Aquamarine #4BD6AD
Tints of Medium Aquamarine #4BD6AD
RGB
CMYK
RGB Variations
Color information
#4BD6AD (or 0x4BD6AD) is known color: Medium Aquamarine. HEX triplet: 4B, D6 and AD. RGB value is (75,214,173). Sum of RGB (Red+Green+Blue) = 75+214+173=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD6AD is #B42952. Grayscale: #A7A7A7. Windows color (decimal): -11807059 or 11392587. OLE color: 11392587.
HSL color Cylindrical-coordinate representation of color #4BD6AD: hue angle of 162.3º degrees, saturation: 0.63, 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 #4BD6AD is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 173 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.16 |
| HSL | 162.3º | 0.63% | 0.57% | - |
| HSV(B) | 162.3º | 0.65% | 0.84% | - |
| XYZ | 34.49 | 52.61 | 47.87 | - |
| YUV | 167.77 | 130.95 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 173 | 0.65 | 0 | 0.19 | 0.16 | 162.3 | 0.63 | 0.57 |
| Hex | 4B | D6 | AD | 41 | 0 | 13 | 10 | A2 | 3F | 39 |
| Octal | 113 | 326 | 255 | 101 | 0 | 23 | 20 | 242 | 77 | 71 |
| Binary | 1001011 | 11010110 | 10101101 | 1000001 | 0 | 10011 | 10000 | 10100010 | 111111 | 111001 |
Color Harmonies of #4BD6AD
Complementary color
Monochromatic Colors of #4BD6AD
Black with #4BD6AD
Text Example
Text Example
White with #4BD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD6AD; }
p { color: rgb(75,214,173); }
H1.HeaderClassName
{
color: #4BD6AD;
}
.AnyTagClassName
{
color: #4BD6AD;
}
</style>
background-color css
<style>
a { background-color: #4BD6AD; }
a { background-color: rgb(75,214,173); }
div.DivClassName
{
background-color: #4BD6AD;
}
.BgClassName
{
background-color: #4BD6AD;
}
</style>
border-color css
<style>
span { border-color: #4BD6AD; }
span { border-color: rgb(75,214,173); }
td.TdClassName
{
border-color: #4BD6AD;
}
.TagClassName
{
border-color: #4BD6AD;
}
</style>