COLOR #ACF5F0

HEX: #ACF5F0
RGB: (172,245,240)

Color info

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

RGB color model

#ACF5F0 color RGB value is (172,245,240).

  • red value is 172;
  • green value is 245;
  • blue value is 240.
RGB:
(172,245,240)
(67%,96%,94%)

RGB channels and saturation

R 172 of 255 = 67%
G 245 of 255 = 96%
B 240 of 255 = 94%

172
245
240

R + G + B ~ 86%. #ACF5F0 is light color.

Portions of RGB colors in percentages

R + G + B =
172 + 245 + 240 = 657 (100%)
R 172 of 657 ~ 26.18%
G 245 of 657 ~ 37.29%
B 240 of 657 ~ 36.53%

%26.18
%37.29
%36.53

CMYK color model

#ACF5F0 color CMYK value is (30,0,2,4).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 3.92%
CMYK:
(30,0,2,4)
C30M0Y2K4 
(30%,0%,2%,4%)
(0.30/0.00/0.02/0.04)	

CMYK percentages

%29.8
%0
%2.04
%3.92

Codes

Color #ACF5F0 in popluar color models

ACF5F0
RGB172245240
HSL176°78.49%81.76%
HSB/HSV176°29.80%96.08%
CMYK29.80%0.00%2.04%
3.92%

Color #ACF5F0 in popluar number systems.

HEXACF5F0
Decimal172245240
Binary101011001111010111110000
Octal254365360

Shades and tints

Shades of #ACF5F0

#ACF5F0
(172,245,240)
#9DDFDB
(157,223,219)
#8EC9C6
(142,201,198)
#7FB3B1
(127,179,177)
#709D9C
(112,157,156)
#618787
(97,135,135)
#527172
(82,113,114)
#435B5D
(67,91,93)
#344548
(52,69,72)
#252F33
(37,47,51)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #ACF5F0

#ACF5F0
(172,245,240)
#B3F5F1
(179,245,241)
#BAF5F2
(186,245,242)
#C1F5F3
(193,245,243)
#C8F5F4
(200,245,244)
#CFF5F5
(207,245,245)
#D6F5F6
(214,245,246)
#DDF5F7
(221,245,247)
#E4F5F8
(228,245,248)
#EBF5F9
(235,245,249)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF5F0 color. Also use rgb(172,245,240) instead hex code.

Text Font Color

.myTextColor { color: #ACF5F0; }

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

This text font color is #ACF5F0.


Background Color

.myBgColor { background-color: #ACF5F0; }

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

This div background color is #ACF5F0.


Border color

.myBorderColor { border: 1px solid #ACF5F0; }

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

This div border color is #ACF5F0.


Opacity

.myOpacity80 { color: #ACF5F0; opacity: 0.8; }

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

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

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

This text has shadow with #ACF5F0 color.

.textShadow {text-shadow: 3px 3px 1px #ACF5F0, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACF5F0;
-webkit-box-shadow: 1px 1px 3px 2px #ACF5F0;
box-shadow:1px 1px 3px 2px #ACF5F0;">
Div content here</div>
This div box has shadow with color #ACF5F0.

Preview

Color preview on black background

This text has color #ACF5F0 on black background.


Color preview on white background

This text has color #ACF5F0 on white background.



Black color preview on #ACF5F0 background

This text has black color on #ACF5F0 background.


White color preview on #ACF5F0 background

This text has white color on #ACF5F0 background.