Shades of Medium Aquamarine #4AEEAB
Tints of Medium Aquamarine #4AEEAB
RGB
CMYK
RGB Variations
Color information
#4AEEAB (or 0x4AEEAB) is known color: Medium Aquamarine. HEX triplet: 4A, EE and AB. RGB value is (74,238,171). Sum of RGB (Red+Green+Blue) = 74+238+171=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEEAB is #B51154. Grayscale: #B5B5B5. Windows color (decimal): -11866453 or 11267658. OLE color: 11267658.
HSL color Cylindrical-coordinate representation of color #4AEEAB: hue angle of 155.49º degrees, saturation: 0.83, 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 #4AEEAB is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 171 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.07 |
| HSL | 155.49º | 0.83% | 0.61% | - |
| HSV(B) | 155.49º | 0.69% | 0.93% | - |
| XYZ | 40.75 | 65.55 | 49.03 | - |
| YUV | 181.33 | 122.17 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 171 | 0.69 | 0 | 0.28 | 0.07 | 155.49 | 0.83 | 0.61 |
| Hex | 4A | EE | AB | 45 | 0 | 1C | 7 | 9B | 53 | 3D |
| Octal | 112 | 356 | 253 | 105 | 0 | 34 | 7 | 233 | 123 | 75 |
| Binary | 1001010 | 11101110 | 10101011 | 1000101 | 0 | 11100 | 111 | 10011011 | 1010011 | 111101 |
Color Harmonies of #4AEEAB
Complementary color
Monochromatic Colors of #4AEEAB
Black with #4AEEAB
Text Example
Text Example
White with #4AEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEAB; }
p { color: rgb(74,238,171); }
H1.HeaderClassName
{
color: #4AEEAB;
}
.AnyTagClassName
{
color: #4AEEAB;
}
</style>
background-color css
<style>
a { background-color: #4AEEAB; }
a { background-color: rgb(74,238,171); }
div.DivClassName
{
background-color: #4AEEAB;
}
.BgClassName
{
background-color: #4AEEAB;
}
</style>
border-color css
<style>
span { border-color: #4AEEAB; }
span { border-color: rgb(74,238,171); }
td.TdClassName
{
border-color: #4AEEAB;
}
.TagClassName
{
border-color: #4AEEAB;
}
</style>