Shades of Magic Mint #9DF3CA
Tints of Magic Mint #9DF3CA
RGB
CMYK
RGB Variations
Color information
#9DF3CA (or 0x9DF3CA) is known color: Magic Mint. HEX triplet: 9D, F3 and CA. RGB value is (157,243,202). Sum of RGB (Red+Green+Blue) = 157+243+202=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF3CA is #620C35. Grayscale: #D4D4D4. Windows color (decimal): -6425654 or 13300637. OLE color: 13300637.
HSL color Cylindrical-coordinate representation of color #9DF3CA: hue angle of 151.4º 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 #9DF3CA is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 202 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.05 |
| HSL | 151.4º | 0.78% | 0.78% | - |
| HSV(B) | 151.4º | 0.35% | 0.95% | - |
| XYZ | 56.62 | 75.53 | 67.47 | - |
| YUV | 212.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 202 | 0.35 | 0 | 0.17 | 0.05 | 151.4 | 0.78 | 0.78 |
| Hex | 9D | F3 | CA | 23 | 0 | 11 | 5 | 97 | 4E | 4E |
| Octal | 235 | 363 | 312 | 43 | 0 | 21 | 5 | 227 | 116 | 116 |
| Binary | 10011101 | 11110011 | 11001010 | 100011 | 0 | 10001 | 101 | 10010111 | 1001110 | 1001110 |
Color Harmonies of #9DF3CA
Complementary color
Monochromatic Colors of #9DF3CA
Black with #9DF3CA
Text Example
Text Example
White with #9DF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF3CA; }
p { color: rgb(157,243,202); }
H1.HeaderClassName
{
color: #9DF3CA;
}
.AnyTagClassName
{
color: #9DF3CA;
}
</style>
background-color css
<style>
a { background-color: #9DF3CA; }
a { background-color: rgb(157,243,202); }
div.DivClassName
{
background-color: #9DF3CA;
}
.BgClassName
{
background-color: #9DF3CA;
}
</style>
border-color css
<style>
span { border-color: #9DF3CA; }
span { border-color: rgb(157,243,202); }
td.TdClassName
{
border-color: #9DF3CA;
}
.TagClassName
{
border-color: #9DF3CA;
}
</style>