#9EEBBF

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

Shades of Magic Mint #9EEBBF

Tints of Magic Mint #9EEBBF

Color information

#9EEBBF (or 0x9EEBBF) is unknown color: approx Magic Mint. HEX triplet: 9E, EB and BF. RGB value is (158,235,191). Sum of RGB (Red+Green+Blue) = 158+235+191=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBBF is #611440. Grayscale: #CFCFCF. Windows color (decimal): -6362177 or 12577694. OLE color: 12577694.

HSL color Cylindrical-coordinate representation of color #9EEBBF: hue angle of 145.71º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBBF is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB158235191-
CMYK0.3300.190.08
HSL145.71º65.81%77.06%-
HSV(B)145.71º32.77%92.16%-
XYZ53.2170.4560.08-
YUV206.96118.9993.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.05%
GREEN value IS 235 (92.19% from 255) = 40.24%
BLUE value IS 191 (75% from 255) = 32.71%
R=27.05%
G=40.24%
B=32.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582351910.3300.190.08145.7165.8177.06
Hex9EEBBF21013892424d
Octal2363532774102310222102115
Binary10011110111010111011111110000101001110001001001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,235,191); }

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

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

 a { background-color: rgb(158,235,191); }

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

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

 span { border-color: rgb(158,235,191); }

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