Shades of Magic Mint #9BFDCF
Tints of Magic Mint #9BFDCF
RGB
CMYK
RGB Variations
Color information
#9BFDCF (or 0x9BFDCF) is known color: Magic Mint. HEX triplet: 9B, FD and CF. RGB value is (155,253,207). Sum of RGB (Red+Green+Blue) = 155+253+207=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDCF is #640230. Grayscale: #DADADA. Windows color (decimal): -6554161 or 13630875. OLE color: 13630875.
HSL color Cylindrical-coordinate representation of color #9BFDCF: hue angle of 151.84º 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 #9BFDCF is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 207 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.01 |
| HSL | 151.84º | 0.96% | 0.8% | - |
| HSV(B) | 151.84º | 0.39% | 0.99% | - |
| XYZ | 59.91 | 81.72 | 71.65 | - |
| YUV | 218.45 | 121.53 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 207 | 0.39 | 0 | 0.18 | 0.01 | 151.84 | 0.96 | 0.8 |
| Hex | 9B | FD | CF | 27 | 0 | 12 | 1 | 98 | 60 | 50 |
| Octal | 233 | 375 | 317 | 47 | 0 | 22 | 1 | 230 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11001111 | 100111 | 0 | 10010 | 1 | 10011000 | 1100000 | 1010000 |
Color Harmonies of #9BFDCF
Complementary color
Monochromatic Colors of #9BFDCF
Black with #9BFDCF
Text Example
Text Example
White with #9BFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDCF; }
p { color: rgb(155,253,207); }
H1.HeaderClassName
{
color: #9BFDCF;
}
.AnyTagClassName
{
color: #9BFDCF;
}
</style>
background-color css
<style>
a { background-color: #9BFDCF; }
a { background-color: rgb(155,253,207); }
div.DivClassName
{
background-color: #9BFDCF;
}
.BgClassName
{
background-color: #9BFDCF;
}
</style>
border-color css
<style>
span { border-color: #9BFDCF; }
span { border-color: rgb(155,253,207); }
td.TdClassName
{
border-color: #9BFDCF;
}
.TagClassName
{
border-color: #9BFDCF;
}
</style>