Shades of Magic Mint #96F5CB
Tints of Magic Mint #96F5CB
RGB
CMYK
RGB Variations
Color information
#96F5CB (or 0x96F5CB) is known color: Magic Mint. HEX triplet: 96, F5 and CB. RGB value is (150,245,203). Sum of RGB (Red+Green+Blue) = 150+245+203=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5CB is #690A34. Grayscale: #D3D3D3. Windows color (decimal): -6883893 or 13366678. OLE color: 13366678.
HSL color Cylindrical-coordinate representation of color #96F5CB: hue angle of 153.47º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5CB is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 203 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.04 |
| HSL | 153.47º | 0.83% | 0.77% | - |
| HSV(B) | 153.47º | 0.39% | 0.96% | - |
| XYZ | 56.01 | 76.1 | 68.24 | - |
| YUV | 211.81 | 123.03 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 203 | 0.39 | 0 | 0.17 | 0.04 | 153.47 | 0.83 | 0.77 |
| Hex | 96 | F5 | CB | 27 | 0 | 11 | 4 | 99 | 53 | 4D |
| Octal | 226 | 365 | 313 | 47 | 0 | 21 | 4 | 231 | 123 | 115 |
| Binary | 10010110 | 11110101 | 11001011 | 100111 | 0 | 10001 | 100 | 10011001 | 1010011 | 1001101 |
Color Harmonies of #96F5CB
Complementary color
Monochromatic Colors of #96F5CB
Black with #96F5CB
Text Example
Text Example
White with #96F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5CB; }
p { color: rgb(150,245,203); }
H1.HeaderClassName
{
color: #96F5CB;
}
.AnyTagClassName
{
color: #96F5CB;
}
</style>
background-color css
<style>
a { background-color: #96F5CB; }
a { background-color: rgb(150,245,203); }
div.DivClassName
{
background-color: #96F5CB;
}
.BgClassName
{
background-color: #96F5CB;
}
</style>
border-color css
<style>
span { border-color: #96F5CB; }
span { border-color: rgb(150,245,203); }
td.TdClassName
{
border-color: #96F5CB;
}
.TagClassName
{
border-color: #96F5CB;
}
</style>