#A2FDE6

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

Shades of Water Leaf #A2FDE6

Tints of Water Leaf #A2FDE6

Color information

#A2FDE6 (or 0xA2FDE6) is unknown color: approx Water Leaf. HEX triplet: A2, FD and E6. RGB value is (162,253,230). Sum of RGB (Red+Green+Blue) = 162+253+230=645 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.12% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FDE6 is #5D0219. Grayscale: #DFDFDF. Windows color (decimal): -6095386 or 15138210. OLE color: 15138210.

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

Color convert

RGB162253230-
CMYK0.3600.090.01
HSL164.84º95.79%81.37%-
HSV(B)164.84º35.97%99.22%-
XYZ64.3183.6587.62-
YUV223.17131.8584.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.12%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 230 (90.23% from 255) = 35.66%
R=25.12%
G=39.22%
B=35.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622532300.3600.090.01164.8495.7981.37
HexA2FDE624091a56051
Octal242375346440111245140121
Binary1010001011111101111001101001000100111010010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FDE6; }

 p { color: rgb(162,253,230); }

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

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

 a { background-color: rgb(162,253,230); }

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

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

 span { border-color: rgb(162,253,230); }

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