COLOR #A0F9F3

HEX: #A0F9F3
RGB: (160,249,243)

Color info

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

RGB color model

#A0F9F3 color RGB value is (160,249,243).

  • red value is 160;
  • green value is 249;
  • blue value is 243.
RGB:
(160,249,243)
(63%,98%,95%)

RGB channels and saturation

R 160 of 255 = 63%
G 249 of 255 = 98%
B 243 of 255 = 95%

160
249
243

R + G + B ~ 85%. #A0F9F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 249 + 243 = 652 (100%)
R 160 of 652 ~ 24.54%
G 249 of 652 ~ 38.19%
B 243 of 652 ~ 37.27%

%24.54
%38.19
%37.27

CMYK color model

#A0F9F3 color CMYK value is (36,0,2,2).

  • cyan value is 35.74%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 2.35%
CMYK:
(36,0,2,2)
C36M0Y2K2 
(36%,0%,2%,2%)
(0.36/0.00/0.02/0.02)	

CMYK percentages

%35.74
%0
%2.41
%2.35

Codes

Color #A0F9F3 in popluar color models

A0F9F3
RGB160249243
HSL176°88.12%80.20%
HSB/HSV176°35.74%97.65%
CMYK35.74%0.00%2.41%
2.35%

Color #A0F9F3 in popluar number systems.

HEXA0F9F3
Decimal160249243
Binary101000001111100111110011
Octal240371363

Shades and tints

Shades of #A0F9F3

#A0F9F3
(160,249,243)
#92E3DD
(146,227,221)
#84CDC7
(132,205,199)
#76B7B1
(118,183,177)
#68A19B
(104,161,155)
#5A8B85
(90,139,133)
#4C756F
(76,117,111)
#3E5F59
(62,95,89)
#304943
(48,73,67)
#22332D
(34,51,45)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #A0F9F3

#A0F9F3
(160,249,243)
#A8F9F4
(168,249,244)
#B0F9F5
(176,249,245)
#B8F9F6
(184,249,246)
#C0F9F7
(192,249,247)
#C8F9F8
(200,249,248)
#D0F9F9
(208,249,249)
#D8F9FA
(216,249,250)
#E0F9FB
(224,249,251)
#E8F9FC
(232,249,252)
#F0F9FD
(240,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F9F3 color. Also use rgb(160,249,243) instead hex code.

Text Font Color

.myTextColor { color: #A0F9F3; }

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

This text font color is #A0F9F3.


Background Color

.myBgColor { background-color: #A0F9F3; }

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

This div background color is #A0F9F3.


Border color

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

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

This div border color is #A0F9F3.


Opacity

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

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

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

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

This text has shadow with #A0F9F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F9F3 on black background.


Color preview on white background

This text has color #A0F9F3 on white background.



Black color preview on #A0F9F3 background

This text has black color on #A0F9F3 background.


White color preview on #A0F9F3 background

This text has white color on #A0F9F3 background.