#AEF7E3

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

Shades of Water Leaf #AEF7E3

Tints of Water Leaf #AEF7E3

Color information

#AEF7E3 (or 0xAEF7E3) is unknown color: approx Water Leaf. HEX triplet: AE, F7 and E3. RGB value is (174,247,227). Sum of RGB (Red+Green+Blue) = 174+247+227=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7E3 is #51081C. Grayscale: #DEDEDE. Windows color (decimal): -5310493 or 14940078. OLE color: 14940078.

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

Color convert

RGB174247227-
CMYK0.3000.080.03
HSL163.56º82.02%82.55%-
HSV(B)163.56º29.55%96.86%-
XYZ64.5881.0784.92-
YUV222.89130.3293.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.85%
GREEN value IS 247 (96.88% from 255) = 38.12%
BLUE value IS 227 (89.06% from 255) = 35.03%
R=26.85%
G=38.12%
B=35.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472270.3000.080.03163.5682.0282.55
HexAEF7E31E083a45253
Octal256367343360103244122123
Binary1010111011110111111000111111001000111010010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7E3; }

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

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

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

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

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

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

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

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