Shades of Magic Mint #9DFBCB
Tints of Magic Mint #9DFBCB
RGB
CMYK
RGB Variations
Color information
#9DFBCB (or 0x9DFBCB) is known color: Magic Mint. HEX triplet: 9D, FB and CB. RGB value is (157,251,203). Sum of RGB (Red+Green+Blue) = 157+251+203=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFBCB is #620434. Grayscale: #D9D9D9. Windows color (decimal): -6423605 or 13368221. OLE color: 13368221.
HSL color Cylindrical-coordinate representation of color #9DFBCB: hue angle of 149.36º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFBCB is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 203 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.02 |
| HSL | 149.36º | 0.92% | 0.8% | - |
| HSV(B) | 149.36º | 0.37% | 0.98% | - |
| XYZ | 59.18 | 80.47 | 68.91 | - |
| YUV | 217.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 203 | 0.37 | 0 | 0.19 | 0.02 | 149.36 | 0.92 | 0.8 |
| Hex | 9D | FB | CB | 25 | 0 | 13 | 2 | 95 | 5C | 50 |
| Octal | 235 | 373 | 313 | 45 | 0 | 23 | 2 | 225 | 134 | 120 |
| Binary | 10011101 | 11111011 | 11001011 | 100101 | 0 | 10011 | 10 | 10010101 | 1011100 | 1010000 |
Color Harmonies of #9DFBCB
Complementary color
Monochromatic Colors of #9DFBCB
Black with #9DFBCB
Text Example
Text Example
White with #9DFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFBCB; }
p { color: rgb(157,251,203); }
H1.HeaderClassName
{
color: #9DFBCB;
}
.AnyTagClassName
{
color: #9DFBCB;
}
</style>
background-color css
<style>
a { background-color: #9DFBCB; }
a { background-color: rgb(157,251,203); }
div.DivClassName
{
background-color: #9DFBCB;
}
.BgClassName
{
background-color: #9DFBCB;
}
</style>
border-color css
<style>
span { border-color: #9DFBCB; }
span { border-color: rgb(157,251,203); }
td.TdClassName
{
border-color: #9DFBCB;
}
.TagClassName
{
border-color: #9DFBCB;
}
</style>