Shades of Medium Aquamarine #5AF09D
Tints of Medium Aquamarine #5AF09D
RGB
CMYK
RGB Variations
Color information
#5AF09D (or 0x5AF09D) is known color: Medium Aquamarine. HEX triplet: 5A, F0 and 9D. RGB value is (90,240,157). Sum of RGB (Red+Green+Blue) = 90+240+157=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF09D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF09D is #A50F62. Grayscale: #B9B9B9. Windows color (decimal): -10817379 or 10350682. OLE color: 10350682.
HSL color Cylindrical-coordinate representation of color #5AF09D: hue angle of 146.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF09D is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 157 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.06 |
| HSL | 146.8º | 0.83% | 0.65% | - |
| HSV(B) | 146.8º | 0.63% | 0.94% | - |
| XYZ | 41.46 | 66.93 | 42.63 | - |
| YUV | 185.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 157 | 0.62 | 0 | 0.35 | 0.06 | 146.8 | 0.83 | 0.65 |
| Hex | 5A | F0 | 9D | 3E | 0 | 23 | 6 | 93 | 53 | 41 |
| Octal | 132 | 360 | 235 | 76 | 0 | 43 | 6 | 223 | 123 | 101 |
| Binary | 1011010 | 11110000 | 10011101 | 111110 | 0 | 100011 | 110 | 10010011 | 1010011 | 1000001 |
Color Harmonies of #5AF09D
Complementary color
Monochromatic Colors of #5AF09D
Black with #5AF09D
Text Example
Text Example
White with #5AF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF09D; }
p { color: rgb(90,240,157); }
H1.HeaderClassName
{
color: #5AF09D;
}
.AnyTagClassName
{
color: #5AF09D;
}
</style>
background-color css
<style>
a { background-color: #5AF09D; }
a { background-color: rgb(90,240,157); }
div.DivClassName
{
background-color: #5AF09D;
}
.BgClassName
{
background-color: #5AF09D;
}
</style>
border-color css
<style>
span { border-color: #5AF09D; }
span { border-color: rgb(90,240,157); }
td.TdClassName
{
border-color: #5AF09D;
}
.TagClassName
{
border-color: #5AF09D;
}
</style>