Shades of Medium Aquamarine #5BFA96
Tints of Medium Aquamarine #5BFA96
RGB
CMYK
RGB Variations
Color information
#5BFA96 (or 0x5BFA96) is known color: Medium Aquamarine. HEX triplet: 5B, FA and 96. RGB value is (91,250,150). Sum of RGB (Red+Green+Blue) = 91+250+150=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFA96 is #A40569. Grayscale: #BFBFBF. Windows color (decimal): -10749290 or 9894491. OLE color: 9894491.
HSL color Cylindrical-coordinate representation of color #5BFA96: hue angle of 142.26º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFA96 is Cyan = 0.64, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 150 | - |
| CMYK | 0.64 | 0 | 0.4 | 0.02 |
| HSL | 142.26º | 0.94% | 0.67% | - |
| HSV(B) | 142.26º | 0.64% | 0.98% | - |
| XYZ | 44.01 | 72.8 | 40.59 | - |
| YUV | 191.06 | 104.82 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 150 | 0.64 | 0 | 0.4 | 0.02 | 142.26 | 0.94 | 0.67 |
| Hex | 5B | FA | 96 | 40 | 0 | 28 | 2 | 8E | 5E | 43 |
| Octal | 133 | 372 | 226 | 100 | 0 | 50 | 2 | 216 | 136 | 103 |
| Binary | 1011011 | 11111010 | 10010110 | 1000000 | 0 | 101000 | 10 | 10001110 | 1011110 | 1000011 |
Color Harmonies of #5BFA96
Complementary color
Monochromatic Colors of #5BFA96
Black with #5BFA96
Text Example
Text Example
White with #5BFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFA96; }
p { color: rgb(91,250,150); }
H1.HeaderClassName
{
color: #5BFA96;
}
.AnyTagClassName
{
color: #5BFA96;
}
</style>
background-color css
<style>
a { background-color: #5BFA96; }
a { background-color: rgb(91,250,150); }
div.DivClassName
{
background-color: #5BFA96;
}
.BgClassName
{
background-color: #5BFA96;
}
</style>
border-color css
<style>
span { border-color: #5BFA96; }
span { border-color: rgb(91,250,150); }
td.TdClassName
{
border-color: #5BFA96;
}
.TagClassName
{
border-color: #5BFA96;
}
</style>