#AEFDEB

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

Shades of Water Leaf #AEFDEB

Tints of Water Leaf #AEFDEB

Color information

#AEFDEB (or 0xAEFDEB) is unknown color: approx Water Leaf. HEX triplet: AE, FD and EB. RGB value is (174,253,235). Sum of RGB (Red+Green+Blue) = 174+253+235=662 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.28% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFDEB is #510214. Grayscale: #E3E3E3. Windows color (decimal): -5308949 or 15465902. OLE color: 15465902.

HSL color Cylindrical-coordinate representation of color #AEFDEB: hue angle of 166.33º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDEB is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB174253235-
CMYK0.3100.070.01
HSL166.33º95.18%83.73%-
HSV(B)166.33º31.23%99.22%-
XYZ67.5885.2591.49-
YUV227.33132.3389.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.28%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=26.28%
G=38.22%
B=35.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742532350.3100.070.01166.3395.1883.73
HexAEFDEB1F071a65f54
Octal25637535337071246137124
Binary10101110111111011110101111111011111010011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDEB; }

 p { color: rgb(174,253,235); }

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

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

 a { background-color: rgb(174,253,235); }

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

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

 span { border-color: rgb(174,253,235); }

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