#AEEFE2

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

Shades of Water Leaf #AEEFE2

Tints of Water Leaf #AEEFE2

Color information

#AEEFE2 (or 0xAEEFE2) is unknown color: approx Water Leaf. HEX triplet: AE, EF and E2. RGB value is (174,239,226). Sum of RGB (Red+Green+Blue) = 174+239+226=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFE2 is #51101D. Grayscale: #DADADA. Windows color (decimal): -5312542 or 14872494. OLE color: 14872494.

HSL color Cylindrical-coordinate representation of color #AEEFE2: hue angle of 168º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFE2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB174239226-
CMYK0.2700.050.06
HSL168º67.01%80.98%-
HSV(B)168º27.2%93.73%-
XYZ62.0576.2283.39-
YUV218.08132.4796.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=27.23%
G=37.40%
B=35.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742392260.2700.050.0616867.0180.98
HexAEEFE21B056a84351
Octal25635734233056250103121
Binary1010111011101111111000101101101011101010100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFE2; }

 p { color: rgb(174,239,226); }

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

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

 a { background-color: rgb(174,239,226); }

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

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

 span { border-color: rgb(174,239,226); }

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