Shades of Magic Mint #96F6C6
Tints of Magic Mint #96F6C6
RGB
CMYK
RGB Variations
Color information
#96F6C6 (or 0x96F6C6) is known color: Magic Mint. HEX triplet: 96, F6 and C6. RGB value is (150,246,198). Sum of RGB (Red+Green+Blue) = 150+246+198=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6C6 is #690939. Grayscale: #D3D3D3. Windows color (decimal): -6883642 or 13039254. OLE color: 13039254.
HSL color Cylindrical-coordinate representation of color #96F6C6: hue angle of 150º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6C6 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 198 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.04 |
| HSL | 150º | 0.84% | 0.78% | - |
| HSV(B) | 150º | 0.39% | 0.96% | - |
| XYZ | 55.73 | 76.47 | 65.25 | - |
| YUV | 211.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 198 | 0.39 | 0 | 0.20 | 0.04 | 150 | 0.84 | 0.78 |
| Hex | 96 | F6 | C6 | 27 | 0 | 14 | 4 | 96 | 54 | 4E |
| Octal | 226 | 366 | 306 | 47 | 0 | 24 | 4 | 226 | 124 | 116 |
| Binary | 10010110 | 11110110 | 11000110 | 100111 | 0 | 10100 | 100 | 10010110 | 1010100 | 1001110 |
Color Harmonies of #96F6C6
Complementary color
Monochromatic Colors of #96F6C6
Black with #96F6C6
Text Example
Text Example
White with #96F6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F6C6; }
p { color: rgb(150,246,198); }
H1.HeaderClassName
{
color: #96F6C6;
}
.AnyTagClassName
{
color: #96F6C6;
}
</style>
background-color css
<style>
a { background-color: #96F6C6; }
a { background-color: rgb(150,246,198); }
div.DivClassName
{
background-color: #96F6C6;
}
.BgClassName
{
background-color: #96F6C6;
}
</style>
border-color css
<style>
span { border-color: #96F6C6; }
span { border-color: rgb(150,246,198); }
td.TdClassName
{
border-color: #96F6C6;
}
.TagClassName
{
border-color: #96F6C6;
}
</style>