#9EFEC3

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

Shades of Magic Mint #9EFEC3

Tints of Magic Mint #9EFEC3

Color information

#9EFEC3 (or 0x9EFEC3) is unknown color: approx Magic Mint. HEX triplet: 9E, FE and C3. RGB value is (158,254,195). Sum of RGB (Red+Green+Blue) = 158+254+195=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEC3 is #61013C. Grayscale: #DADADA. Windows color (decimal): -6357309 or 12844702. OLE color: 12844702.

HSL color Cylindrical-coordinate representation of color #9EFEC3: hue angle of 143.12º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEC3 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB158254195-
CMYK0.3800.230.00
HSL143.12º97.96%80.78%-
HSV(B)143.12º37.8%99.61%-
XYZ59.3982.0964.34-
YUV218.57114.784.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.03%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=26.03%
G=41.85%
B=32.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582541950.3800.230.00143.1297.9680.78
Hex9EFEC32601708f6251
Octal236376303460270217142121
Binary10011110111111101100001110011001011101000111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,254,195); }

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

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

 a { background-color: rgb(158,254,195); }

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

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

 span { border-color: rgb(158,254,195); }

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