#A5F7E3

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

Shades of Water Leaf #A5F7E3

Tints of Water Leaf #A5F7E3

Color information

#A5F7E3 (or 0xA5F7E3) is unknown color: approx Water Leaf. HEX triplet: A5, F7 and E3. RGB value is (165,247,227). Sum of RGB (Red+Green+Blue) = 165+247+227=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F7E3 is #5A081C. Grayscale: #DCDCDC. Windows color (decimal): -5900317 or 14940069. OLE color: 14940069.

HSL color Cylindrical-coordinate representation of color #A5F7E3: hue angle of 165.37º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F7E3 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB165247227-
CMYK0.3300.080.03
HSL165.37º83.67%80.78%-
HSV(B)165.37º33.2%96.86%-
XYZ62.6480.0784.83-
YUV220.2131.8388.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.82%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 227 (89.06% from 255) = 35.52%
R=25.82%
G=38.65%
B=35.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652472270.3300.080.03165.3783.6780.78
HexA5F7E321083a55451
Octal245367343410103245124121
Binary10100101111101111110001110000101000111010010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F7E3; }

 p { color: rgb(165,247,227); }

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

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

 a { background-color: rgb(165,247,227); }

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

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

 span { border-color: rgb(165,247,227); }

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