#9EF1C4

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

Shades of Magic Mint #9EF1C4

Tints of Magic Mint #9EF1C4

Color information

#9EF1C4 (or 0x9EF1C4) is unknown color: approx Magic Mint. HEX triplet: 9E, F1 and C4. RGB value is (158,241,196). Sum of RGB (Red+Green+Blue) = 158+241+196=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1C4 is #610E3B. Grayscale: #D3D3D3. Windows color (decimal): -6360636 or 12906910. OLE color: 12906910.

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

Color convert

RGB158241196-
CMYK0.3400.190.05
HSL147.47º74.77%78.24%-
HSV(B)147.47º34.44%94.51%-
XYZ55.5274.1763.61-
YUV211.05119.590.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.55%
GREEN value IS 241 (94.53% from 255) = 40.50%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=26.55%
G=40.50%
B=32.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582411960.3400.190.05147.4774.7778.24
Hex9EF1C4220135934b4e
Octal236361304420235223113116
Binary1001111011110001110001001000100100111011001001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,241,196); }

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

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

 a { background-color: rgb(158,241,196); }

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

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

 span { border-color: rgb(158,241,196); }

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