#AEEDDE

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

Shades of Water Leaf #AEEDDE

Tints of Water Leaf #AEEDDE

Color information

#AEEDDE (or 0xAEEDDE) is unknown color: approx Water Leaf. HEX triplet: AE, ED and DE. RGB value is (174,237,222). Sum of RGB (Red+Green+Blue) = 174+237+222=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDE is #511221. Grayscale: #D8D8D8. Windows color (decimal): -5313058 or 14609838. OLE color: 14609838.

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

Color convert

RGB174237222-
CMYK0.2700.060.07
HSL165.71º63.64%80.59%-
HSV(B)165.71º26.58%92.94%-
XYZ60.9274.8480.34-
YUV216.45131.1397.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=27.49%
G=37.44%
B=35.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372220.2700.060.07165.7163.6480.59
HexAEEDDE1B067a64051
Octal25635533633067246100121
Binary1010111011101101110111101101101101111010011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDDE; }

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

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

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

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

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

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

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

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