Shades of Magic Mint #9BE9D0
Tints of Magic Mint #9BE9D0
RGB
CMYK
RGB Variations
Color information
#9BE9D0 (or 0x9BE9D0) is known color: Magic Mint. HEX triplet: 9B, E9 and D0. RGB value is (155,233,208). Sum of RGB (Red+Green+Blue) = 155+233+208=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE9D0 is #64162F. Grayscale: #CECECE. Windows color (decimal): -6559280 or 13691291. OLE color: 13691291.
HSL color Cylindrical-coordinate representation of color #9BE9D0: hue angle of 160.77º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE9D0 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 208 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.09 |
| HSL | 160.77º | 0.64% | 0.76% | - |
| HSV(B) | 160.77º | 0.33% | 0.91% | - |
| XYZ | 54.04 | 69.8 | 70.3 | - |
| YUV | 206.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 208 | 0.33 | 0 | 0.11 | 0.09 | 160.77 | 0.64 | 0.76 |
| Hex | 9B | E9 | D0 | 21 | 0 | B | 9 | A1 | 40 | 4C |
| Octal | 233 | 351 | 320 | 41 | 0 | 13 | 11 | 241 | 100 | 114 |
| Binary | 10011011 | 11101001 | 11010000 | 100001 | 0 | 1011 | 1001 | 10100001 | 1000000 | 1001100 |
Color Harmonies of #9BE9D0
Complementary color
Monochromatic Colors of #9BE9D0
Black with #9BE9D0
Text Example
Text Example
White with #9BE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE9D0; }
p { color: rgb(155,233,208); }
H1.HeaderClassName
{
color: #9BE9D0;
}
.AnyTagClassName
{
color: #9BE9D0;
}
</style>
background-color css
<style>
a { background-color: #9BE9D0; }
a { background-color: rgb(155,233,208); }
div.DivClassName
{
background-color: #9BE9D0;
}
.BgClassName
{
background-color: #9BE9D0;
}
</style>
border-color css
<style>
span { border-color: #9BE9D0; }
span { border-color: rgb(155,233,208); }
td.TdClassName
{
border-color: #9BE9D0;
}
.TagClassName
{
border-color: #9BE9D0;
}
</style>