Shades of Magic Mint #9DF8BB
Tints of Magic Mint #9DF8BB
RGB
CMYK
RGB Variations
Color information
#9DF8BB (or 0x9DF8BB) is known color: Magic Mint. HEX triplet: 9D, F8 and BB. RGB value is (157,248,187). Sum of RGB (Red+Green+Blue) = 157+248+187=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF8BB is #620744. Grayscale: #D5D5D5. Windows color (decimal): -6424389 or 12318877. OLE color: 12318877.
HSL color Cylindrical-coordinate representation of color #9DF8BB: hue angle of 139.78º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF8BB is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 187 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.03 |
| HSL | 139.78º | 0.87% | 0.79% | - |
| HSV(B) | 139.78º | 0.37% | 0.97% | - |
| XYZ | 56.44 | 77.89 | 59.07 | - |
| YUV | 213.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 187 | 0.37 | 0 | 0.25 | 0.03 | 139.78 | 0.87 | 0.79 |
| Hex | 9D | F8 | BB | 25 | 0 | 19 | 3 | 8C | 57 | 4F |
| Octal | 235 | 370 | 273 | 45 | 0 | 31 | 3 | 214 | 127 | 117 |
| Binary | 10011101 | 11111000 | 10111011 | 100101 | 0 | 11001 | 11 | 10001100 | 1010111 | 1001111 |
Color Harmonies of #9DF8BB
Complementary color
Monochromatic Colors of #9DF8BB
Black with #9DF8BB
Text Example
Text Example
White with #9DF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF8BB; }
p { color: rgb(157,248,187); }
H1.HeaderClassName
{
color: #9DF8BB;
}
.AnyTagClassName
{
color: #9DF8BB;
}
</style>
background-color css
<style>
a { background-color: #9DF8BB; }
a { background-color: rgb(157,248,187); }
div.DivClassName
{
background-color: #9DF8BB;
}
.BgClassName
{
background-color: #9DF8BB;
}
</style>
border-color css
<style>
span { border-color: #9DF8BB; }
span { border-color: rgb(157,248,187); }
td.TdClassName
{
border-color: #9DF8BB;
}
.TagClassName
{
border-color: #9DF8BB;
}
</style>