#9EEFBF

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

Shades of Magic Mint #9EEFBF

Tints of Magic Mint #9EEFBF

Color information

#9EEFBF (or 0x9EEFBF) is unknown color: approx Magic Mint. HEX triplet: 9E, EF and BF. RGB value is (158,239,191). Sum of RGB (Red+Green+Blue) = 158+239+191=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFBF is #611040. Grayscale: #D1D1D1. Windows color (decimal): -6361153 or 12578718. OLE color: 12578718.

HSL color Cylindrical-coordinate representation of color #9EEFBF: hue angle of 144.44º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFBF is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB158239191-
CMYK0.3400.200.06
HSL144.44º71.68%77.84%-
HSV(B)144.44º33.89%93.73%-
XYZ54.3772.7660.47-
YUV209.31117.6691.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 191 (75% from 255) = 32.48%
R=26.87%
G=40.65%
B=32.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582391910.3400.200.06144.4471.6877.84
Hex9EEFBF22014690484e
Octal236357277420246220110116
Binary1001111011101111101111111000100101001101001000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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