Shades of Medium Aquamarine #4ADCB1
Tints of Medium Aquamarine #4ADCB1
RGB
CMYK
RGB Variations
Color information
#4ADCB1 (or 0x4ADCB1) is known color: Medium Aquamarine. HEX triplet: 4A, DC and B1. RGB value is (74,220,177). Sum of RGB (Red+Green+Blue) = 74+220+177=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCB1 is #B5234E. Grayscale: #ABABAB. Windows color (decimal): -11871055 or 11656266. OLE color: 11656266.
HSL color Cylindrical-coordinate representation of color #4ADCB1: hue angle of 162.33º 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 #4ADCB1 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 177 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.14 |
| HSL | 162.33º | 0.68% | 0.58% | - |
| HSV(B) | 162.33º | 0.66% | 0.86% | - |
| XYZ | 36.35 | 55.82 | 50.45 | - |
| YUV | 171.44 | 131.13 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 177 | 0.66 | 0 | 0.20 | 0.14 | 162.33 | 0.68 | 0.58 |
| Hex | 4A | DC | B1 | 42 | 0 | 14 | E | A2 | 44 | 3A |
| Octal | 112 | 334 | 261 | 102 | 0 | 24 | 16 | 242 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10110001 | 1000010 | 0 | 10100 | 1110 | 10100010 | 1000100 | 111010 |
Color Harmonies of #4ADCB1
Complementary color
Monochromatic Colors of #4ADCB1
Black with #4ADCB1
Text Example
Text Example
White with #4ADCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCB1; }
p { color: rgb(74,220,177); }
H1.HeaderClassName
{
color: #4ADCB1;
}
.AnyTagClassName
{
color: #4ADCB1;
}
</style>
background-color css
<style>
a { background-color: #4ADCB1; }
a { background-color: rgb(74,220,177); }
div.DivClassName
{
background-color: #4ADCB1;
}
.BgClassName
{
background-color: #4ADCB1;
}
</style>
border-color css
<style>
span { border-color: #4ADCB1; }
span { border-color: rgb(74,220,177); }
td.TdClassName
{
border-color: #4ADCB1;
}
.TagClassName
{
border-color: #4ADCB1;
}
</style>