Shades of Magic Mint #9DFBDF
Tints of Magic Mint #9DFBDF
RGB
CMYK
RGB Variations
Color information
#9DFBDF (or 0x9DFBDF) is known color: Magic Mint. HEX triplet: 9D, FB and DF. RGB value is (157,251,223). Sum of RGB (Red+Green+Blue) = 157+251+223=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFBDF is #620420. Grayscale: #DBDBDB. Windows color (decimal): -6423585 or 14678941. OLE color: 14678941.
HSL color Cylindrical-coordinate representation of color #9DFBDF: hue angle of 162.13º 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 #9DFBDF is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 223 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.02 |
| HSL | 162.13º | 0.92% | 0.8% | - |
| HSV(B) | 162.13º | 0.37% | 0.98% | - |
| XYZ | 61.72 | 81.49 | 82.29 | - |
| YUV | 219.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 223 | 0.37 | 0 | 0.11 | 0.02 | 162.13 | 0.92 | 0.8 |
| Hex | 9D | FB | DF | 25 | 0 | B | 2 | A2 | 5C | 50 |
| Octal | 235 | 373 | 337 | 45 | 0 | 13 | 2 | 242 | 134 | 120 |
| Binary | 10011101 | 11111011 | 11011111 | 100101 | 0 | 1011 | 10 | 10100010 | 1011100 | 1010000 |
Color Harmonies of #9DFBDF
Complementary color
Monochromatic Colors of #9DFBDF
Black with #9DFBDF
Text Example
Text Example
White with #9DFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFBDF; }
p { color: rgb(157,251,223); }
H1.HeaderClassName
{
color: #9DFBDF;
}
.AnyTagClassName
{
color: #9DFBDF;
}
</style>
background-color css
<style>
a { background-color: #9DFBDF; }
a { background-color: rgb(157,251,223); }
div.DivClassName
{
background-color: #9DFBDF;
}
.BgClassName
{
background-color: #9DFBDF;
}
</style>
border-color css
<style>
span { border-color: #9DFBDF; }
span { border-color: rgb(157,251,223); }
td.TdClassName
{
border-color: #9DFBDF;
}
.TagClassName
{
border-color: #9DFBDF;
}
</style>