#9ef3bb

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

Shades of Magic Mint #9EF3BB

Tints of Magic Mint #9EF3BB

Color information

#9EF3BB (or 0x9EF3BB) is unknown color: approx Magic Mint. HEX triplet: 9E, F3 and BB. RGB value is (158,243,187). Sum of RGB (Red+Green+Blue) = 158+243+187=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF3BB is #610C44. Grayscale: #D3D3D3. Windows color (decimal): -6360133 or 12317598. OLE color: 12317598.

HSL color Cylindrical-coordinate representation of color #9EF3BB: hue angle of 140.47º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3BB is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB158243187-
CMYK0.3500.230.05
HSL140.47º77.98%78.63%-
HSV(B)140.47º34.98%95.29%-
XYZ55.1274.9658.58-
YUV211.2114.3490.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 243 (95.31% from 255) = 41.33%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=26.87%
G=41.33%
B=31.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582431870.3500.230.05140.4777.9878.63
Hex9EF3BB2301758c4e4f
Octal236363273430275214116117
Binary1001111011110011101110111000110101111011000110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ef3bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,243,187); }

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

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

 a { background-color: rgb(158,243,187); }

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

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

 span { border-color: rgb(158,243,187); }

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