#AEF0DA

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

Shades of Water Leaf #AEF0DA

Tints of Water Leaf #AEF0DA

Color information

#AEF0DA (or 0xAEF0DA) is unknown color: approx Water Leaf. HEX triplet: AE, F0 and DA. RGB value is (174,240,218). Sum of RGB (Red+Green+Blue) = 174+240+218=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0DA is #510F25. Grayscale: #D9D9D9. Windows color (decimal): -5312294 or 14348462. OLE color: 14348462.

HSL color Cylindrical-coordinate representation of color #AEF0DA: hue angle of 160º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF0DA is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB174240218-
CMYK0.2800.090.06
HSL160º68.75%81.18%-
HSV(B)160º27.5%94.12%-
XYZ61.2776.3877.84-
YUV217.76128.1396.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=27.53%
G=37.97%
B=34.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742402180.2800.090.0616068.7581.18
HexAEF0DA1C096a04551
Octal256360332340116240105121
Binary10101110111100001101101011100010011101010000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF0DA; }

 p { color: rgb(174,240,218); }

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

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

 a { background-color: rgb(174,240,218); }

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

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

 span { border-color: rgb(174,240,218); }

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