Shades of Magic Mint #91FCBC
Tints of Magic Mint #91FCBC
RGB
CMYK
RGB Variations
Color information
#91FCBC (or 0x91FCBC) is known color: Magic Mint. HEX triplet: 91, FC and BC. RGB value is (145,252,188). Sum of RGB (Red+Green+Blue) = 145+252+188=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #91FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FCBC is #6E0343. Grayscale: #D4D4D4. Windows color (decimal): -7209796 or 12385425. OLE color: 12385425.
HSL color Cylindrical-coordinate representation of color #91FCBC: hue angle of 144.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FCBC is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 188 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.01 |
| HSL | 144.11º | 0.95% | 0.78% | - |
| HSV(B) | 144.11º | 0.42% | 0.99% | - |
| XYZ | 55.56 | 79.27 | 59.95 | - |
| YUV | 212.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 188 | 0.42 | 0 | 0.25 | 0.01 | 144.11 | 0.95 | 0.78 |
| Hex | 91 | FC | BC | 2A | 0 | 19 | 1 | 90 | 5F | 4E |
| Octal | 221 | 374 | 274 | 52 | 0 | 31 | 1 | 220 | 137 | 116 |
| Binary | 10010001 | 11111100 | 10111100 | 101010 | 0 | 11001 | 1 | 10010000 | 1011111 | 1001110 |
Color Harmonies of #91FCBC
Complementary color
Monochromatic Colors of #91FCBC
Black with #91FCBC
Text Example
Text Example
White with #91FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FCBC; }
p { color: rgb(145,252,188); }
H1.HeaderClassName
{
color: #91FCBC;
}
.AnyTagClassName
{
color: #91FCBC;
}
</style>
background-color css
<style>
a { background-color: #91FCBC; }
a { background-color: rgb(145,252,188); }
div.DivClassName
{
background-color: #91FCBC;
}
.BgClassName
{
background-color: #91FCBC;
}
</style>
border-color css
<style>
span { border-color: #91FCBC; }
span { border-color: rgb(145,252,188); }
td.TdClassName
{
border-color: #91FCBC;
}
.TagClassName
{
border-color: #91FCBC;
}
</style>