COLOR #9EF4EA

HEX: #9EF4EA RGB: (158,244,234)

Color info

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

RGB color model

#9EF4EA color RGB value is (158,244,234).

RGB: (158,244,234) (62%, 96%, 92%)

RGB channels and saturation

R 158 of 255 = 62%
G 244 of 255 = 96%
B 234 of 255 = 92%

158
244
234

R + G + B ~ 83%. #9EF4EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 244 + 234 = 636 (100%)
R 158 of 636 ~ 24.84%
G 244 of 636 ~ 38.36%
B 234 of 636 ~ 36.79'%

%24.84
%38.36
%36.79

CMYK color model

#9EF4EA color CMYK value is (35,0,4,4).

  • cyan value is 35.25%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 4.31%

CMYK: (35,0,4,4)
C35M0Y4K4 (35%, 0%, 4%, 4%)
(0.35 / 0.00 / 0.04 / 0.04)

CMYK percentages

%35.25
%0
%4.1
%4.31

Codes

Color #9EF4EA in popluar color models

9E F4 EA
RGB 158 244 234
HSL 173° 79.63% 78.82%
HSB/HSV 173° 35.25% 95.69%
CMYK 35.25% 0.00% 4.10%
4.31%

Color #9EF4EA in popluar number systems.

HEX 9E F4 EA
Decimal 158 244 234
Binary 10011110 11110100 11101010
Octal 236 364 352

Shades and tints

Shades of #9EF4EA

#9EF4EA
(158,244,234)
#90DED5
(144,222,213)
#82C8C0
(130,200,192)
#74B2AB
(116,178,171)
#669C96
(102,156,150)
#588681
(88,134,129)
#4A706C
(74,112,108)
#3C5A57
(60,90,87)
#2E4442
(46,68,66)
#202E2D
(32,46,45)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #9EF4EA

#9EF4EA
(158,244,234)
#A6F5EB
(166,245,235)
#AEF6EC
(174,246,236)
#B6F7ED
(182,247,237)
#BEF8EE
(190,248,238)
#C6F9EF
(198,249,239)
#CEFAF0
(206,250,240)
#D6FBF1
(214,251,241)
#DEFCF2
(222,252,242)
#E6FDF3
(230,253,243)
#EEFEF4
(238,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF4EA color. Also use rgb(158,244,234) instead hex code.

Text Font Color

.myTextColor { color: #9EF4EA; }

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

This text font color is #9EF4EA.

Background Color

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

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

This div background color is #9EF4EA.

Border color

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

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

This div border color is #9EF4EA.

Opacity

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

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

Text with #9EF4EA 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 #9EF4EA;}

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

This text has shadow with #9EF4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF4EA.

Preview

Color preview on black background

This text has color #9EF4EA on black background.


Color preview on white background

This text has color #9EF4EA on white background.


Black color preview on #9EF4EA background

This text has black color on #9EF4EA background.


White color preview on #9EF4EA background

This text has white color on #9EF4EA background.


Related colors

Complementary color

Complementary color for #hex is #610B15.


I love getcolorcode.com

Triadic colors

1 #EA9EF4 and #F4EA9E with #9EF4EA are triadic colors.

2 #EAF49E and #F49EEA with #9EF4EA are triadic colors.