Shades of Magic Mint #9FE5C4
Tints of Magic Mint #9FE5C4
RGB
CMYK
RGB Variations
Color information
#9FE5C4 (or 0x9FE5C4) is known color: Magic Mint. HEX triplet: 9F, E5 and C4. RGB value is (159,229,196). Sum of RGB (Red+Green+Blue) = 159+229+196=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5C4 is #601A3B. Grayscale: #CCCCCC. Windows color (decimal): -6298172 or 12903839. OLE color: 12903839.
HSL color Cylindrical-coordinate representation of color #9FE5C4: hue angle of 151.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 #9FE5C4 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 196 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.10 |
| HSL | 151.71º | 0.57% | 0.76% | - |
| HSV(B) | 151.71º | 0.31% | 0.9% | - |
| XYZ | 52.28 | 67.4 | 62.48 | - |
| YUV | 204.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 196 | 0.31 | 0 | 0.14 | 0.10 | 151.71 | 0.57 | 0.76 |
| Hex | 9F | E5 | C4 | 1F | 0 | E | A | 98 | 39 | 4C |
| Octal | 237 | 345 | 304 | 37 | 0 | 16 | 12 | 230 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11000100 | 11111 | 0 | 1110 | 1010 | 10011000 | 111001 | 1001100 |
Color Harmonies of #9FE5C4
Complementary color
Monochromatic Colors of #9FE5C4
Black with #9FE5C4
Text Example
Text Example
White with #9FE5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5C4; }
p { color: rgb(159,229,196); }
H1.HeaderClassName
{
color: #9FE5C4;
}
.AnyTagClassName
{
color: #9FE5C4;
}
</style>
background-color css
<style>
a { background-color: #9FE5C4; }
a { background-color: rgb(159,229,196); }
div.DivClassName
{
background-color: #9FE5C4;
}
.BgClassName
{
background-color: #9FE5C4;
}
</style>
border-color css
<style>
span { border-color: #9FE5C4; }
span { border-color: rgb(159,229,196); }
td.TdClassName
{
border-color: #9FE5C4;
}
.TagClassName
{
border-color: #9FE5C4;
}
</style>