Shades of Magic Mint #9BF6E0
Tints of Magic Mint #9BF6E0
RGB
CMYK
RGB Variations
Color information
#9BF6E0 (or 0x9BF6E0) is known color: Magic Mint. HEX triplet: 9B, F6 and E0. RGB value is (155,246,224). Sum of RGB (Red+Green+Blue) = 155+246+224=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF6E0 is #64091F. Grayscale: #D8D8D8. Windows color (decimal): -6555936 or 14743195. OLE color: 14743195.
HSL color Cylindrical-coordinate representation of color #9BF6E0: hue angle of 165.49º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6E0 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 224 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.04 |
| HSL | 165.49º | 0.83% | 0.79% | - |
| HSV(B) | 165.49º | 0.37% | 0.96% | - |
| XYZ | 59.93 | 78.26 | 82.47 | - |
| YUV | 216.28 | 132.35 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 224 | 0.37 | 0 | 0.09 | 0.04 | 165.49 | 0.83 | 0.79 |
| Hex | 9B | F6 | E0 | 25 | 0 | 9 | 4 | A5 | 53 | 4F |
| Octal | 233 | 366 | 340 | 45 | 0 | 11 | 4 | 245 | 123 | 117 |
| Binary | 10011011 | 11110110 | 11100000 | 100101 | 0 | 1001 | 100 | 10100101 | 1010011 | 1001111 |
Color Harmonies of #9BF6E0
Complementary color
Monochromatic Colors of #9BF6E0
Black with #9BF6E0
Text Example
Text Example
White with #9BF6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF6E0; }
p { color: rgb(155,246,224); }
H1.HeaderClassName
{
color: #9BF6E0;
}
.AnyTagClassName
{
color: #9BF6E0;
}
</style>
background-color css
<style>
a { background-color: #9BF6E0; }
a { background-color: rgb(155,246,224); }
div.DivClassName
{
background-color: #9BF6E0;
}
.BgClassName
{
background-color: #9BF6E0;
}
</style>
border-color css
<style>
span { border-color: #9BF6E0; }
span { border-color: rgb(155,246,224); }
td.TdClassName
{
border-color: #9BF6E0;
}
.TagClassName
{
border-color: #9BF6E0;
}
</style>