Shades of Magic Mint #9BFEDD
Tints of Magic Mint #9BFEDD
RGB
CMYK
RGB Variations
Color information
#9BFEDD (or 0x9BFEDD) is known color: Magic Mint. HEX triplet: 9B, FE and DD. RGB value is (155,254,221). Sum of RGB (Red+Green+Blue) = 155+254+221=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEDD is #640122. Grayscale: #DCDCDC. Windows color (decimal): -6553891 or 14548635. OLE color: 14548635.
HSL color Cylindrical-coordinate representation of color #9BFEDD: hue angle of 160º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEDD is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 221 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.00 |
| HSL | 160º | 0.98% | 0.8% | - |
| HSV(B) | 160º | 0.39% | 1% | - |
| XYZ | 62.01 | 83.07 | 81.17 | - |
| YUV | 220.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 221 | 0.39 | 0 | 0.13 | 0.00 | 160 | 0.98 | 0.8 |
| Hex | 9B | FE | DD | 27 | 0 | D | 0 | A0 | 62 | 50 |
| Octal | 233 | 376 | 335 | 47 | 0 | 15 | 0 | 240 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11011101 | 100111 | 0 | 1101 | 0 | 10100000 | 1100010 | 1010000 |
Color Harmonies of #9BFEDD
Complementary color
Monochromatic Colors of #9BFEDD
Black with #9BFEDD
Text Example
Text Example
White with #9BFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEDD; }
p { color: rgb(155,254,221); }
H1.HeaderClassName
{
color: #9BFEDD;
}
.AnyTagClassName
{
color: #9BFEDD;
}
</style>
background-color css
<style>
a { background-color: #9BFEDD; }
a { background-color: rgb(155,254,221); }
div.DivClassName
{
background-color: #9BFEDD;
}
.BgClassName
{
background-color: #9BFEDD;
}
</style>
border-color css
<style>
span { border-color: #9BFEDD; }
span { border-color: rgb(155,254,221); }
td.TdClassName
{
border-color: #9BFEDD;
}
.TagClassName
{
border-color: #9BFEDD;
}
</style>