Shades of Magic Mint #9EF6CB
Tints of Magic Mint #9EF6CB
RGB
CMYK
RGB Variations
Color information
#9EF6CB (or 0x9EF6CB) is known color: Magic Mint. HEX triplet: 9E, F6 and CB. RGB value is (158,246,203). Sum of RGB (Red+Green+Blue) = 158+246+203=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF6CB is #610934. Grayscale: #D6D6D6. Windows color (decimal): -6359349 or 13366942. OLE color: 13366942.
HSL color Cylindrical-coordinate representation of color #9EF6CB: hue angle of 150.68º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF6CB is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 246 | 203 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.04 |
| HSL | 150.68º | 0.83% | 0.79% | - |
| HSV(B) | 150.68º | 0.36% | 0.96% | - |
| XYZ | 57.84 | 77.49 | 68.41 | - |
| YUV | 214.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 246 | 203 | 0.36 | 0 | 0.17 | 0.04 | 150.68 | 0.83 | 0.79 |
| Hex | 9E | F6 | CB | 24 | 0 | 11 | 4 | 97 | 53 | 4F |
| Octal | 236 | 366 | 313 | 44 | 0 | 21 | 4 | 227 | 123 | 117 |
| Binary | 10011110 | 11110110 | 11001011 | 100100 | 0 | 10001 | 100 | 10010111 | 1010011 | 1001111 |
Color Harmonies of #9EF6CB
Complementary color
Monochromatic Colors of #9EF6CB
Black with #9EF6CB
Text Example
Text Example
White with #9EF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF6CB; }
p { color: rgb(158,246,203); }
H1.HeaderClassName
{
color: #9EF6CB;
}
.AnyTagClassName
{
color: #9EF6CB;
}
</style>
background-color css
<style>
a { background-color: #9EF6CB; }
a { background-color: rgb(158,246,203); }
div.DivClassName
{
background-color: #9EF6CB;
}
.BgClassName
{
background-color: #9EF6CB;
}
</style>
border-color css
<style>
span { border-color: #9EF6CB; }
span { border-color: rgb(158,246,203); }
td.TdClassName
{
border-color: #9EF6CB;
}
.TagClassName
{
border-color: #9EF6CB;
}
</style>