#A5FCE5

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

Shades of Water Leaf #A5FCE5

Tints of Water Leaf #A5FCE5

Color information

#A5FCE5 (or 0xA5FCE5) is unknown color: approx Water Leaf. HEX triplet: A5, FC and E5. RGB value is (165,252,229). Sum of RGB (Red+Green+Blue) = 165+252+229=646 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.54% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCE5 is #5A031A. Grayscale: #DFDFDF. Windows color (decimal): -5899035 or 15072421. OLE color: 15072421.

HSL color Cylindrical-coordinate representation of color #A5FCE5: hue angle of 164.14º degrees, saturation: 0.94, 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 #A5FCE5 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB165252229-
CMYK0.3500.090.01
HSL164.14º93.55%81.76%-
HSV(B)164.14º34.52%98.82%-
XYZ64.4783.2886.8-
YUV223.36131.1886.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.54%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 229 (89.84% from 255) = 35.45%
R=25.54%
G=39.01%
B=35.45%

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
Decimal1652522290.3500.090.01164.1493.5581.76
HexA5FCE523091a45e52
Octal245374345430111244136122
Binary1010010111111100111001011000110100111010010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCE5; }

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

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

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

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

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

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

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

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