Shades of Magic Mint #91F8BE
Tints of Magic Mint #91F8BE
RGB
CMYK
RGB Variations
Color information
#91F8BE (or 0x91F8BE) is known color: Magic Mint. HEX triplet: 91, F8 and BE. RGB value is (145,248,190). Sum of RGB (Red+Green+Blue) = 145+248+190=583 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.87% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #91F8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F8BE is #6E0741. Grayscale: #D2D2D2. Windows color (decimal): -7210818 or 12515473. OLE color: 12515473.
HSL color Cylindrical-coordinate representation of color #91F8BE: hue angle of 146.21º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91F8BE is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 248 | 190 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.03 |
| HSL | 146.21º | 0.88% | 0.77% | - |
| HSV(B) | 146.21º | 0.42% | 0.97% | - |
| XYZ | 54.54 | 76.87 | 60.68 | - |
| YUV | 210.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 248 | 190 | 0.42 | 0 | 0.23 | 0.03 | 146.21 | 0.88 | 0.77 |
| Hex | 91 | F8 | BE | 2A | 0 | 17 | 3 | 92 | 58 | 4D |
| Octal | 221 | 370 | 276 | 52 | 0 | 27 | 3 | 222 | 130 | 115 |
| Binary | 10010001 | 11111000 | 10111110 | 101010 | 0 | 10111 | 11 | 10010010 | 1011000 | 1001101 |
Color Harmonies of #91F8BE
Complementary color
Monochromatic Colors of #91F8BE
Black with #91F8BE
Text Example
Text Example
White with #91F8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F8BE; }
p { color: rgb(145,248,190); }
H1.HeaderClassName
{
color: #91F8BE;
}
.AnyTagClassName
{
color: #91F8BE;
}
</style>
background-color css
<style>
a { background-color: #91F8BE; }
a { background-color: rgb(145,248,190); }
div.DivClassName
{
background-color: #91F8BE;
}
.BgClassName
{
background-color: #91F8BE;
}
</style>
border-color css
<style>
span { border-color: #91F8BE; }
span { border-color: rgb(145,248,190); }
td.TdClassName
{
border-color: #91F8BE;
}
.TagClassName
{
border-color: #91F8BE;
}
</style>