Shades of Magic Mint #9BF2D3
Tints of Magic Mint #9BF2D3
RGB
CMYK
RGB Variations
Color information
#9BF2D3 (or 0x9BF2D3) is known color: Magic Mint. HEX triplet: 9B, F2 and D3. RGB value is (155,242,211). Sum of RGB (Red+Green+Blue) = 155+242+211=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2D3 is #640D2C. Grayscale: #D4D4D4. Windows color (decimal): -6556973 or 13890203. OLE color: 13890203.
HSL color Cylindrical-coordinate representation of color #9BF2D3: hue angle of 158.62º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2D3 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 211 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.05 |
| HSL | 158.62º | 0.77% | 0.78% | - |
| HSV(B) | 158.62º | 0.36% | 0.95% | - |
| XYZ | 57.03 | 75.18 | 73.13 | - |
| YUV | 212.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 211 | 0.36 | 0 | 0.13 | 0.05 | 158.62 | 0.77 | 0.78 |
| Hex | 9B | F2 | D3 | 24 | 0 | D | 5 | 9F | 4D | 4E |
| Octal | 233 | 362 | 323 | 44 | 0 | 15 | 5 | 237 | 115 | 116 |
| Binary | 10011011 | 11110010 | 11010011 | 100100 | 0 | 1101 | 101 | 10011111 | 1001101 | 1001110 |
Color Harmonies of #9BF2D3
Complementary color
Monochromatic Colors of #9BF2D3
Black with #9BF2D3
Text Example
Text Example
White with #9BF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF2D3; }
p { color: rgb(155,242,211); }
H1.HeaderClassName
{
color: #9BF2D3;
}
.AnyTagClassName
{
color: #9BF2D3;
}
</style>
background-color css
<style>
a { background-color: #9BF2D3; }
a { background-color: rgb(155,242,211); }
div.DivClassName
{
background-color: #9BF2D3;
}
.BgClassName
{
background-color: #9BF2D3;
}
</style>
border-color css
<style>
span { border-color: #9BF2D3; }
span { border-color: rgb(155,242,211); }
td.TdClassName
{
border-color: #9BF2D3;
}
.TagClassName
{
border-color: #9BF2D3;
}
</style>