Shades of Magic Mint #96F6C5
Tints of Magic Mint #96F6C5
RGB
CMYK
RGB Variations
Color information
#96F6C5 (or 0x96F6C5) is known color: Magic Mint. HEX triplet: 96, F6 and C5. RGB value is (150,246,197). Sum of RGB (Red+Green+Blue) = 150+246+197=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6C5 is #69093A. Grayscale: #D3D3D3. Windows color (decimal): -6883643 or 12973718. OLE color: 12973718.
HSL color Cylindrical-coordinate representation of color #96F6C5: hue angle of 149.38º 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 #96F6C5 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 197 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.04 |
| HSL | 149.38º | 0.84% | 0.78% | - |
| HSV(B) | 149.38º | 0.39% | 0.96% | - |
| XYZ | 55.61 | 76.43 | 64.64 | - |
| YUV | 211.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 197 | 0.39 | 0 | 0.20 | 0.04 | 149.38 | 0.84 | 0.78 |
| Hex | 96 | F6 | C5 | 27 | 0 | 14 | 4 | 95 | 54 | 4E |
| Octal | 226 | 366 | 305 | 47 | 0 | 24 | 4 | 225 | 124 | 116 |
| Binary | 10010110 | 11110110 | 11000101 | 100111 | 0 | 10100 | 100 | 10010101 | 1010100 | 1001110 |
Color Harmonies of #96F6C5
Complementary color
Monochromatic Colors of #96F6C5
Black with #96F6C5
Text Example
Text Example
White with #96F6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F6C5; }
p { color: rgb(150,246,197); }
H1.HeaderClassName
{
color: #96F6C5;
}
.AnyTagClassName
{
color: #96F6C5;
}
</style>
background-color css
<style>
a { background-color: #96F6C5; }
a { background-color: rgb(150,246,197); }
div.DivClassName
{
background-color: #96F6C5;
}
.BgClassName
{
background-color: #96F6C5;
}
</style>
border-color css
<style>
span { border-color: #96F6C5; }
span { border-color: rgb(150,246,197); }
td.TdClassName
{
border-color: #96F6C5;
}
.TagClassName
{
border-color: #96F6C5;
}
</style>