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