#AEF3E0

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

Shades of Water Leaf #AEF3E0

Tints of Water Leaf #AEF3E0

Color information

#AEF3E0 (or 0xAEF3E0) is unknown color: approx Water Leaf. HEX triplet: AE, F3 and E0. RGB value is (174,243,224). Sum of RGB (Red+Green+Blue) = 174+243+224=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3E0 is #510C1F. Grayscale: #DCDCDC. Windows color (decimal): -5311520 or 14742446. OLE color: 14742446.

HSL color Cylindrical-coordinate representation of color #AEF3E0: hue angle of 163.48º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3E0 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB174243224-
CMYK0.2800.080.05
HSL163.48º74.19%81.76%-
HSV(B)163.48º28.4%95.29%-
XYZ62.9678.4882.35-
YUV220.2130.1495.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 243 (95.31% from 255) = 37.91%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=27.15%
G=37.91%
B=34.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742432240.2800.080.05163.4874.1981.76
HexAEF3E01C085a34a52
Octal256363340340105243112122
Binary10101110111100111110000011100010001011010001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF3E0; }

 p { color: rgb(174,243,224); }

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

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

 a { background-color: rgb(174,243,224); }

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

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

 span { border-color: rgb(174,243,224); }

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