Shades of Magic Mint #9BFECA
Tints of Magic Mint #9BFECA
RGB
CMYK
RGB Variations
Color information
#9BFECA (or 0x9BFECA) is known color: Magic Mint. HEX triplet: 9B, FE and CA. RGB value is (155,254,202). Sum of RGB (Red+Green+Blue) = 155+254+202=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFECA is #640135. Grayscale: #DADADA. Windows color (decimal): -6553910 or 13303451. OLE color: 13303451.
HSL color Cylindrical-coordinate representation of color #9BFECA: hue angle of 148.48º 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 #9BFECA is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 202 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.00 |
| HSL | 148.48º | 0.98% | 0.8% | - |
| HSV(B) | 148.48º | 0.39% | 1% | - |
| XYZ | 59.62 | 82.12 | 68.58 | - |
| YUV | 218.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 202 | 0.39 | 0 | 0.20 | 0.00 | 148.48 | 0.98 | 0.8 |
| Hex | 9B | FE | CA | 27 | 0 | 14 | 0 | 94 | 62 | 50 |
| Octal | 233 | 376 | 312 | 47 | 0 | 24 | 0 | 224 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11001010 | 100111 | 0 | 10100 | 0 | 10010100 | 1100010 | 1010000 |
Color Harmonies of #9BFECA
Complementary color
Monochromatic Colors of #9BFECA
Black with #9BFECA
Text Example
Text Example
White with #9BFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFECA; }
p { color: rgb(155,254,202); }
H1.HeaderClassName
{
color: #9BFECA;
}
.AnyTagClassName
{
color: #9BFECA;
}
</style>
background-color css
<style>
a { background-color: #9BFECA; }
a { background-color: rgb(155,254,202); }
div.DivClassName
{
background-color: #9BFECA;
}
.BgClassName
{
background-color: #9BFECA;
}
</style>
border-color css
<style>
span { border-color: #9BFECA; }
span { border-color: rgb(155,254,202); }
td.TdClassName
{
border-color: #9BFECA;
}
.TagClassName
{
border-color: #9BFECA;
}
</style>