#AEFCEB

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

Shades of Water Leaf #AEFCEB

Tints of Water Leaf #AEFCEB

Color information

#AEFCEB (or 0xAEFCEB) is unknown color: approx Water Leaf. HEX triplet: AE, FC and EB. RGB value is (174,252,235). Sum of RGB (Red+Green+Blue) = 174+252+235=661 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.32% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFCEB is #510314. Grayscale: #E2E2E2. Windows color (decimal): -5309205 or 15465646. OLE color: 15465646.

HSL color Cylindrical-coordinate representation of color #AEFCEB: hue angle of 166.92º degrees, saturation: 0.93, 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 #AEFCEB is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB174252235-
CMYK0.3100.070.01
HSL166.92º92.86%83.53%-
HSV(B)166.92º30.95%98.82%-
XYZ67.2684.6291.39-
YUV226.74132.6690.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.32%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=26.32%
G=38.12%
B=35.55%

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
Decimal1742522350.3100.070.01166.9292.8683.53
HexAEFCEB1F071a75d54
Octal25637435337071247135124
Binary10101110111111001110101111111011111010011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCEB; }

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

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

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

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

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

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

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

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