#AEF0E6

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

Shades of Water Leaf #AEF0E6

Tints of Water Leaf #AEF0E6

Color information

#AEF0E6 (or 0xAEF0E6) is unknown color: approx Water Leaf. HEX triplet: AE, F0 and E6. RGB value is (174,240,230). Sum of RGB (Red+Green+Blue) = 174+240+230=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0E6 is #510F19. Grayscale: #DBDBDB. Windows color (decimal): -5312282 or 15134894. OLE color: 15134894.

HSL color Cylindrical-coordinate representation of color #AEF0E6: hue angle of 170.91º 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 #AEF0E6 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB174240230-
CMYK0.2800.040.06
HSL170.91º68.75%81.18%-
HSV(B)170.91º27.5%94.12%-
XYZ62.977.0386.42-
YUV219.13134.1395.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 230 (90.23% from 255) = 35.71%
R=27.02%
G=37.27%
B=35.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742402300.2800.040.06170.9168.7581.18
HexAEF0E61C046ab4551
Octal25636034634046253105121
Binary1010111011110000111001101110001001101010101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF0E6; }

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

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

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

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

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

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

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

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