Shades of Magic Mint #9BEEC4
Tints of Magic Mint #9BEEC4
RGB
CMYK
RGB Variations
Color information
#9BEEC4 (or 0x9BEEC4) is known color: Magic Mint. HEX triplet: 9B, EE and C4. RGB value is (155,238,196). Sum of RGB (Red+Green+Blue) = 155+238+196=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEC4 is #64113B. Grayscale: #D0D0D0. Windows color (decimal): -6558012 or 12906139. OLE color: 12906139.
HSL color Cylindrical-coordinate representation of color #9BEEC4: hue angle of 149.64º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEC4 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 196 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.07 |
| HSL | 149.64º | 0.71% | 0.77% | - |
| HSV(B) | 149.64º | 0.35% | 0.93% | - |
| XYZ | 54.06 | 72.1 | 63.29 | - |
| YUV | 208.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 196 | 0.35 | 0 | 0.18 | 0.07 | 149.64 | 0.71 | 0.77 |
| Hex | 9B | EE | C4 | 23 | 0 | 12 | 7 | 96 | 47 | 4D |
| Octal | 233 | 356 | 304 | 43 | 0 | 22 | 7 | 226 | 107 | 115 |
| Binary | 10011011 | 11101110 | 11000100 | 100011 | 0 | 10010 | 111 | 10010110 | 1000111 | 1001101 |
Color Harmonies of #9BEEC4
Complementary color
Monochromatic Colors of #9BEEC4
Black with #9BEEC4
Text Example
Text Example
White with #9BEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEC4; }
p { color: rgb(155,238,196); }
H1.HeaderClassName
{
color: #9BEEC4;
}
.AnyTagClassName
{
color: #9BEEC4;
}
</style>
background-color css
<style>
a { background-color: #9BEEC4; }
a { background-color: rgb(155,238,196); }
div.DivClassName
{
background-color: #9BEEC4;
}
.BgClassName
{
background-color: #9BEEC4;
}
</style>
border-color css
<style>
span { border-color: #9BEEC4; }
span { border-color: rgb(155,238,196); }
td.TdClassName
{
border-color: #9BEEC4;
}
.TagClassName
{
border-color: #9BEEC4;
}
</style>