Shades of Magic Mint #9BFEE2
Tints of Magic Mint #9BFEE2
RGB
CMYK
RGB Variations
Color information
#9BFEE2 (or 0x9BFEE2) is known color: Magic Mint. HEX triplet: 9B, FE and E2. RGB value is (155,254,226). Sum of RGB (Red+Green+Blue) = 155+254+226=635 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.41% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEE2 is #64011D. Grayscale: #DDDDDD. Windows color (decimal): -6553886 or 14876315. OLE color: 14876315.
HSL color Cylindrical-coordinate representation of color #9BFEE2: hue angle of 163.03º 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 #9BFEE2 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 226 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.00 |
| HSL | 163.03º | 0.98% | 0.8% | - |
| HSV(B) | 163.03º | 0.39% | 1% | - |
| XYZ | 62.69 | 83.34 | 84.73 | - |
| YUV | 221.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 226 | 0.39 | 0 | 0.11 | 0.00 | 163.03 | 0.98 | 0.8 |
| Hex | 9B | FE | E2 | 27 | 0 | B | 0 | A3 | 62 | 50 |
| Octal | 233 | 376 | 342 | 47 | 0 | 13 | 0 | 243 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11100010 | 100111 | 0 | 1011 | 0 | 10100011 | 1100010 | 1010000 |
Color Harmonies of #9BFEE2
Complementary color
Monochromatic Colors of #9BFEE2
Black with #9BFEE2
Text Example
Text Example
White with #9BFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEE2; }
p { color: rgb(155,254,226); }
H1.HeaderClassName
{
color: #9BFEE2;
}
.AnyTagClassName
{
color: #9BFEE2;
}
</style>
background-color css
<style>
a { background-color: #9BFEE2; }
a { background-color: rgb(155,254,226); }
div.DivClassName
{
background-color: #9BFEE2;
}
.BgClassName
{
background-color: #9BFEE2;
}
</style>
border-color css
<style>
span { border-color: #9BFEE2; }
span { border-color: rgb(155,254,226); }
td.TdClassName
{
border-color: #9BFEE2;
}
.TagClassName
{
border-color: #9BFEE2;
}
</style>