Shades of Medium Aquamarine #5AF09B
Tints of Medium Aquamarine #5AF09B
RGB
CMYK
RGB Variations
Color information
#5AF09B (or 0x5AF09B) is known color: Medium Aquamarine. HEX triplet: 5A, F0 and 9B. RGB value is (90,240,155). Sum of RGB (Red+Green+Blue) = 90+240+155=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF09B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF09B is #A50F64. Grayscale: #B9B9B9. Windows color (decimal): -10817381 or 10219610. OLE color: 10219610.
HSL color Cylindrical-coordinate representation of color #5AF09B: hue angle of 146º 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 #5AF09B is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 155 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.06 |
| HSL | 146º | 0.83% | 0.65% | - |
| HSV(B) | 146º | 0.63% | 0.94% | - |
| XYZ | 41.29 | 66.86 | 41.74 | - |
| YUV | 185.46 | 110.81 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 155 | 0.62 | 0 | 0.35 | 0.06 | 146 | 0.83 | 0.65 |
| Hex | 5A | F0 | 9B | 3E | 0 | 23 | 6 | 92 | 53 | 41 |
| Octal | 132 | 360 | 233 | 76 | 0 | 43 | 6 | 222 | 123 | 101 |
| Binary | 1011010 | 11110000 | 10011011 | 111110 | 0 | 100011 | 110 | 10010010 | 1010011 | 1000001 |
Color Harmonies of #5AF09B
Complementary color
Monochromatic Colors of #5AF09B
Black with #5AF09B
Text Example
Text Example
White with #5AF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF09B; }
p { color: rgb(90,240,155); }
H1.HeaderClassName
{
color: #5AF09B;
}
.AnyTagClassName
{
color: #5AF09B;
}
</style>
background-color css
<style>
a { background-color: #5AF09B; }
a { background-color: rgb(90,240,155); }
div.DivClassName
{
background-color: #5AF09B;
}
.BgClassName
{
background-color: #5AF09B;
}
</style>
border-color css
<style>
span { border-color: #5AF09B; }
span { border-color: rgb(90,240,155); }
td.TdClassName
{
border-color: #5AF09B;
}
.TagClassName
{
border-color: #5AF09B;
}
</style>