Shades of Medium Aquamarine #4AECAF
Tints of Medium Aquamarine #4AECAF
RGB
CMYK
RGB Variations
Color information
#4AECAF (or 0x4AECAF) is known color: Medium Aquamarine. HEX triplet: 4A, EC and AF. RGB value is (74,236,175). Sum of RGB (Red+Green+Blue) = 74+236+175=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AECAF is #B51350. Grayscale: #B4B4B4. Windows color (decimal): -11866961 or 11529290. OLE color: 11529290.
HSL color Cylindrical-coordinate representation of color #4AECAF: hue angle of 157.41º degrees, saturation: 0.81, 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 #4AECAF is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 175 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.07 |
| HSL | 157.41º | 0.81% | 0.61% | - |
| HSV(B) | 157.41º | 0.69% | 0.93% | - |
| XYZ | 40.56 | 64.54 | 50.88 | - |
| YUV | 180.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 175 | 0.69 | 0 | 0.26 | 0.07 | 157.41 | 0.81 | 0.61 |
| Hex | 4A | EC | AF | 45 | 0 | 1A | 7 | 9D | 51 | 3D |
| Octal | 112 | 354 | 257 | 105 | 0 | 32 | 7 | 235 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10101111 | 1000101 | 0 | 11010 | 111 | 10011101 | 1010001 | 111101 |
Color Harmonies of #4AECAF
Complementary color
Monochromatic Colors of #4AECAF
Black with #4AECAF
Text Example
Text Example
White with #4AECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECAF; }
p { color: rgb(74,236,175); }
H1.HeaderClassName
{
color: #4AECAF;
}
.AnyTagClassName
{
color: #4AECAF;
}
</style>
background-color css
<style>
a { background-color: #4AECAF; }
a { background-color: rgb(74,236,175); }
div.DivClassName
{
background-color: #4AECAF;
}
.BgClassName
{
background-color: #4AECAF;
}
</style>
border-color css
<style>
span { border-color: #4AECAF; }
span { border-color: rgb(74,236,175); }
td.TdClassName
{
border-color: #4AECAF;
}
.TagClassName
{
border-color: #4AECAF;
}
</style>