#AEECDE

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

Shades of Water Leaf #AEECDE

Tints of Water Leaf #AEECDE

Color information

#AEECDE (or 0xAEECDE) is unknown color: approx Water Leaf. HEX triplet: AE, EC and DE. RGB value is (174,236,222). Sum of RGB (Red+Green+Blue) = 174+236+222=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECDE is #511321. Grayscale: #D7D7D7. Windows color (decimal): -5313314 or 14609582. OLE color: 14609582.

HSL color Cylindrical-coordinate representation of color #AEECDE: hue angle of 166.45º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECDE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB174236222-
CMYK0.2600.060.07
HSL166.45º62%80.39%-
HSV(B)166.45º26.27%92.55%-
XYZ60.6474.2680.25-
YUV215.87131.4698.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=27.53%
G=37.34%
B=35.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362220.2600.060.07166.456280.39
HexAEECDE1A067a63e50
Octal2563543363206724676120
Binary101011101110110011011110110100110111101001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECDE; }

 p { color: rgb(174,236,222); }

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

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

 a { background-color: rgb(174,236,222); }

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

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

 span { border-color: rgb(174,236,222); }

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