#AEEDE1

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

Shades of Water Leaf #AEEDE1

Tints of Water Leaf #AEEDE1

Color information

#AEEDE1 (or 0xAEEDE1) is unknown color: approx Water Leaf. HEX triplet: AE, ED and E1. RGB value is (174,237,225). Sum of RGB (Red+Green+Blue) = 174+237+225=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDE1 is #51121E. Grayscale: #D8D8D8. Windows color (decimal): -5313055 or 14806446. OLE color: 14806446.

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

Color convert

RGB174237225-
CMYK0.2700.050.07
HSL168.57º63.64%80.59%-
HSV(B)168.57º26.58%92.94%-
XYZ61.337582.48-
YUV216.8132.6397.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=27.36%
G=37.26%
B=35.38%

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
Decimal1742372250.2700.050.07168.5763.6480.59
HexAEEDE11B057a94051
Octal25635534133057251100121
Binary1010111011101101111000011101101011111010100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDE1; }

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

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

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

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

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

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

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

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