#AEECE0

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

Shades of Water Leaf #AEECE0

Tints of Water Leaf #AEECE0

Color information

#AEECE0 (or 0xAEECE0) is unknown color: approx Water Leaf. HEX triplet: AE, EC and E0. RGB value is (174,236,224). Sum of RGB (Red+Green+Blue) = 174+236+224=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECE0 is #51131F. Grayscale: #D8D8D8. Windows color (decimal): -5313312 or 14740654. OLE color: 14740654.

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

Color convert

RGB174236224-
CMYK0.2600.050.07
HSL168.39º62%80.39%-
HSV(B)168.39º26.27%92.55%-
XYZ60.9174.3781.67-
YUV216.09132.4697.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=27.44%
G=37.22%
B=35.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362240.2600.050.07168.396280.39
HexAEECE01A057a83e50
Octal2563543403205725076120
Binary101011101110110011100000110100101111101010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECE0; }

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

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

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

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

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

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

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

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