Shades of Magic Mint #96FCCF
Tints of Magic Mint #96FCCF
RGB
CMYK
RGB Variations
Color information
#96FCCF (or 0x96FCCF) is known color: Magic Mint. HEX triplet: 96, FC and CF. RGB value is (150,252,207). Sum of RGB (Red+Green+Blue) = 150+252+207=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCCF is #690330. Grayscale: #D8D8D8. Windows color (decimal): -6882097 or 13630614. OLE color: 13630614.
HSL color Cylindrical-coordinate representation of color #96FCCF: hue angle of 153.53º 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 #96FCCF is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 207 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.01 |
| HSL | 153.53º | 0.94% | 0.79% | - |
| HSV(B) | 153.53º | 0.4% | 0.99% | - |
| XYZ | 58.65 | 80.61 | 71.5 | - |
| YUV | 216.37 | 122.71 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 207 | 0.40 | 0 | 0.18 | 0.01 | 153.53 | 0.94 | 0.79 |
| Hex | 96 | FC | CF | 28 | 0 | 12 | 1 | 9A | 5E | 4F |
| Octal | 226 | 374 | 317 | 50 | 0 | 22 | 1 | 232 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11001111 | 101000 | 0 | 10010 | 1 | 10011010 | 1011110 | 1001111 |
Color Harmonies of #96FCCF
Complementary color
Monochromatic Colors of #96FCCF
Black with #96FCCF
Text Example
Text Example
White with #96FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCCF; }
p { color: rgb(150,252,207); }
H1.HeaderClassName
{
color: #96FCCF;
}
.AnyTagClassName
{
color: #96FCCF;
}
</style>
background-color css
<style>
a { background-color: #96FCCF; }
a { background-color: rgb(150,252,207); }
div.DivClassName
{
background-color: #96FCCF;
}
.BgClassName
{
background-color: #96FCCF;
}
</style>
border-color css
<style>
span { border-color: #96FCCF; }
span { border-color: rgb(150,252,207); }
td.TdClassName
{
border-color: #96FCCF;
}
.TagClassName
{
border-color: #96FCCF;
}
</style>