Shades of Magic Mint #9DF3DB
Tints of Magic Mint #9DF3DB
RGB
CMYK
RGB Variations
Color information
#9DF3DB (or 0x9DF3DB) is known color: Magic Mint. HEX triplet: 9D, F3 and DB. RGB value is (157,243,219). Sum of RGB (Red+Green+Blue) = 157+243+219=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF3DB is #620C24. Grayscale: #D6D6D6. Windows color (decimal): -6425637 or 14414749. OLE color: 14414749.
HSL color Cylindrical-coordinate representation of color #9DF3DB: hue angle of 163.26º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF3DB is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 219 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.05 |
| HSL | 163.26º | 0.78% | 0.78% | - |
| HSV(B) | 163.26º | 0.35% | 0.95% | - |
| XYZ | 58.74 | 76.38 | 78.67 | - |
| YUV | 214.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 219 | 0.35 | 0 | 0.10 | 0.05 | 163.26 | 0.78 | 0.78 |
| Hex | 9D | F3 | DB | 23 | 0 | A | 5 | A3 | 4E | 4E |
| Octal | 235 | 363 | 333 | 43 | 0 | 12 | 5 | 243 | 116 | 116 |
| Binary | 10011101 | 11110011 | 11011011 | 100011 | 0 | 1010 | 101 | 10100011 | 1001110 | 1001110 |
Color Harmonies of #9DF3DB
Complementary color
Monochromatic Colors of #9DF3DB
Black with #9DF3DB
Text Example
Text Example
White with #9DF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF3DB; }
p { color: rgb(157,243,219); }
H1.HeaderClassName
{
color: #9DF3DB;
}
.AnyTagClassName
{
color: #9DF3DB;
}
</style>
background-color css
<style>
a { background-color: #9DF3DB; }
a { background-color: rgb(157,243,219); }
div.DivClassName
{
background-color: #9DF3DB;
}
.BgClassName
{
background-color: #9DF3DB;
}
</style>
border-color css
<style>
span { border-color: #9DF3DB; }
span { border-color: rgb(157,243,219); }
td.TdClassName
{
border-color: #9DF3DB;
}
.TagClassName
{
border-color: #9DF3DB;
}
</style>