Shades of Magic Mint #9DF9CC
Tints of Magic Mint #9DF9CC
RGB
CMYK
RGB Variations
Color information
#9DF9CC (or 0x9DF9CC) is known color: Magic Mint. HEX triplet: 9D, F9 and CC. RGB value is (157,249,204). Sum of RGB (Red+Green+Blue) = 157+249+204=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF9CC is #620633. Grayscale: #D8D8D8. Windows color (decimal): -6424116 or 13433245. OLE color: 13433245.
HSL color Cylindrical-coordinate representation of color #9DF9CC: hue angle of 150.65º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF9CC is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 204 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.02 |
| HSL | 150.65º | 0.88% | 0.8% | - |
| HSV(B) | 150.65º | 0.37% | 0.98% | - |
| XYZ | 58.68 | 79.28 | 69.34 | - |
| YUV | 216.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 204 | 0.37 | 0 | 0.18 | 0.02 | 150.65 | 0.88 | 0.8 |
| Hex | 9D | F9 | CC | 25 | 0 | 12 | 2 | 97 | 58 | 50 |
| Octal | 235 | 371 | 314 | 45 | 0 | 22 | 2 | 227 | 130 | 120 |
| Binary | 10011101 | 11111001 | 11001100 | 100101 | 0 | 10010 | 10 | 10010111 | 1011000 | 1010000 |
Color Harmonies of #9DF9CC
Complementary color
Monochromatic Colors of #9DF9CC
Black with #9DF9CC
Text Example
Text Example
White with #9DF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF9CC; }
p { color: rgb(157,249,204); }
H1.HeaderClassName
{
color: #9DF9CC;
}
.AnyTagClassName
{
color: #9DF9CC;
}
</style>
background-color css
<style>
a { background-color: #9DF9CC; }
a { background-color: rgb(157,249,204); }
div.DivClassName
{
background-color: #9DF9CC;
}
.BgClassName
{
background-color: #9DF9CC;
}
</style>
border-color css
<style>
span { border-color: #9DF9CC; }
span { border-color: rgb(157,249,204); }
td.TdClassName
{
border-color: #9DF9CC;
}
.TagClassName
{
border-color: #9DF9CC;
}
</style>