Shades of Magic Mint #9DEAD2
Tints of Magic Mint #9DEAD2
RGB
CMYK
RGB Variations
Color information
#9DEAD2 (or 0x9DEAD2) is known color: Magic Mint. HEX triplet: 9D, EA and D2. RGB value is (157,234,210). Sum of RGB (Red+Green+Blue) = 157+234+210=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAD2 is #62152D. Grayscale: #D0D0D0. Windows color (decimal): -6427950 or 13822621. OLE color: 13822621.
HSL color Cylindrical-coordinate representation of color #9DEAD2: hue angle of 161.3º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAD2 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 210 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.08 |
| HSL | 161.3º | 0.65% | 0.77% | - |
| HSV(B) | 161.3º | 0.33% | 0.92% | - |
| XYZ | 54.96 | 70.67 | 71.72 | - |
| YUV | 208.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 210 | 0.33 | 0 | 0.10 | 0.08 | 161.3 | 0.65 | 0.77 |
| Hex | 9D | EA | D2 | 21 | 0 | A | 8 | A1 | 41 | 4D |
| Octal | 235 | 352 | 322 | 41 | 0 | 12 | 10 | 241 | 101 | 115 |
| Binary | 10011101 | 11101010 | 11010010 | 100001 | 0 | 1010 | 1000 | 10100001 | 1000001 | 1001101 |
Color Harmonies of #9DEAD2
Complementary color
Monochromatic Colors of #9DEAD2
Black with #9DEAD2
Text Example
Text Example
White with #9DEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAD2; }
p { color: rgb(157,234,210); }
H1.HeaderClassName
{
color: #9DEAD2;
}
.AnyTagClassName
{
color: #9DEAD2;
}
</style>
background-color css
<style>
a { background-color: #9DEAD2; }
a { background-color: rgb(157,234,210); }
div.DivClassName
{
background-color: #9DEAD2;
}
.BgClassName
{
background-color: #9DEAD2;
}
</style>
border-color css
<style>
span { border-color: #9DEAD2; }
span { border-color: rgb(157,234,210); }
td.TdClassName
{
border-color: #9DEAD2;
}
.TagClassName
{
border-color: #9DEAD2;
}
</style>