Shades of Magic Mint #9CEDCB
Tints of Magic Mint #9CEDCB
RGB
CMYK
RGB Variations
Color information
#9CEDCB (or 0x9CEDCB) is known color: Magic Mint. HEX triplet: 9C, ED and CB. RGB value is (156,237,203). Sum of RGB (Red+Green+Blue) = 156+237+203=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDCB is #631234. Grayscale: #D0D0D0. Windows color (decimal): -6492725 or 13364636. OLE color: 13364636.
HSL color Cylindrical-coordinate representation of color #9CEDCB: hue angle of 154.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEDCB is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 203 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 154.81º | 0.69% | 0.77% | - |
| HSV(B) | 154.81º | 0.34% | 0.93% | - |
| XYZ | 54.77 | 71.95 | 67.5 | - |
| YUV | 208.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 203 | 0.34 | 0 | 0.14 | 0.07 | 154.81 | 0.69 | 0.77 |
| Hex | 9C | ED | CB | 22 | 0 | E | 7 | 9B | 45 | 4D |
| Octal | 234 | 355 | 313 | 42 | 0 | 16 | 7 | 233 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11001011 | 100010 | 0 | 1110 | 111 | 10011011 | 1000101 | 1001101 |
Color Harmonies of #9CEDCB
Complementary color
Monochromatic Colors of #9CEDCB
Black with #9CEDCB
Text Example
Text Example
White with #9CEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDCB; }
p { color: rgb(156,237,203); }
H1.HeaderClassName
{
color: #9CEDCB;
}
.AnyTagClassName
{
color: #9CEDCB;
}
</style>
background-color css
<style>
a { background-color: #9CEDCB; }
a { background-color: rgb(156,237,203); }
div.DivClassName
{
background-color: #9CEDCB;
}
.BgClassName
{
background-color: #9CEDCB;
}
</style>
border-color css
<style>
span { border-color: #9CEDCB; }
span { border-color: rgb(156,237,203); }
td.TdClassName
{
border-color: #9CEDCB;
}
.TagClassName
{
border-color: #9CEDCB;
}
</style>