Shades of Medium Aquamarine #4ADDB2
Tints of Medium Aquamarine #4ADDB2
RGB
CMYK
RGB Variations
Color information
#4ADDB2 (or 0x4ADDB2) is known color: Medium Aquamarine. HEX triplet: 4A, DD and B2. RGB value is (74,221,178). Sum of RGB (Red+Green+Blue) = 74+221+178=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDB2 is #B5224D. Grayscale: #ACACAC. Windows color (decimal): -11870798 or 11722058. OLE color: 11722058.
HSL color Cylindrical-coordinate representation of color #4ADDB2: hue angle of 162.45º 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 #4ADDB2 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 178 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.13 |
| HSL | 162.45º | 0.68% | 0.58% | - |
| HSV(B) | 162.45º | 0.67% | 0.87% | - |
| XYZ | 36.72 | 56.38 | 51.07 | - |
| YUV | 172.15 | 131.3 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 178 | 0.67 | 0 | 0.19 | 0.13 | 162.45 | 0.68 | 0.58 |
| Hex | 4A | DD | B2 | 43 | 0 | 13 | D | A2 | 44 | 3A |
| Octal | 112 | 335 | 262 | 103 | 0 | 23 | 15 | 242 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10110010 | 1000011 | 0 | 10011 | 1101 | 10100010 | 1000100 | 111010 |
Color Harmonies of #4ADDB2
Complementary color
Monochromatic Colors of #4ADDB2
Black with #4ADDB2
Text Example
Text Example
White with #4ADDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDB2; }
p { color: rgb(74,221,178); }
H1.HeaderClassName
{
color: #4ADDB2;
}
.AnyTagClassName
{
color: #4ADDB2;
}
</style>
background-color css
<style>
a { background-color: #4ADDB2; }
a { background-color: rgb(74,221,178); }
div.DivClassName
{
background-color: #4ADDB2;
}
.BgClassName
{
background-color: #4ADDB2;
}
</style>
border-color css
<style>
span { border-color: #4ADDB2; }
span { border-color: rgb(74,221,178); }
td.TdClassName
{
border-color: #4ADDB2;
}
.TagClassName
{
border-color: #4ADDB2;
}
</style>