Shades of Medium Aquamarine #4AFFA6
Tints of Medium Aquamarine #4AFFA6
RGB
CMYK
RGB Variations
Color information
#4AFFA6 (or 0x4AFFA6) is known color: Medium Aquamarine. HEX triplet: 4A, FF and A6. RGB value is (74,255,166). Sum of RGB (Red+Green+Blue) = 74+255+166=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFA6 is #B50059. Grayscale: #BEBEBE. Windows color (decimal): -11862106 or 10944330. OLE color: 10944330.
HSL color Cylindrical-coordinate representation of color #4AFFA6: hue angle of 150.5º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFA6 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 166 | - |
| CMYK | 0.71 | 0 | 0.35 | 0 |
| HSL | 150.5º | 1% | 0.65% | - |
| HSV(B) | 150.5º | 0.71% | 1% | - |
| XYZ | 45.47 | 75.73 | 48.3 | - |
| YUV | 190.74 | 114.03 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 166 | 0.71 | 0 | 0.35 | 0 | 150.5 | 1 | 0.65 |
| Hex | 4A | FF | A6 | 47 | 0 | 23 | 0 | 96 | 64 | 41 |
| Octal | 112 | 377 | 246 | 107 | 0 | 43 | 0 | 226 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10100110 | 1000111 | 0 | 100011 | 0 | 10010110 | 1100100 | 1000001 |
Color Harmonies of #4AFFA6
Complementary color
Monochromatic Colors of #4AFFA6
Black with #4AFFA6
Text Example
Text Example
White with #4AFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFA6; }
p { color: rgb(74,255,166); }
H1.HeaderClassName
{
color: #4AFFA6;
}
.AnyTagClassName
{
color: #4AFFA6;
}
</style>
background-color css
<style>
a { background-color: #4AFFA6; }
a { background-color: rgb(74,255,166); }
div.DivClassName
{
background-color: #4AFFA6;
}
.BgClassName
{
background-color: #4AFFA6;
}
</style>
border-color css
<style>
span { border-color: #4AFFA6; }
span { border-color: rgb(74,255,166); }
td.TdClassName
{
border-color: #4AFFA6;
}
.TagClassName
{
border-color: #4AFFA6;
}
</style>