Shades of Magic Mint #9BF0CA
Tints of Magic Mint #9BF0CA
RGB
CMYK
RGB Variations
Color information
#9BF0CA (or 0x9BF0CA) is known color: Magic Mint. HEX triplet: 9B, F0 and CA. RGB value is (155,240,202). Sum of RGB (Red+Green+Blue) = 155+240+202=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0CA is #640F35. Grayscale: #D2D2D2. Windows color (decimal): -6557494 or 13299867. OLE color: 13299867.
HSL color Cylindrical-coordinate representation of color #9BF0CA: hue angle of 153.18º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0CA is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 202 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.06 |
| HSL | 153.18º | 0.74% | 0.77% | - |
| HSV(B) | 153.18º | 0.35% | 0.94% | - |
| XYZ | 55.34 | 73.55 | 67.16 | - |
| YUV | 210.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 202 | 0.35 | 0 | 0.16 | 0.06 | 153.18 | 0.74 | 0.77 |
| Hex | 9B | F0 | CA | 23 | 0 | 10 | 6 | 99 | 4A | 4D |
| Octal | 233 | 360 | 312 | 43 | 0 | 20 | 6 | 231 | 112 | 115 |
| Binary | 10011011 | 11110000 | 11001010 | 100011 | 0 | 10000 | 110 | 10011001 | 1001010 | 1001101 |
Color Harmonies of #9BF0CA
Complementary color
Monochromatic Colors of #9BF0CA
Black with #9BF0CA
Text Example
Text Example
White with #9BF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF0CA; }
p { color: rgb(155,240,202); }
H1.HeaderClassName
{
color: #9BF0CA;
}
.AnyTagClassName
{
color: #9BF0CA;
}
</style>
background-color css
<style>
a { background-color: #9BF0CA; }
a { background-color: rgb(155,240,202); }
div.DivClassName
{
background-color: #9BF0CA;
}
.BgClassName
{
background-color: #9BF0CA;
}
</style>
border-color css
<style>
span { border-color: #9BF0CA; }
span { border-color: rgb(155,240,202); }
td.TdClassName
{
border-color: #9BF0CA;
}
.TagClassName
{
border-color: #9BF0CA;
}
</style>