Shades of Magic Mint #9BEECA
Tints of Magic Mint #9BEECA
RGB
CMYK
RGB Variations
Color information
#9BEECA (or 0x9BEECA) is known color: Magic Mint. HEX triplet: 9B, EE and CA. RGB value is (155,238,202). Sum of RGB (Red+Green+Blue) = 155+238+202=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEECA is #641135. Grayscale: #D1D1D1. Windows color (decimal): -6558006 or 13299355. OLE color: 13299355.
HSL color Cylindrical-coordinate representation of color #9BEECA: hue angle of 153.98º 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 #9BEECA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 202 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.07 |
| HSL | 153.98º | 0.71% | 0.77% | - |
| HSV(B) | 153.98º | 0.35% | 0.93% | - |
| XYZ | 54.75 | 72.38 | 66.96 | - |
| YUV | 209.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 202 | 0.35 | 0 | 0.15 | 0.07 | 153.98 | 0.71 | 0.77 |
| Hex | 9B | EE | CA | 23 | 0 | F | 7 | 9A | 47 | 4D |
| Octal | 233 | 356 | 312 | 43 | 0 | 17 | 7 | 232 | 107 | 115 |
| Binary | 10011011 | 11101110 | 11001010 | 100011 | 0 | 1111 | 111 | 10011010 | 1000111 | 1001101 |
Color Harmonies of #9BEECA
Complementary color
Monochromatic Colors of #9BEECA
Black with #9BEECA
Text Example
Text Example
White with #9BEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEECA; }
p { color: rgb(155,238,202); }
H1.HeaderClassName
{
color: #9BEECA;
}
.AnyTagClassName
{
color: #9BEECA;
}
</style>
background-color css
<style>
a { background-color: #9BEECA; }
a { background-color: rgb(155,238,202); }
div.DivClassName
{
background-color: #9BEECA;
}
.BgClassName
{
background-color: #9BEECA;
}
</style>
border-color css
<style>
span { border-color: #9BEECA; }
span { border-color: rgb(155,238,202); }
td.TdClassName
{
border-color: #9BEECA;
}
.TagClassName
{
border-color: #9BEECA;
}
</style>