Shades of Magic Mint #9BFDDD
Tints of Magic Mint #9BFDDD
RGB
CMYK
RGB Variations
Color information
#9BFDDD (or 0x9BFDDD) is known color: Magic Mint. HEX triplet: 9B, FD and DD. RGB value is (155,253,221). Sum of RGB (Red+Green+Blue) = 155+253+221=629 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.64% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDDD is #640222. Grayscale: #DCDCDC. Windows color (decimal): -6554147 or 14548379. OLE color: 14548379.
HSL color Cylindrical-coordinate representation of color #9BFDDD: hue angle of 160.41º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDDD is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 221 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.01 |
| HSL | 160.41º | 0.96% | 0.8% | - |
| HSV(B) | 160.41º | 0.39% | 0.99% | - |
| XYZ | 61.69 | 82.44 | 81.07 | - |
| YUV | 220.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 221 | 0.39 | 0 | 0.13 | 0.01 | 160.41 | 0.96 | 0.8 |
| Hex | 9B | FD | DD | 27 | 0 | D | 1 | A0 | 60 | 50 |
| Octal | 233 | 375 | 335 | 47 | 0 | 15 | 1 | 240 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11011101 | 100111 | 0 | 1101 | 1 | 10100000 | 1100000 | 1010000 |
Color Harmonies of #9BFDDD
Complementary color
Monochromatic Colors of #9BFDDD
Black with #9BFDDD
Text Example
Text Example
White with #9BFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDDD; }
p { color: rgb(155,253,221); }
H1.HeaderClassName
{
color: #9BFDDD;
}
.AnyTagClassName
{
color: #9BFDDD;
}
</style>
background-color css
<style>
a { background-color: #9BFDDD; }
a { background-color: rgb(155,253,221); }
div.DivClassName
{
background-color: #9BFDDD;
}
.BgClassName
{
background-color: #9BFDDD;
}
</style>
border-color css
<style>
span { border-color: #9BFDDD; }
span { border-color: rgb(155,253,221); }
td.TdClassName
{
border-color: #9BFDDD;
}
.TagClassName
{
border-color: #9BFDDD;
}
</style>