Shades of Medium Aquamarine #4ADCAD
Tints of Medium Aquamarine #4ADCAD
RGB
CMYK
RGB Variations
Color information
#4ADCAD (or 0x4ADCAD) is known color: Medium Aquamarine. HEX triplet: 4A, DC and AD. RGB value is (74,220,173). Sum of RGB (Red+Green+Blue) = 74+220+173=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCAD is #B52352. Grayscale: #ABABAB. Windows color (decimal): -11871059 or 11394122. OLE color: 11394122.
HSL color Cylindrical-coordinate representation of color #4ADCAD: hue angle of 160.68º 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 #4ADCAD is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 173 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.14 |
| HSL | 160.68º | 0.68% | 0.58% | - |
| HSV(B) | 160.68º | 0.66% | 0.86% | - |
| XYZ | 35.96 | 55.66 | 48.38 | - |
| YUV | 170.99 | 129.13 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 173 | 0.66 | 0 | 0.21 | 0.14 | 160.68 | 0.68 | 0.58 |
| Hex | 4A | DC | AD | 42 | 0 | 15 | E | A1 | 44 | 3A |
| Octal | 112 | 334 | 255 | 102 | 0 | 25 | 16 | 241 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10101101 | 1000010 | 0 | 10101 | 1110 | 10100001 | 1000100 | 111010 |
Color Harmonies of #4ADCAD
Complementary color
Monochromatic Colors of #4ADCAD
Black with #4ADCAD
Text Example
Text Example
White with #4ADCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCAD; }
p { color: rgb(74,220,173); }
H1.HeaderClassName
{
color: #4ADCAD;
}
.AnyTagClassName
{
color: #4ADCAD;
}
</style>
background-color css
<style>
a { background-color: #4ADCAD; }
a { background-color: rgb(74,220,173); }
div.DivClassName
{
background-color: #4ADCAD;
}
.BgClassName
{
background-color: #4ADCAD;
}
</style>
border-color css
<style>
span { border-color: #4ADCAD; }
span { border-color: rgb(74,220,173); }
td.TdClassName
{
border-color: #4ADCAD;
}
.TagClassName
{
border-color: #4ADCAD;
}
</style>