Shades of Magic Mint #9DEFCE
Tints of Magic Mint #9DEFCE
RGB
CMYK
RGB Variations
Color information
#9DEFCE (or 0x9DEFCE) is known color: Magic Mint. HEX triplet: 9D, EF and CE. RGB value is (157,239,206). Sum of RGB (Red+Green+Blue) = 157+239+206=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFCE is #621031. Grayscale: #D2D2D2. Windows color (decimal): -6426674 or 13561757. OLE color: 13561757.
HSL color Cylindrical-coordinate representation of color #9DEFCE: hue angle of 155.85º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFCE is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 206 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.06 |
| HSL | 155.85º | 0.72% | 0.78% | - |
| HSV(B) | 155.85º | 0.34% | 0.94% | - |
| XYZ | 55.91 | 73.36 | 69.61 | - |
| YUV | 210.72 | 125.33 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 206 | 0.34 | 0 | 0.14 | 0.06 | 155.85 | 0.72 | 0.78 |
| Hex | 9D | EF | CE | 22 | 0 | E | 6 | 9C | 48 | 4E |
| Octal | 235 | 357 | 316 | 42 | 0 | 16 | 6 | 234 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11001110 | 100010 | 0 | 1110 | 110 | 10011100 | 1001000 | 1001110 |
Color Harmonies of #9DEFCE
Complementary color
Monochromatic Colors of #9DEFCE
Black with #9DEFCE
Text Example
Text Example
White with #9DEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFCE; }
p { color: rgb(157,239,206); }
H1.HeaderClassName
{
color: #9DEFCE;
}
.AnyTagClassName
{
color: #9DEFCE;
}
</style>
background-color css
<style>
a { background-color: #9DEFCE; }
a { background-color: rgb(157,239,206); }
div.DivClassName
{
background-color: #9DEFCE;
}
.BgClassName
{
background-color: #9DEFCE;
}
</style>
border-color css
<style>
span { border-color: #9DEFCE; }
span { border-color: rgb(157,239,206); }
td.TdClassName
{
border-color: #9DEFCE;
}
.TagClassName
{
border-color: #9DEFCE;
}
</style>