#9FE9BF

Color #9FE9BF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9FE9BF

Tints of Magic Mint #9FE9BF

Color information

#9FE9BF (or 0x9FE9BF) is unknown color: approx Magic Mint. HEX triplet: 9F, E9 and BF. RGB value is (159,233,191). Sum of RGB (Red+Green+Blue) = 159+233+191=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9BF is #601640. Grayscale: #CECECE. Windows color (decimal): -6297153 or 12577183. OLE color: 12577183.

HSL color Cylindrical-coordinate representation of color #9FE9BF: hue angle of 145.95º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9BF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB159233191-
CMYK0.3200.180.09
HSL145.95º62.71%76.86%-
HSV(B)145.95º31.76%91.37%-
XYZ52.8469.4159.9-
YUV206.09119.4894.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 191 (75% from 255) = 32.76%
R=27.27%
G=39.97%
B=32.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592331910.3200.180.09145.9562.7176.86
Hex9FE9BF200129923f4d
Octal237351277400221122277115
Binary1001111111101001101111111000000100101001100100101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FE9BF; }

 p { color: rgb(159,233,191); }

 H1.HeaderClassName
 {
   color: #9FE9BF;
 }
 .AnyTagClassName
 {
   color: #9FE9BF;
 }
</style>
background-color css

<style>
 a { background-color: #9FE9BF; }

 a { background-color: rgb(159,233,191); }

 div.DivClassName
 {
   background-color: #9FE9BF;
 }
 .BgClassName
 {
   background-color: #9FE9BF;
 }
</style>
border-color css

<style>
 span { border-color: #9FE9BF; }

 span { border-color: rgb(159,233,191); }

 td.TdClassName
 {
   border-color: #9FE9BF;
 }
 .TagClassName
 {
   border-color: #9FE9BF;
 }
</style>