#AEF7E1

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

Shades of Water Leaf #AEF7E1

Tints of Water Leaf #AEF7E1

Color information

#AEF7E1 (or 0xAEF7E1) is unknown color: approx Water Leaf. HEX triplet: AE, F7 and E1. RGB value is (174,247,225). Sum of RGB (Red+Green+Blue) = 174+247+225=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7E1 is #51081E. Grayscale: #DEDEDE. Windows color (decimal): -5310495 or 14809006. OLE color: 14809006.

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

Color convert

RGB174247225-
CMYK0.3000.090.03
HSL161.92º82.02%82.55%-
HSV(B)161.92º29.55%96.86%-
XYZ64.3180.9683.47-
YUV222.66129.3293.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 247 (96.88% from 255) = 38.24%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=26.93%
G=38.24%
B=34.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472250.3000.090.03161.9282.0282.55
HexAEF7E11E093a25253
Octal256367341360113242122123
Binary1010111011110111111000011111001001111010001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7E1; }

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

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

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

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

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

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

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

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