Shades of Magic Mint #9BE9C4
Tints of Magic Mint #9BE9C4
RGB
CMYK
RGB Variations
Color information
#9BE9C4 (or 0x9BE9C4) is known color: Magic Mint. HEX triplet: 9B, E9 and C4. RGB value is (155,233,196). Sum of RGB (Red+Green+Blue) = 155+233+196=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE9C4 is #64163B. Grayscale: #CDCDCD. Windows color (decimal): -6559292 or 12904859. OLE color: 12904859.
HSL color Cylindrical-coordinate representation of color #9BE9C4: hue angle of 151.54º 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 #9BE9C4 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 196 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.09 |
| HSL | 151.54º | 0.64% | 0.76% | - |
| HSV(B) | 151.54º | 0.33% | 0.91% | - |
| XYZ | 52.62 | 69.23 | 62.81 | - |
| YUV | 205.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 196 | 0.33 | 0 | 0.16 | 0.09 | 151.54 | 0.64 | 0.76 |
| Hex | 9B | E9 | C4 | 21 | 0 | 10 | 9 | 98 | 40 | 4C |
| Octal | 233 | 351 | 304 | 41 | 0 | 20 | 11 | 230 | 100 | 114 |
| Binary | 10011011 | 11101001 | 11000100 | 100001 | 0 | 10000 | 1001 | 10011000 | 1000000 | 1001100 |
Color Harmonies of #9BE9C4
Complementary color
Monochromatic Colors of #9BE9C4
Black with #9BE9C4
Text Example
Text Example
White with #9BE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE9C4; }
p { color: rgb(155,233,196); }
H1.HeaderClassName
{
color: #9BE9C4;
}
.AnyTagClassName
{
color: #9BE9C4;
}
</style>
background-color css
<style>
a { background-color: #9BE9C4; }
a { background-color: rgb(155,233,196); }
div.DivClassName
{
background-color: #9BE9C4;
}
.BgClassName
{
background-color: #9BE9C4;
}
</style>
border-color css
<style>
span { border-color: #9BE9C4; }
span { border-color: rgb(155,233,196); }
td.TdClassName
{
border-color: #9BE9C4;
}
.TagClassName
{
border-color: #9BE9C4;
}
</style>