Shades of Magic Mint #96FCBC
Tints of Magic Mint #96FCBC
RGB
CMYK
RGB Variations
Color information
#96FCBC (or 0x96FCBC) is known color: Magic Mint. HEX triplet: 96, FC and BC. RGB value is (150,252,188). Sum of RGB (Red+Green+Blue) = 150+252+188=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCBC is #690343. Grayscale: #D6D6D6. Windows color (decimal): -6882116 or 12385430. OLE color: 12385430.
HSL color Cylindrical-coordinate representation of color #96FCBC: hue angle of 142.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCBC is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 188 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.01 |
| HSL | 142.35º | 0.94% | 0.79% | - |
| HSV(B) | 142.35º | 0.4% | 0.99% | - |
| XYZ | 56.47 | 79.74 | 59.99 | - |
| YUV | 214.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 188 | 0.40 | 0 | 0.25 | 0.01 | 142.35 | 0.94 | 0.79 |
| Hex | 96 | FC | BC | 28 | 0 | 19 | 1 | 8E | 5E | 4F |
| Octal | 226 | 374 | 274 | 50 | 0 | 31 | 1 | 216 | 136 | 117 |
| Binary | 10010110 | 11111100 | 10111100 | 101000 | 0 | 11001 | 1 | 10001110 | 1011110 | 1001111 |
Color Harmonies of #96FCBC
Complementary color
Monochromatic Colors of #96FCBC
Black with #96FCBC
Text Example
Text Example
White with #96FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCBC; }
p { color: rgb(150,252,188); }
H1.HeaderClassName
{
color: #96FCBC;
}
.AnyTagClassName
{
color: #96FCBC;
}
</style>
background-color css
<style>
a { background-color: #96FCBC; }
a { background-color: rgb(150,252,188); }
div.DivClassName
{
background-color: #96FCBC;
}
.BgClassName
{
background-color: #96FCBC;
}
</style>
border-color css
<style>
span { border-color: #96FCBC; }
span { border-color: rgb(150,252,188); }
td.TdClassName
{
border-color: #96FCBC;
}
.TagClassName
{
border-color: #96FCBC;
}
</style>