Shades of Medium Aquamarine #4AEDAC
Tints of Medium Aquamarine #4AEDAC
RGB
CMYK
RGB Variations
Color information
#4AEDAC (or 0x4AEDAC) is known color: Medium Aquamarine. HEX triplet: 4A, ED and AC. RGB value is (74,237,172). Sum of RGB (Red+Green+Blue) = 74+237+172=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEDAC is #B51253. Grayscale: #B4B4B4. Windows color (decimal): -11866708 or 11332938. OLE color: 11332938.
HSL color Cylindrical-coordinate representation of color #4AEDAC: hue angle of 156.07º 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 #4AEDAC is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 172 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.07 |
| HSL | 156.07º | 0.82% | 0.61% | - |
| HSV(B) | 156.07º | 0.69% | 0.93% | - |
| XYZ | 40.55 | 65 | 49.44 | - |
| YUV | 180.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 172 | 0.69 | 0 | 0.27 | 0.07 | 156.07 | 0.82 | 0.61 |
| Hex | 4A | ED | AC | 45 | 0 | 1B | 7 | 9C | 52 | 3D |
| Octal | 112 | 355 | 254 | 105 | 0 | 33 | 7 | 234 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10101100 | 1000101 | 0 | 11011 | 111 | 10011100 | 1010010 | 111101 |
Color Harmonies of #4AEDAC
Complementary color
Monochromatic Colors of #4AEDAC
Black with #4AEDAC
Text Example
Text Example
White with #4AEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDAC; }
p { color: rgb(74,237,172); }
H1.HeaderClassName
{
color: #4AEDAC;
}
.AnyTagClassName
{
color: #4AEDAC;
}
</style>
background-color css
<style>
a { background-color: #4AEDAC; }
a { background-color: rgb(74,237,172); }
div.DivClassName
{
background-color: #4AEDAC;
}
.BgClassName
{
background-color: #4AEDAC;
}
</style>
border-color css
<style>
span { border-color: #4AEDAC; }
span { border-color: rgb(74,237,172); }
td.TdClassName
{
border-color: #4AEDAC;
}
.TagClassName
{
border-color: #4AEDAC;
}
</style>