COLOR #A5FFD4

HEX: #A5FFD4 RGB: (165,255,212)

Color info

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

RGB color model

#A5FFD4 color RGB value is (165,255,212).

RGB: (165,255,212) (65%, 100%, 83%)

RGB channels and saturation

R 165 of 255 = 65%
G 255 of 255 = 100%
B 212 of 255 = 83%

165
255
212

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

Portions of RGB colors in percentages

R + G + B = 165 + 255 + 212 = 632 (100%)
R 165 of 632 ~ 26.11%
G 255 of 632 ~ 40.35%
B 212 of 632 ~ 33.54'%

%26.11
%40.35
%33.54

CMYK color model

#A5FFD4 color CMYK value is (35,0,17,0).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 0.00%

CMYK: (35,0,17,0)
C35M0Y17K0 (35%, 0%, 17%, 0%)
(0.35 / 0.00 / 0.17 / 0.00)

CMYK percentages

%35.29
%0
%16.86
%0

Codes

Color #A5FFD4 in popluar color models

A5 FF D4
RGB 165 255 212
HSL 151° 100.00% 82.35%
HSB/HSV 151° 35.29% 100.00%
CMYK 35.29% 0.00% 16.86%
0.00%

Color #A5FFD4 in popluar number systems.

HEX A5 FF D4
Decimal 165 255 212
Binary 10100101 11111111 11010100
Octal 245 377 324

Shades and tints

Shades of #A5FFD4

#A5FFD4
(165,255,212)
#96E8C1
(150,232,193)
#87D1AE
(135,209,174)
#78BA9B
(120,186,155)
#69A388
(105,163,136)
#5A8C75
(90,140,117)
#4B7562
(75,117,98)
#3C5E4F
(60,94,79)
#2D473C
(45,71,60)
#1E3029
(30,48,41)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #A5FFD4

#A5FFD4
(165,255,212)
#ADFFD7
(173,255,215)
#B5FFDA
(181,255,218)
#BDFFDD
(189,255,221)
#C5FFE0
(197,255,224)
#CDFFE3
(205,255,227)
#D5FFE6
(213,255,230)
#DDFFE9
(221,255,233)
#E5FFEC
(229,255,236)
#EDFFEF
(237,255,239)
#F5FFF2
(245,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FFD4 color. Also use rgb(165,255,212) instead hex code.

Text Font Color

.myTextColor { color: #A5FFD4; }

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

This text font color is #A5FFD4.

Background Color

.myBgColor { background-color: #A5FFD4; }

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

This div background color is #A5FFD4.

Border color

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

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

This div border color is #A5FFD4.

Opacity

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

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

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

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

This text has shadow with #A5FFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5FFD4.

Preview

Color preview on black background

This text has color #A5FFD4 on black background.


Color preview on white background

This text has color #A5FFD4 on white background.


Black color preview on #A5FFD4 background

This text has black color on #A5FFD4 background.


White color preview on #A5FFD4 background

This text has white color on #A5FFD4 background.


Related colors

Complementary color

Complementary color for #hex is #5A002B.


I love getcolorcode.com

Triadic colors

1 #D4A5FF and #FFD4A5 with #A5FFD4 are triadic colors.

2 #D4FFA5 and #FFA5D4 with #A5FFD4 are triadic colors.