Shades of Magic Mint #9BFEC2
Tints of Magic Mint #9BFEC2
RGB
CMYK
RGB Variations
Color information
#9BFEC2 (or 0x9BFEC2) is known color: Magic Mint. HEX triplet: 9B, FE and C2. RGB value is (155,254,194). Sum of RGB (Red+Green+Blue) = 155+254+194=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEC2 is #64013D. Grayscale: #D9D9D9. Windows color (decimal): -6553918 or 12779163. OLE color: 12779163.
HSL color Cylindrical-coordinate representation of color #9BFEC2: hue angle of 143.64º 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 #9BFEC2 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 194 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.00 |
| HSL | 143.64º | 0.98% | 0.8% | - |
| HSV(B) | 143.64º | 0.39% | 1% | - |
| XYZ | 58.7 | 81.75 | 63.72 | - |
| YUV | 217.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 194 | 0.39 | 0 | 0.24 | 0.00 | 143.64 | 0.98 | 0.8 |
| Hex | 9B | FE | C2 | 27 | 0 | 18 | 0 | 90 | 62 | 50 |
| Octal | 233 | 376 | 302 | 47 | 0 | 30 | 0 | 220 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11000010 | 100111 | 0 | 11000 | 0 | 10010000 | 1100010 | 1010000 |
Color Harmonies of #9BFEC2
Complementary color
Monochromatic Colors of #9BFEC2
Black with #9BFEC2
Text Example
Text Example
White with #9BFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEC2; }
p { color: rgb(155,254,194); }
H1.HeaderClassName
{
color: #9BFEC2;
}
.AnyTagClassName
{
color: #9BFEC2;
}
</style>
background-color css
<style>
a { background-color: #9BFEC2; }
a { background-color: rgb(155,254,194); }
div.DivClassName
{
background-color: #9BFEC2;
}
.BgClassName
{
background-color: #9BFEC2;
}
</style>
border-color css
<style>
span { border-color: #9BFEC2; }
span { border-color: rgb(155,254,194); }
td.TdClassName
{
border-color: #9BFEC2;
}
.TagClassName
{
border-color: #9BFEC2;
}
</style>