#AEEDE3

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

Shades of Water Leaf #AEEDE3

Tints of Water Leaf #AEEDE3

Color information

#AEEDE3 (or 0xAEEDE3) is unknown color: approx Water Leaf. HEX triplet: AE, ED and E3. RGB value is (174,237,227). Sum of RGB (Red+Green+Blue) = 174+237+227=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDE3 is #51121C. Grayscale: #D8D8D8. Windows color (decimal): -5313053 or 14937518. OLE color: 14937518.

HSL color Cylindrical-coordinate representation of color #AEEDE3: hue angle of 170.48º 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 #AEEDE3 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB174237227-
CMYK0.2700.040.07
HSL170.48º63.64%80.59%-
HSV(B)170.48º26.58%92.94%-
XYZ61.675.1183.92-
YUV217.02133.6397.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=27.27%
G=37.15%
B=35.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372270.2700.040.07170.4863.6480.59
HexAEEDE31B047aa4051
Octal25635534333047252100121
Binary1010111011101101111000111101101001111010101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDE3; }

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

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

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

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

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

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

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

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