Shades of Magic Mint #91FABB
Tints of Magic Mint #91FABB
RGB
CMYK
RGB Variations
Color information
#91FABB (or 0x91FABB) is known color: Magic Mint. HEX triplet: 91, FA and BB. RGB value is (145,250,187). Sum of RGB (Red+Green+Blue) = 145+250+187=582 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.91% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #91FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FABB is #6E0544. Grayscale: #D3D3D3. Windows color (decimal): -7210309 or 12319377. OLE color: 12319377.
HSL color Cylindrical-coordinate representation of color #91FABB: hue angle of 144º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FABB is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 187 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.02 |
| HSL | 144º | 0.91% | 0.77% | - |
| HSV(B) | 144º | 0.42% | 0.98% | - |
| XYZ | 54.83 | 77.98 | 59.18 | - |
| YUV | 211.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 187 | 0.42 | 0 | 0.25 | 0.02 | 144 | 0.91 | 0.77 |
| Hex | 91 | FA | BB | 2A | 0 | 19 | 2 | 90 | 5B | 4D |
| Octal | 221 | 372 | 273 | 52 | 0 | 31 | 2 | 220 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10111011 | 101010 | 0 | 11001 | 10 | 10010000 | 1011011 | 1001101 |
Color Harmonies of #91FABB
Complementary color
Monochromatic Colors of #91FABB
Black with #91FABB
Text Example
Text Example
White with #91FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FABB; }
p { color: rgb(145,250,187); }
H1.HeaderClassName
{
color: #91FABB;
}
.AnyTagClassName
{
color: #91FABB;
}
</style>
background-color css
<style>
a { background-color: #91FABB; }
a { background-color: rgb(145,250,187); }
div.DivClassName
{
background-color: #91FABB;
}
.BgClassName
{
background-color: #91FABB;
}
</style>
border-color css
<style>
span { border-color: #91FABB; }
span { border-color: rgb(145,250,187); }
td.TdClassName
{
border-color: #91FABB;
}
.TagClassName
{
border-color: #91FABB;
}
</style>