Shades of Medium Aquamarine #5BF19C
Tints of Medium Aquamarine #5BF19C
RGB
CMYK
RGB Variations
Color information
#5BF19C (or 0x5BF19C) is known color: Medium Aquamarine. HEX triplet: 5B, F1 and 9C. RGB value is (91,241,156). Sum of RGB (Red+Green+Blue) = 91+241+156=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF19C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF19C is #A40E63. Grayscale: #BABABA. Windows color (decimal): -10751588 or 10285403. OLE color: 10285403.
HSL color Cylindrical-coordinate representation of color #5BF19C: hue angle of 146º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF19C is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 156 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.05 |
| HSL | 146º | 0.84% | 0.65% | - |
| HSV(B) | 146º | 0.62% | 0.95% | - |
| XYZ | 41.77 | 67.54 | 42.29 | - |
| YUV | 186.46 | 110.81 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 156 | 0.62 | 0 | 0.35 | 0.05 | 146 | 0.84 | 0.65 |
| Hex | 5B | F1 | 9C | 3E | 0 | 23 | 5 | 92 | 54 | 41 |
| Octal | 133 | 361 | 234 | 76 | 0 | 43 | 5 | 222 | 124 | 101 |
| Binary | 1011011 | 11110001 | 10011100 | 111110 | 0 | 100011 | 101 | 10010010 | 1010100 | 1000001 |
Color Harmonies of #5BF19C
Complementary color
Monochromatic Colors of #5BF19C
Black with #5BF19C
Text Example
Text Example
White with #5BF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF19C; }
p { color: rgb(91,241,156); }
H1.HeaderClassName
{
color: #5BF19C;
}
.AnyTagClassName
{
color: #5BF19C;
}
</style>
background-color css
<style>
a { background-color: #5BF19C; }
a { background-color: rgb(91,241,156); }
div.DivClassName
{
background-color: #5BF19C;
}
.BgClassName
{
background-color: #5BF19C;
}
</style>
border-color css
<style>
span { border-color: #5BF19C; }
span { border-color: rgb(91,241,156); }
td.TdClassName
{
border-color: #5BF19C;
}
.TagClassName
{
border-color: #5BF19C;
}
</style>