Shades of Medium Aquamarine #5AF195
Tints of Medium Aquamarine #5AF195
RGB
CMYK
RGB Variations
Color information
#5AF195 (or 0x5AF195) is known color: Medium Aquamarine. HEX triplet: 5A, F1 and 95. RGB value is (90,241,149). Sum of RGB (Red+Green+Blue) = 90+241+149=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF195 is #A50E6A. Grayscale: #B9B9B9. Windows color (decimal): -10817131 or 9826650. OLE color: 9826650.
HSL color Cylindrical-coordinate representation of color #5AF195: hue angle of 143.44º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF195 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 149 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.05 |
| HSL | 143.44º | 0.84% | 0.65% | - |
| HSV(B) | 143.44º | 0.63% | 0.95% | - |
| XYZ | 41.1 | 67.25 | 39.25 | - |
| YUV | 185.36 | 107.47 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 149 | 0.63 | 0 | 0.38 | 0.05 | 143.44 | 0.84 | 0.65 |
| Hex | 5A | F1 | 95 | 3F | 0 | 26 | 5 | 8F | 54 | 41 |
| Octal | 132 | 361 | 225 | 77 | 0 | 46 | 5 | 217 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10010101 | 111111 | 0 | 100110 | 101 | 10001111 | 1010100 | 1000001 |
Color Harmonies of #5AF195
Complementary color
Monochromatic Colors of #5AF195
Black with #5AF195
Text Example
Text Example
White with #5AF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF195; }
p { color: rgb(90,241,149); }
H1.HeaderClassName
{
color: #5AF195;
}
.AnyTagClassName
{
color: #5AF195;
}
</style>
background-color css
<style>
a { background-color: #5AF195; }
a { background-color: rgb(90,241,149); }
div.DivClassName
{
background-color: #5AF195;
}
.BgClassName
{
background-color: #5AF195;
}
</style>
border-color css
<style>
span { border-color: #5AF195; }
span { border-color: rgb(90,241,149); }
td.TdClassName
{
border-color: #5AF195;
}
.TagClassName
{
border-color: #5AF195;
}
</style>