#A5EEE2

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

Shades of Water Leaf #A5EEE2

Tints of Water Leaf #A5EEE2

Color information

#A5EEE2 (or 0xA5EEE2) is unknown color: approx Water Leaf. HEX triplet: A5, EE and E2. RGB value is (165,238,226). Sum of RGB (Red+Green+Blue) = 165+238+226=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEE2 is #5A111D. Grayscale: #D6D6D6. Windows color (decimal): -5902622 or 14872229. OLE color: 14872229.

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

Color convert

RGB165238226-
CMYK0.3100.050.07
HSL170.14º68.22%79.02%-
HSV(B)170.14º30.67%93.33%-
XYZ59.8274.6483.21-
YUV214.8134.3292.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.23%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 226 (88.67% from 255) = 35.93%
R=26.23%
G=37.84%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1652382260.3100.050.07170.1468.2279.02
HexA5EEE21F057aa444f
Octal24535634237057252104117
Binary1010010111101110111000101111101011111010101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EEE2; }

 p { color: rgb(165,238,226); }

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

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

 a { background-color: rgb(165,238,226); }

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

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

 span { border-color: rgb(165,238,226); }

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