#A6F5DE

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

Shades of Water Leaf #A6F5DE

Tints of Water Leaf #A6F5DE

Color information

#A6F5DE (or 0xA6F5DE) is unknown color: approx Water Leaf. HEX triplet: A6, F5 and DE. RGB value is (166,245,222). Sum of RGB (Red+Green+Blue) = 166+245+222=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F5DE is #590A21. Grayscale: #DADADA. Windows color (decimal): -5835298 or 14611878. OLE color: 14611878.

HSL color Cylindrical-coordinate representation of color #A6F5DE: hue angle of 162.53º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6F5DE is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB166245222-
CMYK0.3200.090.04
HSL162.53º79.8%80.59%-
HSV(B)162.53º32.24%96.08%-
XYZ61.5678.6981.05-
YUV218.76129.8390.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.22%
GREEN value IS 245 (96.09% from 255) = 38.70%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=26.22%
G=38.70%
B=35.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662452220.3200.090.04162.5379.880.59
HexA6F5DE20094a35051
Octal246365336400114243120121
Binary101001101111010111011110100000010011001010001110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F5DE; }

 p { color: rgb(166,245,222); }

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

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

 a { background-color: rgb(166,245,222); }

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

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

 span { border-color: rgb(166,245,222); }

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