#AEF7E5

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

Shades of Water Leaf #AEF7E5

Tints of Water Leaf #AEF7E5

Color information

#AEF7E5 (or 0xAEF7E5) is unknown color: approx Water Leaf. HEX triplet: AE, F7 and E5. RGB value is (174,247,229). Sum of RGB (Red+Green+Blue) = 174+247+229=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7E5 is #51081A. Grayscale: #DFDFDF. Windows color (decimal): -5310491 or 15071150. OLE color: 15071150.

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

Color convert

RGB174247229-
CMYK0.3000.070.03
HSL165.21º82.02%82.55%-
HSV(B)165.21º29.55%96.86%-
XYZ64.8681.1886.38-
YUV223.12131.3292.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.77%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 229 (89.84% from 255) = 35.23%
R=26.77%
G=38%
B=35.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472290.3000.070.03165.2182.0282.55
HexAEF7E51E073a55253
Octal25636734536073245122123
Binary101011101111011111100101111100111111010010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7E5; }

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

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

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

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

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

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

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

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