Shades of Magic Mint #9DEBCA
Tints of Magic Mint #9DEBCA
RGB
CMYK
RGB Variations
Color information
#9DEBCA (or 0x9DEBCA) is known color: Magic Mint. HEX triplet: 9D, EB and CA. RGB value is (157,235,202). Sum of RGB (Red+Green+Blue) = 157+235+202=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBCA is #621435. Grayscale: #CFCFCF. Windows color (decimal): -6427702 or 13298589. OLE color: 13298589.
HSL color Cylindrical-coordinate representation of color #9DEBCA: hue angle of 154.62º 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 #9DEBCA is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 202 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.08 |
| HSL | 154.62º | 0.66% | 0.77% | - |
| HSV(B) | 154.62º | 0.33% | 0.92% | - |
| XYZ | 54.27 | 70.85 | 66.69 | - |
| YUV | 207.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 202 | 0.33 | 0 | 0.14 | 0.08 | 154.62 | 0.66 | 0.77 |
| Hex | 9D | EB | CA | 21 | 0 | E | 8 | 9B | 42 | 4D |
| Octal | 235 | 353 | 312 | 41 | 0 | 16 | 10 | 233 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11001010 | 100001 | 0 | 1110 | 1000 | 10011011 | 1000010 | 1001101 |
Color Harmonies of #9DEBCA
Complementary color
Monochromatic Colors of #9DEBCA
Black with #9DEBCA
Text Example
Text Example
White with #9DEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBCA; }
p { color: rgb(157,235,202); }
H1.HeaderClassName
{
color: #9DEBCA;
}
.AnyTagClassName
{
color: #9DEBCA;
}
</style>
background-color css
<style>
a { background-color: #9DEBCA; }
a { background-color: rgb(157,235,202); }
div.DivClassName
{
background-color: #9DEBCA;
}
.BgClassName
{
background-color: #9DEBCA;
}
</style>
border-color css
<style>
span { border-color: #9DEBCA; }
span { border-color: rgb(157,235,202); }
td.TdClassName
{
border-color: #9DEBCA;
}
.TagClassName
{
border-color: #9DEBCA;
}
</style>