Shades of Medium Aquamarine #4AEAA8
Tints of Medium Aquamarine #4AEAA8
RGB
CMYK
RGB Variations
Color information
#4AEAA8 (or 0x4AEAA8) is known color: Medium Aquamarine. HEX triplet: 4A, EA and A8. RGB value is (74,234,168). Sum of RGB (Red+Green+Blue) = 74+234+168=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEAA8 is #B51557. Grayscale: #B2B2B2. Windows color (decimal): -11867480 or 11070026. OLE color: 11070026.
HSL color Cylindrical-coordinate representation of color #4AEAA8: hue angle of 155.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEAA8 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 168 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.08 |
| HSL | 155.25º | 0.79% | 0.6% | - |
| HSV(B) | 155.25º | 0.68% | 0.92% | - |
| XYZ | 39.31 | 63.13 | 47.16 | - |
| YUV | 178.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 168 | 0.68 | 0 | 0.28 | 0.08 | 155.25 | 0.79 | 0.6 |
| Hex | 4A | EA | A8 | 44 | 0 | 1C | 8 | 9B | 4F | 3C |
| Octal | 112 | 352 | 250 | 104 | 0 | 34 | 10 | 233 | 117 | 74 |
| Binary | 1001010 | 11101010 | 10101000 | 1000100 | 0 | 11100 | 1000 | 10011011 | 1001111 | 111100 |
Color Harmonies of #4AEAA8
Complementary color
Monochromatic Colors of #4AEAA8
Black with #4AEAA8
Text Example
Text Example
White with #4AEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAA8; }
p { color: rgb(74,234,168); }
H1.HeaderClassName
{
color: #4AEAA8;
}
.AnyTagClassName
{
color: #4AEAA8;
}
</style>
background-color css
<style>
a { background-color: #4AEAA8; }
a { background-color: rgb(74,234,168); }
div.DivClassName
{
background-color: #4AEAA8;
}
.BgClassName
{
background-color: #4AEAA8;
}
</style>
border-color css
<style>
span { border-color: #4AEAA8; }
span { border-color: rgb(74,234,168); }
td.TdClassName
{
border-color: #4AEAA8;
}
.TagClassName
{
border-color: #4AEAA8;
}
</style>