Shades of Magic Mint #91FABE
Tints of Magic Mint #91FABE
RGB
CMYK
RGB Variations
Color information
#91FABE (or 0x91FABE) is known color: Magic Mint. HEX triplet: 91, FA and BE. RGB value is (145,250,190). Sum of RGB (Red+Green+Blue) = 145+250+190=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #91FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FABE is #6E0541. Grayscale: #D3D3D3. Windows color (decimal): -7210306 or 12515985. OLE color: 12515985.
HSL color Cylindrical-coordinate representation of color #91FABE: hue angle of 145.71º 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 #91FABE is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 190 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.02 |
| HSL | 145.71º | 0.91% | 0.77% | - |
| HSV(B) | 145.71º | 0.42% | 0.98% | - |
| XYZ | 55.16 | 78.11 | 60.88 | - |
| YUV | 211.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 190 | 0.42 | 0 | 0.24 | 0.02 | 145.71 | 0.91 | 0.77 |
| Hex | 91 | FA | BE | 2A | 0 | 18 | 2 | 92 | 5B | 4D |
| Octal | 221 | 372 | 276 | 52 | 0 | 30 | 2 | 222 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10111110 | 101010 | 0 | 11000 | 10 | 10010010 | 1011011 | 1001101 |
Color Harmonies of #91FABE
Complementary color
Monochromatic Colors of #91FABE
Black with #91FABE
Text Example
Text Example
White with #91FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FABE; }
p { color: rgb(145,250,190); }
H1.HeaderClassName
{
color: #91FABE;
}
.AnyTagClassName
{
color: #91FABE;
}
</style>
background-color css
<style>
a { background-color: #91FABE; }
a { background-color: rgb(145,250,190); }
div.DivClassName
{
background-color: #91FABE;
}
.BgClassName
{
background-color: #91FABE;
}
</style>
border-color css
<style>
span { border-color: #91FABE; }
span { border-color: rgb(145,250,190); }
td.TdClassName
{
border-color: #91FABE;
}
.TagClassName
{
border-color: #91FABE;
}
</style>