COLOR #95F0ED

HEX: #95F0ED RGB: (149,240,237)

Color info

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

RGB color model

#95F0ED color RGB value is (149,240,237).

RGB: (149,240,237) (58%, 94%, 93%)

RGB channels and saturation

R 149 of 255 = 58%
G 240 of 255 = 94%
B 237 of 255 = 93%

149
240
237

R + G + B ~ 82%. #95F0ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 240 + 237 = 626 (100%)
R 149 of 626 ~ 23.8%
G 240 of 626 ~ 38.34%
B 237 of 626 ~ 37.86'%

%23.8
%38.34
%37.86

CMYK color model

#95F0ED color CMYK value is (38,0,1,6).

  • cyan value is 37.92%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 5.88%

CMYK: (38,0,1,6)
C38M0Y1K6 (38%, 0%, 1%, 6%)
(0.38 / 0.00 / 0.01 / 0.06)

CMYK percentages

%37.92
%0
%1.25
%5.88

Codes

Color #95F0ED in popluar color models

95 F0 ED
RGB 149 240 237
HSL 178° 75.21% 76.27%
HSB/HSV 178° 37.92% 94.12%
CMYK 37.92% 0.00% 1.25%
5.88%

Color #95F0ED in popluar number systems.

HEX 95 F0 ED
Decimal 149 240 237
Binary 10010101 11110000 11101101
Octal 225 360 355

Shades and tints

Shades of #95F0ED

#95F0ED
(149,240,237)
#88DBD8
(136,219,216)
#7BC6C3
(123,198,195)
#6EB1AE
(110,177,174)
#619C99
(97,156,153)
#548784
(84,135,132)
#47726F
(71,114,111)
#3A5D5A
(58,93,90)
#2D4845
(45,72,69)
#203330
(32,51,48)
#131E1B
(19,30,27)
#000000
(0,0,0)

Tints of #95F0ED

#95F0ED
(149,240,237)
#9EF1EE
(158,241,238)
#A7F2EF
(167,242,239)
#B0F3F0
(176,243,240)
#B9F4F1
(185,244,241)
#C2F5F2
(194,245,242)
#CBF6F3
(203,246,243)
#D4F7F4
(212,247,244)
#DDF8F5
(221,248,245)
#E6F9F6
(230,249,246)
#EFFAF7
(239,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F0ED color. Also use rgb(149,240,237) instead hex code.

Text Font Color

.myTextColor { color: #95F0ED; }

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

This text font color is #95F0ED.

Background Color

.myBgColor { background-color: #95F0ED; }

<div style="background-color:#95F0ED">Inner text</div>

This div background color is #95F0ED.

Border color

.myBorderColor { border: 1px solid #95F0ED; }

<div style="border:3px solid #95F0ED">Div</div>

This div border color is #95F0ED.

Opacity

.myOpacity80 { color: #95F0ED; opacity: 0.8; }

<p style="color:#95F0ED;opacity:0.8;">80%</p>

Text with #95F0ED 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 #95F0ED;}

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

This text has shadow with #95F0ED color.


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

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

This text has shadow with #95F0ED primary color and red secondary color.


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

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

This text has shadow with #95F0ED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95F0ED.

Preview

Color preview on black background

This text has color #95F0ED on black background.


Color preview on white background

This text has color #95F0ED on white background.


Black color preview on #95F0ED background

This text has black color on #95F0ED background.


White color preview on #95F0ED background

This text has white color on #95F0ED background.


Related colors

Complementary color

Complementary color for #hex is #6A0F12.


I love getcolorcode.com

Triadic colors

1 #ED95F0 and #F0ED95 with #95F0ED are triadic colors.

2 #EDF095 and #F095ED with #95F0ED are triadic colors.