#AEECE4

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

Shades of Water Leaf #AEECE4

Tints of Water Leaf #AEECE4

Color information

#AEECE4 (or 0xAEECE4) is unknown color: approx Water Leaf. HEX triplet: AE, EC and E4. RGB value is (174,236,228). Sum of RGB (Red+Green+Blue) = 174+236+228=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECE4 is #51131B. Grayscale: #D8D8D8. Windows color (decimal): -5313308 or 15002798. OLE color: 15002798.

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

Color convert

RGB174236228-
CMYK0.2600.030.07
HSL172.26º62%80.39%-
HSV(B)172.26º26.27%92.55%-
XYZ61.4574.5984.56-
YUV216.55134.4697.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=27.27%
G=36.99%
B=35.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362280.2600.030.07172.266280.39
HexAEECE41A037ac3e50
Octal2563543443203725476120
Binary10101110111011001110010011010011111101011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECE4; }

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

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

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

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

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

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

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

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