COLOR #88F4C4

HEX: #88F4C4 RGB: (136,244,196)

Color info

#88F4C4 contains mainly green and blue colors. Web safe color of #88F4C4 is #99FFCC (or #9FC).

RGB color model

#88F4C4 color RGB value is (136,244,196).

RGB: (136,244,196) (53%, 96%, 77%)

RGB channels and saturation

R 136 of 255 = 53%
G 244 of 255 = 96%
B 196 of 255 = 77%

136
244
196

R + G + B ~ 75%. #88F4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 244 + 196 = 576 (100%)
R 136 of 576 ~ 23.61%
G 244 of 576 ~ 42.36%
B 196 of 576 ~ 34.03'%

%23.61
%42.36
%34.03

CMYK color model

#88F4C4 color CMYK value is (44,0,20,4).

  • cyan value is 44.26%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 4.31%

CMYK: (44,0,20,4)
C44M0Y20K4 (44%, 0%, 20%, 4%)
(0.44 / 0.00 / 0.20 / 0.04)

CMYK percentages

%44.26
%0
%19.67
%4.31

Codes

Color #88F4C4 in popluar color models

88 F4 C4
RGB 136 244 196
HSL 153° 83.08% 74.51%
HSB/HSV 153° 44.26% 95.69%
CMYK 44.26% 0.00% 19.67%
4.31%

Color #88F4C4 in popluar number systems.

HEX 88 F4 C4
Decimal 136 244 196
Binary 10001000 11110100 11000100
Octal 210 364 304

Shades and tints

Shades of #88F4C4

#88F4C4
(136,244,196)
#7CDEB3
(124,222,179)
#70C8A2
(112,200,162)
#64B291
(100,178,145)
#589C80
(88,156,128)
#4C866F
(76,134,111)
#40705E
(64,112,94)
#345A4D
(52,90,77)
#28443C
(40,68,60)
#1C2E2B
(28,46,43)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #88F4C4

#88F4C4
(136,244,196)
#92F5C9
(146,245,201)
#9CF6CE
(156,246,206)
#A6F7D3
(166,247,211)
#B0F8D8
(176,248,216)
#BAF9DD
(186,249,221)
#C4FAE2
(196,250,226)
#CEFBE7
(206,251,231)
#D8FCEC
(216,252,236)
#E2FDF1
(226,253,241)
#ECFEF6
(236,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F4C4 color. Also use rgb(136,244,196) instead hex code.

Text Font Color

.myTextColor { color: #88F4C4; }

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

This text font color is #88F4C4.

Background Color

.myBgColor { background-color: #88F4C4; }

<div style="background-color:#88F4C4">Inner text</div>

This div background color is #88F4C4.

Border color

.myBorderColor { border: 1px solid #88F4C4; }

<div style="border:3px solid #88F4C4">Div</div>

This div border color is #88F4C4.

Opacity

.myOpacity80 { color: #88F4C4; opacity: 0.8; }

<p style="color:#88F4C4;opacity:0.8;">80%</p>

Text with #88F4C4 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 #88F4C4;}

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

This text has shadow with #88F4C4 color.


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

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

This text has shadow with #88F4C4 primary color and red secondary color.


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

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

This text has shadow with #88F4C4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88F4C4.

Preview

Color preview on black background

This text has color #88F4C4 on black background.


Color preview on white background

This text has color #88F4C4 on white background.


Black color preview on #88F4C4 background

This text has black color on #88F4C4 background.


White color preview on #88F4C4 background

This text has white color on #88F4C4 background.


Related colors

Complementary color

Complementary color for #hex is #770B3B.


I love getcolorcode.com

Triadic colors

1 #C488F4 and #F4C488 with #88F4C4 are triadic colors.

2 #C4F488 and #F488C4 with #88F4C4 are triadic colors.