#AEFAE3

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

Shades of Water Leaf #AEFAE3

Tints of Water Leaf #AEFAE3

Color information

#AEFAE3 (or 0xAEFAE3) is unknown color: approx Water Leaf. HEX triplet: AE, FA and E3. RGB value is (174,250,227). Sum of RGB (Red+Green+Blue) = 174+250+227=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAE3 is #51051C. Grayscale: #E0E0E0. Windows color (decimal): -5309725 or 14940846. OLE color: 14940846.

HSL color Cylindrical-coordinate representation of color #AEFAE3: hue angle of 161.84º 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 #AEFAE3 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB174250227-
CMYK0.3000.090.02
HSL161.84º88.37%83.14%-
HSV(B)161.84º30.4%98.04%-
XYZ65.5182.9285.22-
YUV224.65129.3291.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.73%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=26.73%
G=38.40%
B=34.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742502270.3000.090.02161.8488.3783.14
HexAEFAE31E092a25853
Octal256372343360112242130123
Binary1010111011111010111000111111001001101010001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAE3; }

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

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

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

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

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

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

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

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