Shades of Magic Mint #9BF9E2
Tints of Magic Mint #9BF9E2
RGB
CMYK
RGB Variations
Color information
#9BF9E2 (or 0x9BF9E2) is known color: Magic Mint. HEX triplet: 9B, F9 and E2. RGB value is (155,249,226). Sum of RGB (Red+Green+Blue) = 155+249+226=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF9E2 is #64061D. Grayscale: #DADADA. Windows color (decimal): -6555166 or 14875035. OLE color: 14875035.
HSL color Cylindrical-coordinate representation of color #9BF9E2: hue angle of 165.32º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9E2 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 226 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.02 |
| HSL | 165.32º | 0.89% | 0.79% | - |
| HSV(B) | 165.32º | 0.38% | 0.98% | - |
| XYZ | 61.12 | 80.21 | 84.21 | - |
| YUV | 218.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 226 | 0.38 | 0 | 0.09 | 0.02 | 165.32 | 0.89 | 0.79 |
| Hex | 9B | F9 | E2 | 26 | 0 | 9 | 2 | A5 | 59 | 4F |
| Octal | 233 | 371 | 342 | 46 | 0 | 11 | 2 | 245 | 131 | 117 |
| Binary | 10011011 | 11111001 | 11100010 | 100110 | 0 | 1001 | 10 | 10100101 | 1011001 | 1001111 |
Color Harmonies of #9BF9E2
Complementary color
Monochromatic Colors of #9BF9E2
Black with #9BF9E2
Text Example
Text Example
White with #9BF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9E2; }
p { color: rgb(155,249,226); }
H1.HeaderClassName
{
color: #9BF9E2;
}
.AnyTagClassName
{
color: #9BF9E2;
}
</style>
background-color css
<style>
a { background-color: #9BF9E2; }
a { background-color: rgb(155,249,226); }
div.DivClassName
{
background-color: #9BF9E2;
}
.BgClassName
{
background-color: #9BF9E2;
}
</style>
border-color css
<style>
span { border-color: #9BF9E2; }
span { border-color: rgb(155,249,226); }
td.TdClassName
{
border-color: #9BF9E2;
}
.TagClassName
{
border-color: #9BF9E2;
}
</style>