Shades of Medium Aquamarine #4AEBAF
Tints of Medium Aquamarine #4AEBAF
RGB
CMYK
RGB Variations
Color information
#4AEBAF (or 0x4AEBAF) is known color: Medium Aquamarine. HEX triplet: 4A, EB and AF. RGB value is (74,235,175). Sum of RGB (Red+Green+Blue) = 74+235+175=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEBAF is #B51450. Grayscale: #B4B4B4. Windows color (decimal): -11867217 or 11529034. OLE color: 11529034.
HSL color Cylindrical-coordinate representation of color #4AEBAF: hue angle of 157.64º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBAF is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 235 | 175 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.08 |
| HSL | 157.64º | 0.8% | 0.61% | - |
| HSV(B) | 157.64º | 0.69% | 0.92% | - |
| XYZ | 40.27 | 63.97 | 50.78 | - |
| YUV | 180.02 | 125.16 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 175 | 0.69 | 0 | 0.26 | 0.08 | 157.64 | 0.8 | 0.61 |
| Hex | 4A | EB | AF | 45 | 0 | 1A | 8 | 9E | 50 | 3D |
| Octal | 112 | 353 | 257 | 105 | 0 | 32 | 10 | 236 | 120 | 75 |
| Binary | 1001010 | 11101011 | 10101111 | 1000101 | 0 | 11010 | 1000 | 10011110 | 1010000 | 111101 |
Color Harmonies of #4AEBAF
Complementary color
Monochromatic Colors of #4AEBAF
Black with #4AEBAF
Text Example
Text Example
White with #4AEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBAF; }
p { color: rgb(74,235,175); }
H1.HeaderClassName
{
color: #4AEBAF;
}
.AnyTagClassName
{
color: #4AEBAF;
}
</style>
background-color css
<style>
a { background-color: #4AEBAF; }
a { background-color: rgb(74,235,175); }
div.DivClassName
{
background-color: #4AEBAF;
}
.BgClassName
{
background-color: #4AEBAF;
}
</style>
border-color css
<style>
span { border-color: #4AEBAF; }
span { border-color: rgb(74,235,175); }
td.TdClassName
{
border-color: #4AEBAF;
}
.TagClassName
{
border-color: #4AEBAF;
}
</style>