#9EFDCB

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

Shades of Magic Mint #9EFDCB

Tints of Magic Mint #9EFDCB

Color information

#9EFDCB (or 0x9EFDCB) is unknown color: approx Magic Mint. HEX triplet: 9E, FD and CB. RGB value is (158,253,203). Sum of RGB (Red+Green+Blue) = 158+253+203=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDCB is #610234. Grayscale: #DBDBDB. Windows color (decimal): -6357557 or 13368734. OLE color: 13368734.

HSL color Cylindrical-coordinate representation of color #9EFDCB: hue angle of 148.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDCB is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB158253203-
CMYK0.3800.200.01
HSL148.42º95.96%80.59%-
HSV(B)148.42º37.55%99.22%-
XYZ60.0181.8369.13-
YUV218.9119.0384.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.73%
GREEN value IS 253 (99.22% from 255) = 41.21%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=25.73%
G=41.21%
B=33.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582532030.3800.200.01148.4295.9680.59
Hex9EFDCB260141946051
Octal236375313460241224140121
Binary10011110111111011100101110011001010011001010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,253,203); }

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

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

 a { background-color: rgb(158,253,203); }

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

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

 span { border-color: rgb(158,253,203); }

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