Shades of Magic Mint #91F5C3
Tints of Magic Mint #91F5C3
RGB
CMYK
RGB Variations
Color information
#91F5C3 (or 0x91F5C3) is known color: Magic Mint. HEX triplet: 91, F5 and C3. RGB value is (145,245,195). Sum of RGB (Red+Green+Blue) = 145+245+195=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #91F5C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F5C3 is #6E0A3C. Grayscale: #D1D1D1. Windows color (decimal): -7211581 or 12842385. OLE color: 12842385.
HSL color Cylindrical-coordinate representation of color #91F5C3: hue angle of 150º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91F5C3 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 245 | 195 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.04 |
| HSL | 150º | 0.83% | 0.76% | - |
| HSV(B) | 150º | 0.41% | 0.96% | - |
| XYZ | 54.18 | 75.26 | 63.3 | - |
| YUV | 209.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 245 | 195 | 0.41 | 0 | 0.20 | 0.04 | 150 | 0.83 | 0.76 |
| Hex | 91 | F5 | C3 | 29 | 0 | 14 | 4 | 96 | 53 | 4C |
| Octal | 221 | 365 | 303 | 51 | 0 | 24 | 4 | 226 | 123 | 114 |
| Binary | 10010001 | 11110101 | 11000011 | 101001 | 0 | 10100 | 100 | 10010110 | 1010011 | 1001100 |
Color Harmonies of #91F5C3
Complementary color
Monochromatic Colors of #91F5C3
Black with #91F5C3
Text Example
Text Example
White with #91F5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F5C3; }
p { color: rgb(145,245,195); }
H1.HeaderClassName
{
color: #91F5C3;
}
.AnyTagClassName
{
color: #91F5C3;
}
</style>
background-color css
<style>
a { background-color: #91F5C3; }
a { background-color: rgb(145,245,195); }
div.DivClassName
{
background-color: #91F5C3;
}
.BgClassName
{
background-color: #91F5C3;
}
</style>
border-color css
<style>
span { border-color: #91F5C3; }
span { border-color: rgb(145,245,195); }
td.TdClassName
{
border-color: #91F5C3;
}
.TagClassName
{
border-color: #91F5C3;
}
</style>