Shades of Magic Mint #9FE5CB
Tints of Magic Mint #9FE5CB
RGB
CMYK
RGB Variations
Color information
#9FE5CB (or 0x9FE5CB) is known color: Magic Mint. HEX triplet: 9F, E5 and CB. RGB value is (159,229,203). Sum of RGB (Red+Green+Blue) = 159+229+203=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5CB is #601A34. Grayscale: #CDCDCD. Windows color (decimal): -6298165 or 13362591. OLE color: 13362591.
HSL color Cylindrical-coordinate representation of color #9FE5CB: hue angle of 157.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5CB is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 203 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.10 |
| HSL | 157.71º | 0.57% | 0.76% | - |
| HSV(B) | 157.71º | 0.31% | 0.9% | - |
| XYZ | 53.1 | 67.72 | 66.77 | - |
| YUV | 205.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 203 | 0.31 | 0 | 0.11 | 0.10 | 157.71 | 0.57 | 0.76 |
| Hex | 9F | E5 | CB | 1F | 0 | B | A | 9E | 39 | 4C |
| Octal | 237 | 345 | 313 | 37 | 0 | 13 | 12 | 236 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11001011 | 11111 | 0 | 1011 | 1010 | 10011110 | 111001 | 1001100 |
Color Harmonies of #9FE5CB
Complementary color
Monochromatic Colors of #9FE5CB
Black with #9FE5CB
Text Example
Text Example
White with #9FE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5CB; }
p { color: rgb(159,229,203); }
H1.HeaderClassName
{
color: #9FE5CB;
}
.AnyTagClassName
{
color: #9FE5CB;
}
</style>
background-color css
<style>
a { background-color: #9FE5CB; }
a { background-color: rgb(159,229,203); }
div.DivClassName
{
background-color: #9FE5CB;
}
.BgClassName
{
background-color: #9FE5CB;
}
</style>
border-color css
<style>
span { border-color: #9FE5CB; }
span { border-color: rgb(159,229,203); }
td.TdClassName
{
border-color: #9FE5CB;
}
.TagClassName
{
border-color: #9FE5CB;
}
</style>