Shades of Medium Aquamarine #4AEEA8
Tints of Medium Aquamarine #4AEEA8
RGB
CMYK
RGB Variations
Color information
#4AEEA8 (or 0x4AEEA8) is known color: Medium Aquamarine. HEX triplet: 4A, EE and A8. RGB value is (74,238,168). Sum of RGB (Red+Green+Blue) = 74+238+168=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEEA8 is #B51157. Grayscale: #B5B5B5. Windows color (decimal): -11866456 or 11071050. OLE color: 11071050.
HSL color Cylindrical-coordinate representation of color #4AEEA8: hue angle of 154.39º 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 #4AEEA8 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 168 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.07 |
| HSL | 154.39º | 0.83% | 0.61% | - |
| HSV(B) | 154.39º | 0.69% | 0.93% | - |
| XYZ | 40.47 | 65.43 | 47.54 | - |
| YUV | 180.98 | 120.67 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 168 | 0.69 | 0 | 0.29 | 0.07 | 154.39 | 0.83 | 0.61 |
| Hex | 4A | EE | A8 | 45 | 0 | 1D | 7 | 9A | 53 | 3D |
| Octal | 112 | 356 | 250 | 105 | 0 | 35 | 7 | 232 | 123 | 75 |
| Binary | 1001010 | 11101110 | 10101000 | 1000101 | 0 | 11101 | 111 | 10011010 | 1010011 | 111101 |
Color Harmonies of #4AEEA8
Complementary color
Monochromatic Colors of #4AEEA8
Black with #4AEEA8
Text Example
Text Example
White with #4AEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEA8; }
p { color: rgb(74,238,168); }
H1.HeaderClassName
{
color: #4AEEA8;
}
.AnyTagClassName
{
color: #4AEEA8;
}
</style>
background-color css
<style>
a { background-color: #4AEEA8; }
a { background-color: rgb(74,238,168); }
div.DivClassName
{
background-color: #4AEEA8;
}
.BgClassName
{
background-color: #4AEEA8;
}
</style>
border-color css
<style>
span { border-color: #4AEEA8; }
span { border-color: rgb(74,238,168); }
td.TdClassName
{
border-color: #4AEEA8;
}
.TagClassName
{
border-color: #4AEEA8;
}
</style>