Shades of Medium Aquamarine #4AEDAB
Tints of Medium Aquamarine #4AEDAB
RGB
CMYK
RGB Variations
Color information
#4AEDAB (or 0x4AEDAB) is known color: Medium Aquamarine. HEX triplet: 4A, ED and AB. RGB value is (74,237,171). Sum of RGB (Red+Green+Blue) = 74+237+171=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEDAB is #B51254. Grayscale: #B4B4B4. Windows color (decimal): -11866709 or 11267402. OLE color: 11267402.
HSL color Cylindrical-coordinate representation of color #4AEDAB: hue angle of 155.71º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEDAB is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 171 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.07 |
| HSL | 155.71º | 0.82% | 0.61% | - |
| HSV(B) | 155.71º | 0.69% | 0.93% | - |
| XYZ | 40.46 | 64.96 | 48.94 | - |
| YUV | 180.74 | 122.5 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 171 | 0.69 | 0 | 0.28 | 0.07 | 155.71 | 0.82 | 0.61 |
| Hex | 4A | ED | AB | 45 | 0 | 1C | 7 | 9C | 52 | 3D |
| Octal | 112 | 355 | 253 | 105 | 0 | 34 | 7 | 234 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10101011 | 1000101 | 0 | 11100 | 111 | 10011100 | 1010010 | 111101 |
Color Harmonies of #4AEDAB
Complementary color
Monochromatic Colors of #4AEDAB
Black with #4AEDAB
Text Example
Text Example
White with #4AEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDAB; }
p { color: rgb(74,237,171); }
H1.HeaderClassName
{
color: #4AEDAB;
}
.AnyTagClassName
{
color: #4AEDAB;
}
</style>
background-color css
<style>
a { background-color: #4AEDAB; }
a { background-color: rgb(74,237,171); }
div.DivClassName
{
background-color: #4AEDAB;
}
.BgClassName
{
background-color: #4AEDAB;
}
</style>
border-color css
<style>
span { border-color: #4AEDAB; }
span { border-color: rgb(74,237,171); }
td.TdClassName
{
border-color: #4AEDAB;
}
.TagClassName
{
border-color: #4AEDAB;
}
</style>