#9EE5C4

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

Shades of Magic Mint #9EE5C4

Tints of Magic Mint #9EE5C4

Color information

#9EE5C4 (or 0x9EE5C4) is unknown color: approx Magic Mint. HEX triplet: 9E, E5 and C4. RGB value is (158,229,196). Sum of RGB (Red+Green+Blue) = 158+229+196=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5C4 is #611A3B. Grayscale: #CCCCCC. Windows color (decimal): -6363708 or 12903838. OLE color: 12903838.

HSL color Cylindrical-coordinate representation of color #9EE5C4: hue angle of 152.11º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5C4 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB158229196-
CMYK0.3100.140.10
HSL152.11º57.72%75.88%-
HSV(B)152.11º31%89.8%-
XYZ52.0867.2962.47-
YUV204.01123.4895.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 196 (76.95% from 255) = 33.62%
R=27.10%
G=39.28%
B=33.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582291960.3100.140.10152.1157.7275.88
Hex9EE5C41F0EA983a4c
Octal236345304370161223072114
Binary10011110111001011100010011111011101010100110001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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