#A4EFE2

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

Shades of Water Leaf #A4EFE2

Tints of Water Leaf #A4EFE2

Color information

#A4EFE2 (or 0xA4EFE2) is unknown color: approx Water Leaf. HEX triplet: A4, EF and E2. RGB value is (164,239,226). Sum of RGB (Red+Green+Blue) = 164+239+226=629 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.07% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EFE2 is #5B101D. Grayscale: #D7D7D7. Windows color (decimal): -5967902 or 14872484. OLE color: 14872484.

HSL color Cylindrical-coordinate representation of color #A4EFE2: hue angle of 169.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFE2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB164239226-
CMYK0.3100.050.06
HSL169.6º70.09%79.02%-
HSV(B)169.6º31.38%93.73%-
XYZ59.975.1283.29-
YUV215.09134.1591.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.07%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 226 (88.67% from 255) = 35.93%
R=26.07%
G=38.00%
B=35.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642392260.3100.050.06169.670.0979.02
HexA4EFE21F056aa464f
Octal24435734237056252106117
Binary1010010011101111111000101111101011101010101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EFE2; }

 p { color: rgb(164,239,226); }

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

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

 a { background-color: rgb(164,239,226); }

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

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

 span { border-color: rgb(164,239,226); }

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