Shades of Magic Mint #91FABC
Tints of Magic Mint #91FABC
RGB
CMYK
RGB Variations
Color information
#91FABC (or 0x91FABC) is known color: Magic Mint. HEX triplet: 91, FA and BC. RGB value is (145,250,188). Sum of RGB (Red+Green+Blue) = 145+250+188=583 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.87% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #91FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FABC is #6E0543. Grayscale: #D3D3D3. Windows color (decimal): -7210308 or 12384913. OLE color: 12384913.
HSL color Cylindrical-coordinate representation of color #91FABC: hue angle of 144.57º 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 #91FABC is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 188 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.02 |
| HSL | 144.57º | 0.91% | 0.77% | - |
| HSV(B) | 144.57º | 0.42% | 0.98% | - |
| XYZ | 54.94 | 78.02 | 59.74 | - |
| YUV | 211.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 188 | 0.42 | 0 | 0.25 | 0.02 | 144.57 | 0.91 | 0.77 |
| Hex | 91 | FA | BC | 2A | 0 | 19 | 2 | 91 | 5B | 4D |
| Octal | 221 | 372 | 274 | 52 | 0 | 31 | 2 | 221 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10111100 | 101010 | 0 | 11001 | 10 | 10010001 | 1011011 | 1001101 |
Color Harmonies of #91FABC
Complementary color
Monochromatic Colors of #91FABC
Black with #91FABC
Text Example
Text Example
White with #91FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FABC; }
p { color: rgb(145,250,188); }
H1.HeaderClassName
{
color: #91FABC;
}
.AnyTagClassName
{
color: #91FABC;
}
</style>
background-color css
<style>
a { background-color: #91FABC; }
a { background-color: rgb(145,250,188); }
div.DivClassName
{
background-color: #91FABC;
}
.BgClassName
{
background-color: #91FABC;
}
</style>
border-color css
<style>
span { border-color: #91FABC; }
span { border-color: rgb(145,250,188); }
td.TdClassName
{
border-color: #91FABC;
}
.TagClassName
{
border-color: #91FABC;
}
</style>