#AEF1E4

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

Shades of Water Leaf #AEF1E4

Tints of Water Leaf #AEF1E4

Color information

#AEF1E4 (or 0xAEF1E4) is unknown color: approx Water Leaf. HEX triplet: AE, F1 and E4. RGB value is (174,241,228). Sum of RGB (Red+Green+Blue) = 174+241+228=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1E4 is #510E1B. Grayscale: #DBDBDB. Windows color (decimal): -5312028 or 15004078. OLE color: 15004078.

HSL color Cylindrical-coordinate representation of color #AEF1E4: hue angle of 168.36º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1E4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB174241228-
CMYK0.2800.050.05
HSL168.36º70.53%81.37%-
HSV(B)168.36º27.8%94.51%-
XYZ62.9177.5185.04-
YUV219.48132.895.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=27.06%
G=37.48%
B=35.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742412280.2800.050.05168.3670.5381.37
HexAEF1E41C055a84751
Octal25636134434055250107121
Binary1010111011110001111001001110001011011010100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF1E4; }

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

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

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

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

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

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

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

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