Shades of Magic Mint #91F1C0
Tints of Magic Mint #91F1C0
RGB
CMYK
RGB Variations
Color information
#91F1C0 (or 0x91F1C0) is known color: Magic Mint. HEX triplet: 91, F1 and C0. RGB value is (145,241,192). Sum of RGB (Red+Green+Blue) = 145+241+192=578 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.09% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #91F1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F1C0 is #6E0E3F. Grayscale: #CECECE. Windows color (decimal): -7212608 or 12644753. OLE color: 12644753.
HSL color Cylindrical-coordinate representation of color #91F1C0: hue angle of 149.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F1C0 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 241 | 192 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.05 |
| HSL | 149.38º | 0.77% | 0.76% | - |
| HSV(B) | 149.38º | 0.4% | 0.95% | - |
| XYZ | 52.65 | 72.74 | 61.13 | - |
| YUV | 206.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 241 | 192 | 0.40 | 0 | 0.20 | 0.05 | 149.38 | 0.77 | 0.76 |
| Hex | 91 | F1 | C0 | 28 | 0 | 14 | 5 | 95 | 4D | 4C |
| Octal | 221 | 361 | 300 | 50 | 0 | 24 | 5 | 225 | 115 | 114 |
| Binary | 10010001 | 11110001 | 11000000 | 101000 | 0 | 10100 | 101 | 10010101 | 1001101 | 1001100 |
Color Harmonies of #91F1C0
Complementary color
Monochromatic Colors of #91F1C0
Black with #91F1C0
Text Example
Text Example
White with #91F1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F1C0; }
p { color: rgb(145,241,192); }
H1.HeaderClassName
{
color: #91F1C0;
}
.AnyTagClassName
{
color: #91F1C0;
}
</style>
background-color css
<style>
a { background-color: #91F1C0; }
a { background-color: rgb(145,241,192); }
div.DivClassName
{
background-color: #91F1C0;
}
.BgClassName
{
background-color: #91F1C0;
}
</style>
border-color css
<style>
span { border-color: #91F1C0; }
span { border-color: rgb(145,241,192); }
td.TdClassName
{
border-color: #91F1C0;
}
.TagClassName
{
border-color: #91F1C0;
}
</style>