Shades of Medium Aquamarine #4ADDAD
Tints of Medium Aquamarine #4ADDAD
RGB
CMYK
RGB Variations
Color information
#4ADDAD (or 0x4ADDAD) is known color: Medium Aquamarine. HEX triplet: 4A, DD and AD. RGB value is (74,221,173). Sum of RGB (Red+Green+Blue) = 74+221+173=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDAD is #B52252. Grayscale: #ABABAB. Windows color (decimal): -11870803 or 11394378. OLE color: 11394378.
HSL color Cylindrical-coordinate representation of color #4ADDAD: hue angle of 160.41º 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 #4ADDAD is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 173 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.13 |
| HSL | 160.41º | 0.68% | 0.58% | - |
| HSV(B) | 160.41º | 0.67% | 0.87% | - |
| XYZ | 36.22 | 56.19 | 48.47 | - |
| YUV | 171.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 173 | 0.67 | 0 | 0.22 | 0.13 | 160.41 | 0.68 | 0.58 |
| Hex | 4A | DD | AD | 43 | 0 | 16 | D | A0 | 44 | 3A |
| Octal | 112 | 335 | 255 | 103 | 0 | 26 | 15 | 240 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10101101 | 1000011 | 0 | 10110 | 1101 | 10100000 | 1000100 | 111010 |
Color Harmonies of #4ADDAD
Complementary color
Monochromatic Colors of #4ADDAD
Black with #4ADDAD
Text Example
Text Example
White with #4ADDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDAD; }
p { color: rgb(74,221,173); }
H1.HeaderClassName
{
color: #4ADDAD;
}
.AnyTagClassName
{
color: #4ADDAD;
}
</style>
background-color css
<style>
a { background-color: #4ADDAD; }
a { background-color: rgb(74,221,173); }
div.DivClassName
{
background-color: #4ADDAD;
}
.BgClassName
{
background-color: #4ADDAD;
}
</style>
border-color css
<style>
span { border-color: #4ADDAD; }
span { border-color: rgb(74,221,173); }
td.TdClassName
{
border-color: #4ADDAD;
}
.TagClassName
{
border-color: #4ADDAD;
}
</style>