#A5FDE5

Color #A5FDE5 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A5FDE5

Tints of Water Leaf #A5FDE5

Color information

#A5FDE5 (or 0xA5FDE5) is unknown color: approx Water Leaf. HEX triplet: A5, FD and E5. RGB value is (165,253,229). Sum of RGB (Red+Green+Blue) = 165+253+229=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDE5 is #5A021A. Grayscale: #DFDFDF. Windows color (decimal): -5898779 or 15072677. OLE color: 15072677.

HSL color Cylindrical-coordinate representation of color #A5FDE5: hue angle of 163.64º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDE5 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB165253229-
CMYK0.3500.090.01
HSL163.64º95.65%81.96%-
HSV(B)163.64º34.78%99.22%-
XYZ64.7983.9186.91-
YUV223.95130.8585.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 25.50%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 229 (89.84% from 255) = 35.39%
R=25.50%
G=39.10%
B=35.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652532290.3500.090.01163.6495.6581.96
HexA5FDE523091a46052
Octal245375345430111244140122
Binary1010010111111101111001011000110100111010010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDE5; }

 p { color: rgb(165,253,229); }

 H1.HeaderClassName
 {
   color: #A5FDE5;
 }
 .AnyTagClassName
 {
   color: #A5FDE5;
 }
</style>
background-color css

<style>
 a { background-color: #A5FDE5; }

 a { background-color: rgb(165,253,229); }

 div.DivClassName
 {
   background-color: #A5FDE5;
 }
 .BgClassName
 {
   background-color: #A5FDE5;
 }
</style>
border-color css

<style>
 span { border-color: #A5FDE5; }

 span { border-color: rgb(165,253,229); }

 td.TdClassName
 {
   border-color: #A5FDE5;
 }
 .TagClassName
 {
   border-color: #A5FDE5;
 }
</style>