COLOR #9EF2F0

HEX: #9EF2F0 RGB: (158,242,240)

Color info

#9EF2F0 contains mainly green and blue colors. Web safe color of #9EF2F0 is #99FFFF (or #9FF).

RGB color model

#9EF2F0 color RGB value is (158,242,240).

RGB: (158,242,240) (62%, 95%, 94%)

RGB channels and saturation

R 158 of 255 = 62%
G 242 of 255 = 95%
B 240 of 255 = 94%

158
242
240

R + G + B ~ 84%. #9EF2F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 242 + 240 = 640 (100%)
R 158 of 640 ~ 24.69%
G 242 of 640 ~ 37.81%
B 240 of 640 ~ 37.5'%

%24.69
%37.81
%37.5

CMYK color model

#9EF2F0 color CMYK value is (35,0,1,5).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.10%

CMYK: (35,0,1,5)
C35M0Y1K5 (35%, 0%, 1%, 5%)
(0.35 / 0.00 / 0.01 / 0.05)

CMYK percentages

%34.71
%0
%0.83
%5.1

Codes

Color #9EF2F0 in popluar color models

9E F2 F0
RGB 158 242 240
HSL 179° 76.36% 78.43%
HSB/HSV 179° 34.71% 94.90%
CMYK 34.71% 0.00% 0.83%
5.10%

Color #9EF2F0 in popluar number systems.

HEX 9E F2 F0
Decimal 158 242 240
Binary 10011110 11110010 11110000
Octal 236 362 360

Shades and tints

Shades of #9EF2F0

#9EF2F0
(158,242,240)
#90DCDB
(144,220,219)
#82C6C6
(130,198,198)
#74B0B1
(116,176,177)
#669A9C
(102,154,156)
#588487
(88,132,135)
#4A6E72
(74,110,114)
#3C585D
(60,88,93)
#2E4248
(46,66,72)
#202C33
(32,44,51)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #9EF2F0

#9EF2F0
(158,242,240)
#A6F3F1
(166,243,241)
#AEF4F2
(174,244,242)
#B6F5F3
(182,245,243)
#BEF6F4
(190,246,244)
#C6F7F5
(198,247,245)
#CEF8F6
(206,248,246)
#D6F9F7
(214,249,247)
#DEFAF8
(222,250,248)
#E6FBF9
(230,251,249)
#EEFCFA
(238,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF2F0 color. Also use rgb(158,242,240) instead hex code.

Text Font Color

.myTextColor { color: #9EF2F0; }

<p style="color:#9EF2F0">This sample text font color is #9EF2F0.</p>

This text font color is #9EF2F0.

Background Color

.myBgColor { background-color: #9EF2F0; }

<div style="background-color:#9EF2F0">Inner text</div>

This div background color is #9EF2F0.

Border color

.myBorderColor { border: 1px solid #9EF2F0; }

<div style="border:3px solid #9EF2F0">Div</div>

This div border color is #9EF2F0.

Opacity

.myOpacity80 { color: #9EF2F0; opacity: 0.8; }

<p style="color:#9EF2F0;opacity:0.8;">80%</p>

Text with #9EF2F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9EF2F0;}

<p style="text-shadow: 3px 3px 1px #9EF2F0">Text here.</p>

This text has shadow with #9EF2F0 color.


.textShadow {text-shadow: 3px 3px 1px #9EF2F0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9EF2F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #9EF2F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EF2F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9EF2F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #9EF2F0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EF2F0;
-webkit-box-shadow: 1px 1px 3px 2px #9EF2F0;
box-shadow: 1px 1px 3px 2px #9EF2F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EF2F0; -webkit-box-shadow: 1px 1px 3px 2px #9EF2F0; box-shadow:1px 1px 3px 2px #9EF2F0;">
Div content here
</div>

This div box has shadow with color #9EF2F0.

Preview

Color preview on black background

This text has color #9EF2F0 on black background.


Color preview on white background

This text has color #9EF2F0 on white background.


Black color preview on #9EF2F0 background

This text has black color on #9EF2F0 background.


White color preview on #9EF2F0 background

This text has white color on #9EF2F0 background.


Related colors

Complementary color

Complementary color for #hex is #610D0F.


I love getcolorcode.com

Triadic colors

1 #F09EF2 and #F2F09E with #9EF2F0 are triadic colors.

2 #F0F29E and #F29EF0 with #9EF2F0 are triadic colors.