Shades of Magic Mint #91F2C3
Tints of Magic Mint #91F2C3
RGB
CMYK
RGB Variations
Color information
#91F2C3 (or 0x91F2C3) is known color: Magic Mint. HEX triplet: 91, F2 and C3. RGB value is (145,242,195). Sum of RGB (Red+Green+Blue) = 145+242+195=582 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.91% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F2C3 is #6E0D3C. Grayscale: #CFCFCF. Windows color (decimal): -7212349 or 12841617. OLE color: 12841617.
HSL color Cylindrical-coordinate representation of color #91F2C3: hue angle of 150.93º degrees, saturation: 0.79, 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 #91F2C3 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 242 | 195 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.05 |
| HSL | 150.93º | 0.79% | 0.76% | - |
| HSV(B) | 150.93º | 0.4% | 0.95% | - |
| XYZ | 53.28 | 73.46 | 63 | - |
| YUV | 207.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 242 | 195 | 0.40 | 0 | 0.19 | 0.05 | 150.93 | 0.79 | 0.76 |
| Hex | 91 | F2 | C3 | 28 | 0 | 13 | 5 | 97 | 4F | 4C |
| Octal | 221 | 362 | 303 | 50 | 0 | 23 | 5 | 227 | 117 | 114 |
| Binary | 10010001 | 11110010 | 11000011 | 101000 | 0 | 10011 | 101 | 10010111 | 1001111 | 1001100 |
Color Harmonies of #91F2C3
Complementary color
Monochromatic Colors of #91F2C3
Black with #91F2C3
Text Example
Text Example
White with #91F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F2C3; }
p { color: rgb(145,242,195); }
H1.HeaderClassName
{
color: #91F2C3;
}
.AnyTagClassName
{
color: #91F2C3;
}
</style>
background-color css
<style>
a { background-color: #91F2C3; }
a { background-color: rgb(145,242,195); }
div.DivClassName
{
background-color: #91F2C3;
}
.BgClassName
{
background-color: #91F2C3;
}
</style>
border-color css
<style>
span { border-color: #91F2C3; }
span { border-color: rgb(145,242,195); }
td.TdClassName
{
border-color: #91F2C3;
}
.TagClassName
{
border-color: #91F2C3;
}
</style>