Shades of Magic Mint #9DF0CB
Tints of Magic Mint #9DF0CB
RGB
CMYK
RGB Variations
Color information
#9DF0CB (or 0x9DF0CB) is known color: Magic Mint. HEX triplet: 9D, F0 and CB. RGB value is (157,240,203). Sum of RGB (Red+Green+Blue) = 157+240+203=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF0CB is #620F34. Grayscale: #D3D3D3. Windows color (decimal): -6426421 or 13365405. OLE color: 13365405.
HSL color Cylindrical-coordinate representation of color #9DF0CB: hue angle of 153.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0CB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 203 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.06 |
| HSL | 153.25º | 0.73% | 0.78% | - |
| HSV(B) | 153.25º | 0.35% | 0.94% | - |
| XYZ | 55.84 | 73.8 | 67.8 | - |
| YUV | 210.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 203 | 0.35 | 0 | 0.15 | 0.06 | 153.25 | 0.73 | 0.78 |
| Hex | 9D | F0 | CB | 23 | 0 | F | 6 | 99 | 49 | 4E |
| Octal | 235 | 360 | 313 | 43 | 0 | 17 | 6 | 231 | 111 | 116 |
| Binary | 10011101 | 11110000 | 11001011 | 100011 | 0 | 1111 | 110 | 10011001 | 1001001 | 1001110 |
Color Harmonies of #9DF0CB
Complementary color
Monochromatic Colors of #9DF0CB
Black with #9DF0CB
Text Example
Text Example
White with #9DF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF0CB; }
p { color: rgb(157,240,203); }
H1.HeaderClassName
{
color: #9DF0CB;
}
.AnyTagClassName
{
color: #9DF0CB;
}
</style>
background-color css
<style>
a { background-color: #9DF0CB; }
a { background-color: rgb(157,240,203); }
div.DivClassName
{
background-color: #9DF0CB;
}
.BgClassName
{
background-color: #9DF0CB;
}
</style>
border-color css
<style>
span { border-color: #9DF0CB; }
span { border-color: rgb(157,240,203); }
td.TdClassName
{
border-color: #9DF0CB;
}
.TagClassName
{
border-color: #9DF0CB;
}
</style>