Shades of Magic Mint #9EEBCA
Tints of Magic Mint #9EEBCA
RGB
CMYK
RGB Variations
Color information
#9EEBCA (or 0x9EEBCA) is known color: Magic Mint. HEX triplet: 9E, EB and CA. RGB value is (158,235,202). Sum of RGB (Red+Green+Blue) = 158+235+202=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBCA is #611435. Grayscale: #D0D0D0. Windows color (decimal): -6362166 or 13298590. OLE color: 13298590.
HSL color Cylindrical-coordinate representation of color #9EEBCA: hue angle of 154.29º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBCA is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 202 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.08 |
| HSL | 154.29º | 0.66% | 0.77% | - |
| HSV(B) | 154.29º | 0.33% | 0.92% | - |
| XYZ | 54.47 | 70.95 | 66.7 | - |
| YUV | 208.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 202 | 0.33 | 0 | 0.14 | 0.08 | 154.29 | 0.66 | 0.77 |
| Hex | 9E | EB | CA | 21 | 0 | E | 8 | 9A | 42 | 4D |
| Octal | 236 | 353 | 312 | 41 | 0 | 16 | 10 | 232 | 102 | 115 |
| Binary | 10011110 | 11101011 | 11001010 | 100001 | 0 | 1110 | 1000 | 10011010 | 1000010 | 1001101 |
Color Harmonies of #9EEBCA
Complementary color
Monochromatic Colors of #9EEBCA
Black with #9EEBCA
Text Example
Text Example
White with #9EEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBCA; }
p { color: rgb(158,235,202); }
H1.HeaderClassName
{
color: #9EEBCA;
}
.AnyTagClassName
{
color: #9EEBCA;
}
</style>
background-color css
<style>
a { background-color: #9EEBCA; }
a { background-color: rgb(158,235,202); }
div.DivClassName
{
background-color: #9EEBCA;
}
.BgClassName
{
background-color: #9EEBCA;
}
</style>
border-color css
<style>
span { border-color: #9EEBCA; }
span { border-color: rgb(158,235,202); }
td.TdClassName
{
border-color: #9EEBCA;
}
.TagClassName
{
border-color: #9EEBCA;
}
</style>