Shades of Medium Aquamarine #4ADDB3
Tints of Medium Aquamarine #4ADDB3
RGB
CMYK
RGB Variations
Color information
#4ADDB3 (or 0x4ADDB3) is known color: Medium Aquamarine. HEX triplet: 4A, DD and B3. RGB value is (74,221,179). Sum of RGB (Red+Green+Blue) = 74+221+179=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDB3 is #B5224C. Grayscale: #ACACAC. Windows color (decimal): -11870797 or 11787594. OLE color: 11787594.
HSL color Cylindrical-coordinate representation of color #4ADDB3: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDB3 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 179 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.13 |
| HSL | 162.86º | 0.68% | 0.58% | - |
| HSV(B) | 162.86º | 0.67% | 0.87% | - |
| XYZ | 36.82 | 56.42 | 51.6 | - |
| YUV | 172.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 179 | 0.67 | 0 | 0.19 | 0.13 | 162.86 | 0.68 | 0.58 |
| Hex | 4A | DD | B3 | 43 | 0 | 13 | D | A3 | 44 | 3A |
| Octal | 112 | 335 | 263 | 103 | 0 | 23 | 15 | 243 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10110011 | 1000011 | 0 | 10011 | 1101 | 10100011 | 1000100 | 111010 |
Color Harmonies of #4ADDB3
Complementary color
Monochromatic Colors of #4ADDB3
Black with #4ADDB3
Text Example
Text Example
White with #4ADDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDB3; }
p { color: rgb(74,221,179); }
H1.HeaderClassName
{
color: #4ADDB3;
}
.AnyTagClassName
{
color: #4ADDB3;
}
</style>
background-color css
<style>
a { background-color: #4ADDB3; }
a { background-color: rgb(74,221,179); }
div.DivClassName
{
background-color: #4ADDB3;
}
.BgClassName
{
background-color: #4ADDB3;
}
</style>
border-color css
<style>
span { border-color: #4ADDB3; }
span { border-color: rgb(74,221,179); }
td.TdClassName
{
border-color: #4ADDB3;
}
.TagClassName
{
border-color: #4ADDB3;
}
</style>