Shades of Medium Aquamarine #4ADEB1
Tints of Medium Aquamarine #4ADEB1
RGB
CMYK
RGB Variations
Color information
#4ADEB1 (or 0x4ADEB1) is known color: Medium Aquamarine. HEX triplet: 4A, DE and B1. RGB value is (74,222,177). Sum of RGB (Red+Green+Blue) = 74+222+177=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADEB1 is #B5214E. Grayscale: #ACACAC. Windows color (decimal): -11870543 or 11656778. OLE color: 11656778.
HSL color Cylindrical-coordinate representation of color #4ADEB1: hue angle of 161.76º degrees, saturation: 0.69, 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 #4ADEB1 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 177 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.13 |
| HSL | 161.76º | 0.69% | 0.58% | - |
| HSV(B) | 161.76º | 0.67% | 0.87% | - |
| XYZ | 36.88 | 56.87 | 50.63 | - |
| YUV | 172.62 | 130.47 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 177 | 0.67 | 0 | 0.20 | 0.13 | 161.76 | 0.69 | 0.58 |
| Hex | 4A | DE | B1 | 43 | 0 | 14 | D | A2 | 45 | 3A |
| Octal | 112 | 336 | 261 | 103 | 0 | 24 | 15 | 242 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10110001 | 1000011 | 0 | 10100 | 1101 | 10100010 | 1000101 | 111010 |
Color Harmonies of #4ADEB1
Complementary color
Monochromatic Colors of #4ADEB1
Black with #4ADEB1
Text Example
Text Example
White with #4ADEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEB1; }
p { color: rgb(74,222,177); }
H1.HeaderClassName
{
color: #4ADEB1;
}
.AnyTagClassName
{
color: #4ADEB1;
}
</style>
background-color css
<style>
a { background-color: #4ADEB1; }
a { background-color: rgb(74,222,177); }
div.DivClassName
{
background-color: #4ADEB1;
}
.BgClassName
{
background-color: #4ADEB1;
}
</style>
border-color css
<style>
span { border-color: #4ADEB1; }
span { border-color: rgb(74,222,177); }
td.TdClassName
{
border-color: #4ADEB1;
}
.TagClassName
{
border-color: #4ADEB1;
}
</style>