#A6ECE2

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

Shades of Water Leaf #A6ECE2

Tints of Water Leaf #A6ECE2

Color information

#A6ECE2 (or 0xA6ECE2) is unknown color: approx Water Leaf. HEX triplet: A6, EC and E2. RGB value is (166,236,226). Sum of RGB (Red+Green+Blue) = 166+236+226=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECE2 is #59131D. Grayscale: #D5D5D5. Windows color (decimal): -5837598 or 14871718. OLE color: 14871718.

HSL color Cylindrical-coordinate representation of color #A6ECE2: hue angle of 171.43º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECE2 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB166236226-
CMYK0.3000.040.07
HSL171.43º64.81%78.82%-
HSV(B)171.43º29.66%92.55%-
XYZ59.4573.5983.02-
YUV213.93134.8193.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.43%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=26.43%
G=37.58%
B=35.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662362260.3000.040.07171.4364.8178.82
HexA6ECE21E047ab414f
Octal24635434236047253101117
Binary1010011011101100111000101111001001111010101110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECE2; }

 p { color: rgb(166,236,226); }

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

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

 a { background-color: rgb(166,236,226); }

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

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

 span { border-color: rgb(166,236,226); }

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