Shades of Magic Mint #9BF6CC
Tints of Magic Mint #9BF6CC
RGB
CMYK
RGB Variations
Color information
#9BF6CC (or 0x9BF6CC) is known color: Magic Mint. HEX triplet: 9B, F6 and CC. RGB value is (155,246,204). Sum of RGB (Red+Green+Blue) = 155+246+204=605 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.62% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF6CC is #640933. Grayscale: #D6D6D6. Windows color (decimal): -6555956 or 13432475. OLE color: 13432475.
HSL color Cylindrical-coordinate representation of color #9BF6CC: hue angle of 152.31º 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 #9BF6CC is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 204 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.04 |
| HSL | 152.31º | 0.83% | 0.79% | - |
| HSV(B) | 152.31º | 0.37% | 0.96% | - |
| XYZ | 57.37 | 77.24 | 69.01 | - |
| YUV | 214 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 204 | 0.37 | 0 | 0.17 | 0.04 | 152.31 | 0.83 | 0.79 |
| Hex | 9B | F6 | CC | 25 | 0 | 11 | 4 | 98 | 53 | 4F |
| Octal | 233 | 366 | 314 | 45 | 0 | 21 | 4 | 230 | 123 | 117 |
| Binary | 10011011 | 11110110 | 11001100 | 100101 | 0 | 10001 | 100 | 10011000 | 1010011 | 1001111 |
Color Harmonies of #9BF6CC
Complementary color
Monochromatic Colors of #9BF6CC
Black with #9BF6CC
Text Example
Text Example
White with #9BF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF6CC; }
p { color: rgb(155,246,204); }
H1.HeaderClassName
{
color: #9BF6CC;
}
.AnyTagClassName
{
color: #9BF6CC;
}
</style>
background-color css
<style>
a { background-color: #9BF6CC; }
a { background-color: rgb(155,246,204); }
div.DivClassName
{
background-color: #9BF6CC;
}
.BgClassName
{
background-color: #9BF6CC;
}
</style>
border-color css
<style>
span { border-color: #9BF6CC; }
span { border-color: rgb(155,246,204); }
td.TdClassName
{
border-color: #9BF6CC;
}
.TagClassName
{
border-color: #9BF6CC;
}
</style>