Shades of Medium Aquamarine #4ADCAB
Tints of Medium Aquamarine #4ADCAB
RGB
CMYK
RGB Variations
Color information
#4ADCAB (or 0x4ADCAB) is known color: Medium Aquamarine. HEX triplet: 4A, DC and AB. RGB value is (74,220,171). Sum of RGB (Red+Green+Blue) = 74+220+171=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCAB is #B52354. Grayscale: #AAAAAA. Windows color (decimal): -11871061 or 11263050. OLE color: 11263050.
HSL color Cylindrical-coordinate representation of color #4ADCAB: hue angle of 159.86º 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 #4ADCAB is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 171 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.14 |
| HSL | 159.86º | 0.68% | 0.58% | - |
| HSV(B) | 159.86º | 0.66% | 0.86% | - |
| XYZ | 35.77 | 55.58 | 47.37 | - |
| YUV | 170.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 171 | 0.66 | 0 | 0.22 | 0.14 | 159.86 | 0.68 | 0.58 |
| Hex | 4A | DC | AB | 42 | 0 | 16 | E | A0 | 44 | 3A |
| Octal | 112 | 334 | 253 | 102 | 0 | 26 | 16 | 240 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10101011 | 1000010 | 0 | 10110 | 1110 | 10100000 | 1000100 | 111010 |
Color Harmonies of #4ADCAB
Complementary color
Monochromatic Colors of #4ADCAB
Black with #4ADCAB
Text Example
Text Example
White with #4ADCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCAB; }
p { color: rgb(74,220,171); }
H1.HeaderClassName
{
color: #4ADCAB;
}
.AnyTagClassName
{
color: #4ADCAB;
}
</style>
background-color css
<style>
a { background-color: #4ADCAB; }
a { background-color: rgb(74,220,171); }
div.DivClassName
{
background-color: #4ADCAB;
}
.BgClassName
{
background-color: #4ADCAB;
}
</style>
border-color css
<style>
span { border-color: #4ADCAB; }
span { border-color: rgb(74,220,171); }
td.TdClassName
{
border-color: #4ADCAB;
}
.TagClassName
{
border-color: #4ADCAB;
}
</style>