Shades of Magic Mint #9DEFD4
Tints of Magic Mint #9DEFD4
RGB
CMYK
RGB Variations
Color information
#9DEFD4 (or 0x9DEFD4) is known color: Magic Mint. HEX triplet: 9D, EF and D4. RGB value is (157,239,212). Sum of RGB (Red+Green+Blue) = 157+239+212=608 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.82% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFD4 is #62102B. Grayscale: #D3D3D3. Windows color (decimal): -6426668 or 13954973. OLE color: 13954973.
HSL color Cylindrical-coordinate representation of color #9DEFD4: hue angle of 160.24º 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 #9DEFD4 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 212 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.06 |
| HSL | 160.24º | 0.72% | 0.78% | - |
| HSV(B) | 160.24º | 0.34% | 0.94% | - |
| XYZ | 56.65 | 73.65 | 73.52 | - |
| YUV | 211.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 212 | 0.34 | 0 | 0.11 | 0.06 | 160.24 | 0.72 | 0.78 |
| Hex | 9D | EF | D4 | 22 | 0 | B | 6 | A0 | 48 | 4E |
| Octal | 235 | 357 | 324 | 42 | 0 | 13 | 6 | 240 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11010100 | 100010 | 0 | 1011 | 110 | 10100000 | 1001000 | 1001110 |
Color Harmonies of #9DEFD4
Complementary color
Monochromatic Colors of #9DEFD4
Black with #9DEFD4
Text Example
Text Example
White with #9DEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFD4; }
p { color: rgb(157,239,212); }
H1.HeaderClassName
{
color: #9DEFD4;
}
.AnyTagClassName
{
color: #9DEFD4;
}
</style>
background-color css
<style>
a { background-color: #9DEFD4; }
a { background-color: rgb(157,239,212); }
div.DivClassName
{
background-color: #9DEFD4;
}
.BgClassName
{
background-color: #9DEFD4;
}
</style>
border-color css
<style>
span { border-color: #9DEFD4; }
span { border-color: rgb(157,239,212); }
td.TdClassName
{
border-color: #9DEFD4;
}
.TagClassName
{
border-color: #9DEFD4;
}
</style>