#AEEBE3

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

Shades of Water Leaf #AEEBE3

Tints of Water Leaf #AEEBE3

Color information

#AEEBE3 (or 0xAEEBE3) is unknown color: approx Water Leaf. HEX triplet: AE, EB and E3. RGB value is (174,235,227). Sum of RGB (Red+Green+Blue) = 174+235+227=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBE3 is #51141C. Grayscale: #D7D7D7. Windows color (decimal): -5313565 or 14937006. OLE color: 14937006.

HSL color Cylindrical-coordinate representation of color #AEEBE3: hue angle of 172.13º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBE3 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB174235227-
CMYK0.2600.030.08
HSL172.13º60.4%80.2%-
HSV(B)172.13º25.96%92.16%-
XYZ61.0373.9683.73-
YUV215.85134.2998.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=27.36%
G=36.95%
B=35.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742352270.2600.030.08172.1360.480.2
HexAEEBE31A038ac3c50
Octal25635334332031025474120
Binary101011101110101111100011110100111000101011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBE3; }

 p { color: rgb(174,235,227); }

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

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

 a { background-color: rgb(174,235,227); }

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

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

 span { border-color: rgb(174,235,227); }

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