#9effe0

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

Shades of Magic Mint #9EFFE0

Tints of Magic Mint #9EFFE0

Color information

#9EFFE0 (or 0x9EFFE0) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and E0. RGB value is (158,255,224). Sum of RGB (Red+Green+Blue) = 158+255+224=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFE0 is #61001F. Grayscale: #DEDEDE. Windows color (decimal): -6357024 or 14745502. OLE color: 14745502.

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

Color convert

RGB158255224-
CMYK0.3800.120
HSL160.82º100%80.98%-
HSV(B)160.82º38.04%100%-
XYZ63.3284.1783.43-
YUV222.46128.8682.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.80%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=24.80%
G=40.03%
B=35.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552240.3800.120160.8210080.98
Hex9EFFE0260C0a16451
Octal236377340460140241144121
Binary1001111011111111111000001001100110001010000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9effe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,224); }

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

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

 a { background-color: rgb(158,255,224); }

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

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

 span { border-color: rgb(158,255,224); }

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