Shades of Magic Mint #9DF4CB
Tints of Magic Mint #9DF4CB
RGB
CMYK
RGB Variations
Color information
#9DF4CB (or 0x9DF4CB) is known color: Magic Mint. HEX triplet: 9D, F4 and CB. RGB value is (157,244,203). Sum of RGB (Red+Green+Blue) = 157+244+203=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF4CB is #620B34. Grayscale: #D5D5D5. Windows color (decimal): -6425397 or 13366429. OLE color: 13366429.
HSL color Cylindrical-coordinate representation of color #9DF4CB: hue angle of 151.72º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF4CB is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 203 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.04 |
| HSL | 151.72º | 0.8% | 0.79% | - |
| HSV(B) | 151.72º | 0.36% | 0.96% | - |
| XYZ | 57.03 | 76.18 | 68.2 | - |
| YUV | 213.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 203 | 0.36 | 0 | 0.17 | 0.04 | 151.72 | 0.8 | 0.79 |
| Hex | 9D | F4 | CB | 24 | 0 | 11 | 4 | 98 | 50 | 4F |
| Octal | 235 | 364 | 313 | 44 | 0 | 21 | 4 | 230 | 120 | 117 |
| Binary | 10011101 | 11110100 | 11001011 | 100100 | 0 | 10001 | 100 | 10011000 | 1010000 | 1001111 |
Color Harmonies of #9DF4CB
Complementary color
Monochromatic Colors of #9DF4CB
Black with #9DF4CB
Text Example
Text Example
White with #9DF4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF4CB; }
p { color: rgb(157,244,203); }
H1.HeaderClassName
{
color: #9DF4CB;
}
.AnyTagClassName
{
color: #9DF4CB;
}
</style>
background-color css
<style>
a { background-color: #9DF4CB; }
a { background-color: rgb(157,244,203); }
div.DivClassName
{
background-color: #9DF4CB;
}
.BgClassName
{
background-color: #9DF4CB;
}
</style>
border-color css
<style>
span { border-color: #9DF4CB; }
span { border-color: rgb(157,244,203); }
td.TdClassName
{
border-color: #9DF4CB;
}
.TagClassName
{
border-color: #9DF4CB;
}
</style>