Shades of Medium Aquamarine #4AFAA6
Tints of Medium Aquamarine #4AFAA6
RGB
CMYK
RGB Variations
Color information
#4AFAA6 (or 0x4AFAA6) is known color: Medium Aquamarine. HEX triplet: 4A, FA and A6. RGB value is (74,250,166). Sum of RGB (Red+Green+Blue) = 74+250+166=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFAA6 is #B50559. Grayscale: #BBBBBB. Windows color (decimal): -11863386 or 10943050. OLE color: 10943050.
HSL color Cylindrical-coordinate representation of color #4AFAA6: hue angle of 151.36º 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 #4AFAA6 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 166 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.02 |
| HSL | 151.36º | 0.95% | 0.64% | - |
| HSV(B) | 151.36º | 0.7% | 0.98% | - |
| XYZ | 43.89 | 72.58 | 47.77 | - |
| YUV | 187.8 | 115.69 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 166 | 0.70 | 0 | 0.34 | 0.02 | 151.36 | 0.95 | 0.64 |
| Hex | 4A | FA | A6 | 46 | 0 | 22 | 2 | 97 | 5F | 40 |
| Octal | 112 | 372 | 246 | 106 | 0 | 42 | 2 | 227 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10100110 | 1000110 | 0 | 100010 | 10 | 10010111 | 1011111 | 1000000 |
Color Harmonies of #4AFAA6
Complementary color
Monochromatic Colors of #4AFAA6
Black with #4AFAA6
Text Example
Text Example
White with #4AFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAA6; }
p { color: rgb(74,250,166); }
H1.HeaderClassName
{
color: #4AFAA6;
}
.AnyTagClassName
{
color: #4AFAA6;
}
</style>
background-color css
<style>
a { background-color: #4AFAA6; }
a { background-color: rgb(74,250,166); }
div.DivClassName
{
background-color: #4AFAA6;
}
.BgClassName
{
background-color: #4AFAA6;
}
</style>
border-color css
<style>
span { border-color: #4AFAA6; }
span { border-color: rgb(74,250,166); }
td.TdClassName
{
border-color: #4AFAA6;
}
.TagClassName
{
border-color: #4AFAA6;
}
</style>