#AEEBE1

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

Shades of Water Leaf #AEEBE1

Tints of Water Leaf #AEEBE1

Color information

#AEEBE1 (or 0xAEEBE1) is unknown color: approx Water Leaf. HEX triplet: AE, EB and E1. RGB value is (174,235,225). Sum of RGB (Red+Green+Blue) = 174+235+225=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBE1 is #51141E. Grayscale: #D7D7D7. Windows color (decimal): -5313567 or 14805934. OLE color: 14805934.

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

Color convert

RGB174235225-
CMYK0.2600.040.08
HSL170.16º60.4%80.2%-
HSV(B)170.16º25.96%92.16%-
XYZ60.7573.8582.29-
YUV215.62133.2998.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=27.44%
G=37.07%
B=35.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742352250.2600.040.08170.1660.480.2
HexAEEBE11A048aa3c50
Octal25635334132041025274120
Binary1010111011101011111000011101001001000101010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBE1; }

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

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

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

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

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

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

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

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