Shades of Medium Aquamarine #4AEDA7
Tints of Medium Aquamarine #4AEDA7
RGB
CMYK
RGB Variations
Color information
#4AEDA7 (or 0x4AEDA7) is known color: Medium Aquamarine. HEX triplet: 4A, ED and A7. RGB value is (74,237,167). Sum of RGB (Red+Green+Blue) = 74+237+167=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEDA7 is #B51258. Grayscale: #B4B4B4. Windows color (decimal): -11866713 or 11005258. OLE color: 11005258.
HSL color Cylindrical-coordinate representation of color #4AEDA7: hue angle of 154.23º 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 #4AEDA7 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 167 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.07 |
| HSL | 154.23º | 0.82% | 0.61% | - |
| HSV(B) | 154.23º | 0.69% | 0.93% | - |
| XYZ | 40.08 | 64.81 | 46.96 | - |
| YUV | 180.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 167 | 0.69 | 0 | 0.30 | 0.07 | 154.23 | 0.82 | 0.61 |
| Hex | 4A | ED | A7 | 45 | 0 | 1E | 7 | 9A | 52 | 3D |
| Octal | 112 | 355 | 247 | 105 | 0 | 36 | 7 | 232 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10100111 | 1000101 | 0 | 11110 | 111 | 10011010 | 1010010 | 111101 |
Color Harmonies of #4AEDA7
Complementary color
Monochromatic Colors of #4AEDA7
Black with #4AEDA7
Text Example
Text Example
White with #4AEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDA7; }
p { color: rgb(74,237,167); }
H1.HeaderClassName
{
color: #4AEDA7;
}
.AnyTagClassName
{
color: #4AEDA7;
}
</style>
background-color css
<style>
a { background-color: #4AEDA7; }
a { background-color: rgb(74,237,167); }
div.DivClassName
{
background-color: #4AEDA7;
}
.BgClassName
{
background-color: #4AEDA7;
}
</style>
border-color css
<style>
span { border-color: #4AEDA7; }
span { border-color: rgb(74,237,167); }
td.TdClassName
{
border-color: #4AEDA7;
}
.TagClassName
{
border-color: #4AEDA7;
}
</style>