Shades of Magic Mint #91FABD
Tints of Magic Mint #91FABD
RGB
CMYK
RGB Variations
Color information
#91FABD (or 0x91FABD) is known color: Magic Mint. HEX triplet: 91, FA and BD. RGB value is (145,250,189). Sum of RGB (Red+Green+Blue) = 145+250+189=584 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.83% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #91FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FABD is #6E0542. Grayscale: #D3D3D3. Windows color (decimal): -7210307 or 12450449. OLE color: 12450449.
HSL color Cylindrical-coordinate representation of color #91FABD: hue angle of 145.14º 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 #91FABD is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 189 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.02 |
| HSL | 145.14º | 0.91% | 0.77% | - |
| HSV(B) | 145.14º | 0.42% | 0.98% | - |
| XYZ | 55.05 | 78.07 | 60.31 | - |
| YUV | 211.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 189 | 0.42 | 0 | 0.24 | 0.02 | 145.14 | 0.91 | 0.77 |
| Hex | 91 | FA | BD | 2A | 0 | 18 | 2 | 91 | 5B | 4D |
| Octal | 221 | 372 | 275 | 52 | 0 | 30 | 2 | 221 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10111101 | 101010 | 0 | 11000 | 10 | 10010001 | 1011011 | 1001101 |
Color Harmonies of #91FABD
Complementary color
Monochromatic Colors of #91FABD
Black with #91FABD
Text Example
Text Example
White with #91FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FABD; }
p { color: rgb(145,250,189); }
H1.HeaderClassName
{
color: #91FABD;
}
.AnyTagClassName
{
color: #91FABD;
}
</style>
background-color css
<style>
a { background-color: #91FABD; }
a { background-color: rgb(145,250,189); }
div.DivClassName
{
background-color: #91FABD;
}
.BgClassName
{
background-color: #91FABD;
}
</style>
border-color css
<style>
span { border-color: #91FABD; }
span { border-color: rgb(145,250,189); }
td.TdClassName
{
border-color: #91FABD;
}
.TagClassName
{
border-color: #91FABD;
}
</style>