Shades of Magic Mint #9EFDCB
Tints of Magic Mint #9EFDCB
RGB
CMYK
RGB Variations
Color information
#9EFDCB (or 0x9EFDCB) is known color: Magic Mint. HEX triplet: 9E, FD and CB. RGB value is (158,253,203). Sum of RGB (Red+Green+Blue) = 158+253+203=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDCB is #610234. Grayscale: #DBDBDB. Windows color (decimal): -6357557 or 13368734. OLE color: 13368734.
HSL color Cylindrical-coordinate representation of color #9EFDCB: hue angle of 148.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDCB is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 203 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.01 |
| HSL | 148.42º | 0.96% | 0.81% | - |
| HSV(B) | 148.42º | 0.38% | 0.99% | - |
| XYZ | 60.01 | 81.83 | 69.13 | - |
| YUV | 218.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 203 | 0.38 | 0 | 0.20 | 0.01 | 148.42 | 0.96 | 0.81 |
| Hex | 9E | FD | CB | 26 | 0 | 14 | 1 | 94 | 60 | 51 |
| Octal | 236 | 375 | 313 | 46 | 0 | 24 | 1 | 224 | 140 | 121 |
| Binary | 10011110 | 11111101 | 11001011 | 100110 | 0 | 10100 | 1 | 10010100 | 1100000 | 1010001 |
Color Harmonies of #9EFDCB
Complementary color
Monochromatic Colors of #9EFDCB
Black with #9EFDCB
Text Example
Text Example
White with #9EFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDCB; }
p { color: rgb(158,253,203); }
H1.HeaderClassName
{
color: #9EFDCB;
}
.AnyTagClassName
{
color: #9EFDCB;
}
</style>
background-color css
<style>
a { background-color: #9EFDCB; }
a { background-color: rgb(158,253,203); }
div.DivClassName
{
background-color: #9EFDCB;
}
.BgClassName
{
background-color: #9EFDCB;
}
</style>
border-color css
<style>
span { border-color: #9EFDCB; }
span { border-color: rgb(158,253,203); }
td.TdClassName
{
border-color: #9EFDCB;
}
.TagClassName
{
border-color: #9EFDCB;
}
</style>