#AEEDE2

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

Shades of Water Leaf #AEEDE2

Tints of Water Leaf #AEEDE2

Color information

#AEEDE2 (or 0xAEEDE2) is unknown color: approx Water Leaf. HEX triplet: AE, ED and E2. RGB value is (174,237,226). Sum of RGB (Red+Green+Blue) = 174+237+226=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDE2 is #51121D. Grayscale: #D8D8D8. Windows color (decimal): -5313054 or 14871982. OLE color: 14871982.

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

Color convert

RGB174237226-
CMYK0.2700.050.07
HSL169.52º63.64%80.59%-
HSV(B)169.52º26.58%92.94%-
XYZ61.4775.0683.2-
YUV216.91133.1397.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=27.32%
G=37.21%
B=35.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372260.2700.050.07169.5263.6480.59
HexAEEDE21B057aa4051
Octal25635534233057252100121
Binary1010111011101101111000101101101011111010101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDE2; }

 p { color: rgb(174,237,226); }

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

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

 a { background-color: rgb(174,237,226); }

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

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

 span { border-color: rgb(174,237,226); }

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