Shades of Medium Aquamarine #4AE6A8
Tints of Medium Aquamarine #4AE6A8
RGB
CMYK
RGB Variations
Color information
#4AE6A8 (or 0x4AE6A8) is known color: Medium Aquamarine. HEX triplet: 4A, E6 and A8. RGB value is (74,230,168). Sum of RGB (Red+Green+Blue) = 74+230+168=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE6A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE6A8 is #B51957. Grayscale: #B0B0B0. Windows color (decimal): -11868504 or 11069002. OLE color: 11069002.
HSL color Cylindrical-coordinate representation of color #4AE6A8: hue angle of 156.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE6A8 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 168 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.10 |
| HSL | 156.15º | 0.76% | 0.6% | - |
| HSV(B) | 156.15º | 0.68% | 0.9% | - |
| XYZ | 38.19 | 60.88 | 46.78 | - |
| YUV | 176.29 | 123.32 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 168 | 0.68 | 0 | 0.27 | 0.10 | 156.15 | 0.76 | 0.6 |
| Hex | 4A | E6 | A8 | 44 | 0 | 1B | A | 9C | 4C | 3C |
| Octal | 112 | 346 | 250 | 104 | 0 | 33 | 12 | 234 | 114 | 74 |
| Binary | 1001010 | 11100110 | 10101000 | 1000100 | 0 | 11011 | 1010 | 10011100 | 1001100 | 111100 |
Color Harmonies of #4AE6A8
Complementary color
Monochromatic Colors of #4AE6A8
Black with #4AE6A8
Text Example
Text Example
White with #4AE6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE6A8; }
p { color: rgb(74,230,168); }
H1.HeaderClassName
{
color: #4AE6A8;
}
.AnyTagClassName
{
color: #4AE6A8;
}
</style>
background-color css
<style>
a { background-color: #4AE6A8; }
a { background-color: rgb(74,230,168); }
div.DivClassName
{
background-color: #4AE6A8;
}
.BgClassName
{
background-color: #4AE6A8;
}
</style>
border-color css
<style>
span { border-color: #4AE6A8; }
span { border-color: rgb(74,230,168); }
td.TdClassName
{
border-color: #4AE6A8;
}
.TagClassName
{
border-color: #4AE6A8;
}
</style>