#AEFAE6

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

Shades of Water Leaf #AEFAE6

Tints of Water Leaf #AEFAE6

Color information

#AEFAE6 (or 0xAEFAE6) is unknown color: approx Water Leaf. HEX triplet: AE, FA and E6. RGB value is (174,250,230). Sum of RGB (Red+Green+Blue) = 174+250+230=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAE6 is #510519. Grayscale: #E1E1E1. Windows color (decimal): -5309722 or 15137454. OLE color: 15137454.

HSL color Cylindrical-coordinate representation of color #AEFAE6: hue angle of 164.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAE6 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB174250230-
CMYK0.3000.080.02
HSL164.21º88.37%83.14%-
HSV(B)164.21º30.4%98.04%-
XYZ65.9283.0887.42-
YUV225130.8291.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.61%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=26.61%
G=38.23%
B=35.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742502300.3000.080.02164.2188.3783.14
HexAEFAE61E082a45853
Octal256372346360102244130123
Binary1010111011111010111001101111001000101010010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAE6; }

 p { color: rgb(174,250,230); }

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

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

 a { background-color: rgb(174,250,230); }

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

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

 span { border-color: rgb(174,250,230); }

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