Shades of Magic Mint #9BFDDB
Tints of Magic Mint #9BFDDB
RGB
CMYK
RGB Variations
Color information
#9BFDDB (or 0x9BFDDB) is known color: Magic Mint. HEX triplet: 9B, FD and DB. RGB value is (155,253,219). Sum of RGB (Red+Green+Blue) = 155+253+219=627 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.72% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDDB is #640224. Grayscale: #DBDBDB. Windows color (decimal): -6554149 or 14417307. OLE color: 14417307.
HSL color Cylindrical-coordinate representation of color #9BFDDB: hue angle of 159.18º 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 #9BFDDB is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 219 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.01 |
| HSL | 159.18º | 0.96% | 0.8% | - |
| HSV(B) | 159.18º | 0.39% | 0.99% | - |
| XYZ | 61.43 | 82.33 | 79.67 | - |
| YUV | 219.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 219 | 0.39 | 0 | 0.13 | 0.01 | 159.18 | 0.96 | 0.8 |
| Hex | 9B | FD | DB | 27 | 0 | D | 1 | 9F | 60 | 50 |
| Octal | 233 | 375 | 333 | 47 | 0 | 15 | 1 | 237 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11011011 | 100111 | 0 | 1101 | 1 | 10011111 | 1100000 | 1010000 |
Color Harmonies of #9BFDDB
Complementary color
Monochromatic Colors of #9BFDDB
Black with #9BFDDB
Text Example
Text Example
White with #9BFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDDB; }
p { color: rgb(155,253,219); }
H1.HeaderClassName
{
color: #9BFDDB;
}
.AnyTagClassName
{
color: #9BFDDB;
}
</style>
background-color css
<style>
a { background-color: #9BFDDB; }
a { background-color: rgb(155,253,219); }
div.DivClassName
{
background-color: #9BFDDB;
}
.BgClassName
{
background-color: #9BFDDB;
}
</style>
border-color css
<style>
span { border-color: #9BFDDB; }
span { border-color: rgb(155,253,219); }
td.TdClassName
{
border-color: #9BFDDB;
}
.TagClassName
{
border-color: #9BFDDB;
}
</style>