Shades of Medium Aquamarine #4ADCB3
Tints of Medium Aquamarine #4ADCB3
RGB
CMYK
RGB Variations
Color information
#4ADCB3 (or 0x4ADCB3) is known color: Medium Aquamarine. HEX triplet: 4A, DC and B3. RGB value is (74,220,179). Sum of RGB (Red+Green+Blue) = 74+220+179=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCB3 is #B5234C. Grayscale: #ABABAB. Windows color (decimal): -11871053 or 11787338. OLE color: 11787338.
HSL color Cylindrical-coordinate representation of color #4ADCB3: hue angle of 163.15º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCB3 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 179 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.14 |
| HSL | 163.15º | 0.68% | 0.58% | - |
| HSV(B) | 163.15º | 0.66% | 0.86% | - |
| XYZ | 36.55 | 55.9 | 51.51 | - |
| YUV | 171.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 179 | 0.66 | 0 | 0.19 | 0.14 | 163.15 | 0.68 | 0.58 |
| Hex | 4A | DC | B3 | 42 | 0 | 13 | E | A3 | 44 | 3A |
| Octal | 112 | 334 | 263 | 102 | 0 | 23 | 16 | 243 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10110011 | 1000010 | 0 | 10011 | 1110 | 10100011 | 1000100 | 111010 |
Color Harmonies of #4ADCB3
Complementary color
Monochromatic Colors of #4ADCB3
Black with #4ADCB3
Text Example
Text Example
White with #4ADCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCB3; }
p { color: rgb(74,220,179); }
H1.HeaderClassName
{
color: #4ADCB3;
}
.AnyTagClassName
{
color: #4ADCB3;
}
</style>
background-color css
<style>
a { background-color: #4ADCB3; }
a { background-color: rgb(74,220,179); }
div.DivClassName
{
background-color: #4ADCB3;
}
.BgClassName
{
background-color: #4ADCB3;
}
</style>
border-color css
<style>
span { border-color: #4ADCB3; }
span { border-color: rgb(74,220,179); }
td.TdClassName
{
border-color: #4ADCB3;
}
.TagClassName
{
border-color: #4ADCB3;
}
</style>