#AEF5DC

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

Shades of Water Leaf #AEF5DC

Tints of Water Leaf #AEF5DC

Color information

#AEF5DC (or 0xAEF5DC) is unknown color: approx Water Leaf. HEX triplet: AE, F5 and DC. RGB value is (174,245,220). Sum of RGB (Red+Green+Blue) = 174+245+220=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5DC is #510A23. Grayscale: #DCDCDC. Windows color (decimal): -5311012 or 14480814. OLE color: 14480814.

HSL color Cylindrical-coordinate representation of color #AEF5DC: hue angle of 158.87º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5DC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB174245220-
CMYK0.2900.100.04
HSL158.87º78.02%82.16%-
HSV(B)158.87º28.98%96.08%-
XYZ63.0379.4779.73-
YUV220.92127.4894.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 245 (96.09% from 255) = 38.34%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=27.23%
G=38.34%
B=34.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742452200.2900.100.04158.8778.0282.16
HexAEF5DC1D0A49f4e52
Octal256365334350124237116122
Binary10101110111101011101110011101010101001001111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF5DC; }

 p { color: rgb(174,245,220); }

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

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

 a { background-color: rgb(174,245,220); }

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

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

 span { border-color: rgb(174,245,220); }

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