Shades of Medium Aquamarine #5AF6A6
Tints of Medium Aquamarine #5AF6A6
RGB
CMYK
RGB Variations
Color information
#5AF6A6 (or 0x5AF6A6) is known color: Medium Aquamarine. HEX triplet: 5A, F6 and A6. RGB value is (90,246,166). Sum of RGB (Red+Green+Blue) = 90+246+166=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF6A6 is #A50959. Grayscale: #BEBEBE. Windows color (decimal): -10815834 or 10942042. OLE color: 10942042.
HSL color Cylindrical-coordinate representation of color #5AF6A6: hue angle of 149.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6A6 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 166 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.04 |
| HSL | 149.23º | 0.9% | 0.66% | - |
| HSV(B) | 149.23º | 0.63% | 0.96% | - |
| XYZ | 44.06 | 70.84 | 47.43 | - |
| YUV | 190.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 166 | 0.63 | 0 | 0.33 | 0.04 | 149.23 | 0.9 | 0.66 |
| Hex | 5A | F6 | A6 | 3F | 0 | 21 | 4 | 95 | 5A | 42 |
| Octal | 132 | 366 | 246 | 77 | 0 | 41 | 4 | 225 | 132 | 102 |
| Binary | 1011010 | 11110110 | 10100110 | 111111 | 0 | 100001 | 100 | 10010101 | 1011010 | 1000010 |
Color Harmonies of #5AF6A6
Complementary color
Monochromatic Colors of #5AF6A6
Black with #5AF6A6
Text Example
Text Example
White with #5AF6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF6A6; }
p { color: rgb(90,246,166); }
H1.HeaderClassName
{
color: #5AF6A6;
}
.AnyTagClassName
{
color: #5AF6A6;
}
</style>
background-color css
<style>
a { background-color: #5AF6A6; }
a { background-color: rgb(90,246,166); }
div.DivClassName
{
background-color: #5AF6A6;
}
.BgClassName
{
background-color: #5AF6A6;
}
</style>
border-color css
<style>
span { border-color: #5AF6A6; }
span { border-color: rgb(90,246,166); }
td.TdClassName
{
border-color: #5AF6A6;
}
.TagClassName
{
border-color: #5AF6A6;
}
</style>