Shades of Medium Aquamarine #4AFAA9
Tints of Medium Aquamarine #4AFAA9
RGB
CMYK
RGB Variations
Color information
#4AFAA9 (or 0x4AFAA9) is known color: Medium Aquamarine. HEX triplet: 4A, FA and A9. RGB value is (74,250,169). Sum of RGB (Red+Green+Blue) = 74+250+169=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFAA9 is #B50556. Grayscale: #BCBCBC. Windows color (decimal): -11863383 or 11139658. OLE color: 11139658.
HSL color Cylindrical-coordinate representation of color #4AFAA9: hue angle of 152.39º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFAA9 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 169 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.02 |
| HSL | 152.39º | 0.95% | 0.64% | - |
| HSV(B) | 152.39º | 0.7% | 0.98% | - |
| XYZ | 44.17 | 72.69 | 49.24 | - |
| YUV | 188.14 | 117.19 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 169 | 0.70 | 0 | 0.32 | 0.02 | 152.39 | 0.95 | 0.64 |
| Hex | 4A | FA | A9 | 46 | 0 | 20 | 2 | 98 | 5F | 40 |
| Octal | 112 | 372 | 251 | 106 | 0 | 40 | 2 | 230 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10101001 | 1000110 | 0 | 100000 | 10 | 10011000 | 1011111 | 1000000 |
Color Harmonies of #4AFAA9
Complementary color
Monochromatic Colors of #4AFAA9
Black with #4AFAA9
Text Example
Text Example
White with #4AFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAA9; }
p { color: rgb(74,250,169); }
H1.HeaderClassName
{
color: #4AFAA9;
}
.AnyTagClassName
{
color: #4AFAA9;
}
</style>
background-color css
<style>
a { background-color: #4AFAA9; }
a { background-color: rgb(74,250,169); }
div.DivClassName
{
background-color: #4AFAA9;
}
.BgClassName
{
background-color: #4AFAA9;
}
</style>
border-color css
<style>
span { border-color: #4AFAA9; }
span { border-color: rgb(74,250,169); }
td.TdClassName
{
border-color: #4AFAA9;
}
.TagClassName
{
border-color: #4AFAA9;
}
</style>