Shades of Magic Mint #9DEBCB
Tints of Magic Mint #9DEBCB
RGB
CMYK
RGB Variations
Color information
#9DEBCB (or 0x9DEBCB) is known color: Magic Mint. HEX triplet: 9D, EB and CB. RGB value is (157,235,203). Sum of RGB (Red+Green+Blue) = 157+235+203=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBCB is #621434. Grayscale: #D0D0D0. Windows color (decimal): -6427701 or 13364125. OLE color: 13364125.
HSL color Cylindrical-coordinate representation of color #9DEBCB: hue angle of 155.38º 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 #9DEBCB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 203 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.08 |
| HSL | 155.38º | 0.66% | 0.77% | - |
| HSV(B) | 155.38º | 0.33% | 0.92% | - |
| XYZ | 54.39 | 70.9 | 67.32 | - |
| YUV | 208.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 203 | 0.33 | 0 | 0.14 | 0.08 | 155.38 | 0.66 | 0.77 |
| Hex | 9D | EB | CB | 21 | 0 | E | 8 | 9B | 42 | 4D |
| Octal | 235 | 353 | 313 | 41 | 0 | 16 | 10 | 233 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11001011 | 100001 | 0 | 1110 | 1000 | 10011011 | 1000010 | 1001101 |
Color Harmonies of #9DEBCB
Complementary color
Monochromatic Colors of #9DEBCB
Black with #9DEBCB
Text Example
Text Example
White with #9DEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBCB; }
p { color: rgb(157,235,203); }
H1.HeaderClassName
{
color: #9DEBCB;
}
.AnyTagClassName
{
color: #9DEBCB;
}
</style>
background-color css
<style>
a { background-color: #9DEBCB; }
a { background-color: rgb(157,235,203); }
div.DivClassName
{
background-color: #9DEBCB;
}
.BgClassName
{
background-color: #9DEBCB;
}
</style>
border-color css
<style>
span { border-color: #9DEBCB; }
span { border-color: rgb(157,235,203); }
td.TdClassName
{
border-color: #9DEBCB;
}
.TagClassName
{
border-color: #9DEBCB;
}
</style>