Shades of Magic Mint #9DE9CC
Tints of Magic Mint #9DE9CC
RGB
CMYK
RGB Variations
Color information
#9DE9CC (or 0x9DE9CC) is known color: Magic Mint. HEX triplet: 9D, E9 and CC. RGB value is (157,233,204). Sum of RGB (Red+Green+Blue) = 157+233+204=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9CC is #621633. Grayscale: #CFCFCF. Windows color (decimal): -6428212 or 13429149. OLE color: 13429149.
HSL color Cylindrical-coordinate representation of color #9DE9CC: hue angle of 157.11º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9CC is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 204 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.09 |
| HSL | 157.11º | 0.63% | 0.76% | - |
| HSV(B) | 157.11º | 0.33% | 0.91% | - |
| XYZ | 53.94 | 69.81 | 67.76 | - |
| YUV | 206.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 204 | 0.33 | 0 | 0.12 | 0.09 | 157.11 | 0.63 | 0.76 |
| Hex | 9D | E9 | CC | 21 | 0 | C | 9 | 9D | 3F | 4C |
| Octal | 235 | 351 | 314 | 41 | 0 | 14 | 11 | 235 | 77 | 114 |
| Binary | 10011101 | 11101001 | 11001100 | 100001 | 0 | 1100 | 1001 | 10011101 | 111111 | 1001100 |
Color Harmonies of #9DE9CC
Complementary color
Monochromatic Colors of #9DE9CC
Black with #9DE9CC
Text Example
Text Example
White with #9DE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9CC; }
p { color: rgb(157,233,204); }
H1.HeaderClassName
{
color: #9DE9CC;
}
.AnyTagClassName
{
color: #9DE9CC;
}
</style>
background-color css
<style>
a { background-color: #9DE9CC; }
a { background-color: rgb(157,233,204); }
div.DivClassName
{
background-color: #9DE9CC;
}
.BgClassName
{
background-color: #9DE9CC;
}
</style>
border-color css
<style>
span { border-color: #9DE9CC; }
span { border-color: rgb(157,233,204); }
td.TdClassName
{
border-color: #9DE9CC;
}
.TagClassName
{
border-color: #9DE9CC;
}
</style>