Shades of Medium Aquamarine #5AF59B
Tints of Medium Aquamarine #5AF59B
RGB
CMYK
RGB Variations
Color information
#5AF59B (or 0x5AF59B) is known color: Medium Aquamarine. HEX triplet: 5A, F5 and 9B. RGB value is (90,245,155). Sum of RGB (Red+Green+Blue) = 90+245+155=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF59B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF59B is #A50A64. Grayscale: #BCBCBC. Windows color (decimal): -10816101 or 10220890. OLE color: 10220890.
HSL color Cylindrical-coordinate representation of color #5AF59B: hue angle of 145.16º degrees, saturation: 0.89, 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 #5AF59B is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 155 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.04 |
| HSL | 145.16º | 0.89% | 0.66% | - |
| HSV(B) | 145.16º | 0.63% | 0.96% | - |
| XYZ | 42.79 | 69.85 | 42.24 | - |
| YUV | 188.4 | 109.15 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 155 | 0.63 | 0 | 0.37 | 0.04 | 145.16 | 0.89 | 0.66 |
| Hex | 5A | F5 | 9B | 3F | 0 | 25 | 4 | 91 | 59 | 42 |
| Octal | 132 | 365 | 233 | 77 | 0 | 45 | 4 | 221 | 131 | 102 |
| Binary | 1011010 | 11110101 | 10011011 | 111111 | 0 | 100101 | 100 | 10010001 | 1011001 | 1000010 |
Color Harmonies of #5AF59B
Complementary color
Monochromatic Colors of #5AF59B
Black with #5AF59B
Text Example
Text Example
White with #5AF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF59B; }
p { color: rgb(90,245,155); }
H1.HeaderClassName
{
color: #5AF59B;
}
.AnyTagClassName
{
color: #5AF59B;
}
</style>
background-color css
<style>
a { background-color: #5AF59B; }
a { background-color: rgb(90,245,155); }
div.DivClassName
{
background-color: #5AF59B;
}
.BgClassName
{
background-color: #5AF59B;
}
</style>
border-color css
<style>
span { border-color: #5AF59B; }
span { border-color: rgb(90,245,155); }
td.TdClassName
{
border-color: #5AF59B;
}
.TagClassName
{
border-color: #5AF59B;
}
</style>