Shades of Medium Aquamarine #5AFF9B
Tints of Medium Aquamarine #5AFF9B
RGB
CMYK
RGB Variations
Color information
#5AFF9B (or 0x5AFF9B) is known color: Medium Aquamarine. HEX triplet: 5A, FF and 9B. RGB value is (90,255,155). Sum of RGB (Red+Green+Blue) = 90+255+155=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFF9B is #A50064. Grayscale: #C2C2C2. Windows color (decimal): -10813541 or 10223450. OLE color: 10223450.
HSL color Cylindrical-coordinate representation of color #5AFF9B: hue angle of 143.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFF9B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 155 | - |
| CMYK | 0.65 | 0 | 0.39 | 0 |
| HSL | 143.64º | 1% | 0.68% | - |
| HSV(B) | 143.64º | 0.65% | 1% | - |
| XYZ | 45.89 | 76.06 | 43.27 | - |
| YUV | 194.27 | 105.84 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 155 | 0.65 | 0 | 0.39 | 0 | 143.64 | 1 | 0.68 |
| Hex | 5A | FF | 9B | 41 | 0 | 27 | 0 | 90 | 64 | 44 |
| Octal | 132 | 377 | 233 | 101 | 0 | 47 | 0 | 220 | 144 | 104 |
| Binary | 1011010 | 11111111 | 10011011 | 1000001 | 0 | 100111 | 0 | 10010000 | 1100100 | 1000100 |
Color Harmonies of #5AFF9B
Complementary color
Monochromatic Colors of #5AFF9B
Black with #5AFF9B
Text Example
Text Example
White with #5AFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF9B; }
p { color: rgb(90,255,155); }
H1.HeaderClassName
{
color: #5AFF9B;
}
.AnyTagClassName
{
color: #5AFF9B;
}
</style>
background-color css
<style>
a { background-color: #5AFF9B; }
a { background-color: rgb(90,255,155); }
div.DivClassName
{
background-color: #5AFF9B;
}
.BgClassName
{
background-color: #5AFF9B;
}
</style>
border-color css
<style>
span { border-color: #5AFF9B; }
span { border-color: rgb(90,255,155); }
td.TdClassName
{
border-color: #5AFF9B;
}
.TagClassName
{
border-color: #5AFF9B;
}
</style>