Shades of Magic Mint #9BF6CA
Tints of Magic Mint #9BF6CA
RGB
CMYK
RGB Variations
Color information
#9BF6CA (or 0x9BF6CA) is known color: Magic Mint. HEX triplet: 9B, F6 and CA. RGB value is (155,246,202). Sum of RGB (Red+Green+Blue) = 155+246+202=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF6CA is #640935. Grayscale: #D5D5D5. Windows color (decimal): -6555958 or 13301403. OLE color: 13301403.
HSL color Cylindrical-coordinate representation of color #9BF6CA: hue angle of 150.99º 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 #9BF6CA is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 202 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.04 |
| HSL | 150.99º | 0.83% | 0.79% | - |
| HSV(B) | 150.99º | 0.37% | 0.96% | - |
| XYZ | 57.13 | 77.14 | 67.76 | - |
| YUV | 213.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 202 | 0.37 | 0 | 0.18 | 0.04 | 150.99 | 0.83 | 0.79 |
| Hex | 9B | F6 | CA | 25 | 0 | 12 | 4 | 97 | 53 | 4F |
| Octal | 233 | 366 | 312 | 45 | 0 | 22 | 4 | 227 | 123 | 117 |
| Binary | 10011011 | 11110110 | 11001010 | 100101 | 0 | 10010 | 100 | 10010111 | 1010011 | 1001111 |
Color Harmonies of #9BF6CA
Complementary color
Monochromatic Colors of #9BF6CA
Black with #9BF6CA
Text Example
Text Example
White with #9BF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF6CA; }
p { color: rgb(155,246,202); }
H1.HeaderClassName
{
color: #9BF6CA;
}
.AnyTagClassName
{
color: #9BF6CA;
}
</style>
background-color css
<style>
a { background-color: #9BF6CA; }
a { background-color: rgb(155,246,202); }
div.DivClassName
{
background-color: #9BF6CA;
}
.BgClassName
{
background-color: #9BF6CA;
}
</style>
border-color css
<style>
span { border-color: #9BF6CA; }
span { border-color: rgb(155,246,202); }
td.TdClassName
{
border-color: #9BF6CA;
}
.TagClassName
{
border-color: #9BF6CA;
}
</style>