#AEEEE0

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

Shades of Water Leaf #AEEEE0

Tints of Water Leaf #AEEEE0

Color information

#AEEEE0 (or 0xAEEEE0) is unknown color: approx Water Leaf. HEX triplet: AE, EE and E0. RGB value is (174,238,224). Sum of RGB (Red+Green+Blue) = 174+238+224=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEE0 is #51111F. Grayscale: #D9D9D9. Windows color (decimal): -5312800 or 14741166. OLE color: 14741166.

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

Color convert

RGB174238224-
CMYK0.2700.060.07
HSL166.88º65.31%80.78%-
HSV(B)166.88º26.89%93.33%-
XYZ61.4875.5381.86-
YUV217.27131.897.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=27.36%
G=37.42%
B=35.22%

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
Decimal1742382240.2700.060.07166.8865.3180.78
HexAEEEE01B067a74151
Octal25635634033067247101121
Binary1010111011101110111000001101101101111010011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEE0; }

 p { color: rgb(174,238,224); }

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

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

 a { background-color: rgb(174,238,224); }

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

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

 span { border-color: rgb(174,238,224); }

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