#A2FFE8

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

Shades of Water Leaf #A2FFE8

Tints of Water Leaf #A2FFE8

Color information

#A2FFE8 (or 0xA2FFE8) is unknown color: approx Water Leaf. HEX triplet: A2, FF and E8. RGB value is (162,255,232). Sum of RGB (Red+Green+Blue) = 162+255+232=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFE8 is #5D0017. Grayscale: #E0E0E0. Windows color (decimal): -6094872 or 15269794. OLE color: 15269794.

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

Color convert

RGB162255232-
CMYK0.3600.090
HSL165.16º100%81.76%-
HSV(B)165.16º36.47%100%-
XYZ65.2385.0389.32-
YUV224.57132.1983.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=24.96%
G=39.29%
B=35.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622552320.3600.090165.1610081.76
HexA2FFE824090a56452
Octal242377350440110245144122
Binary1010001011111111111010001001000100101010010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFE8; }

 p { color: rgb(162,255,232); }

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

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

 a { background-color: rgb(162,255,232); }

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

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

 span { border-color: rgb(162,255,232); }

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