#AEEEE4

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

Shades of Water Leaf #AEEEE4

Tints of Water Leaf #AEEEE4

Color information

#AEEEE4 (or 0xAEEEE4) is unknown color: approx Water Leaf. HEX triplet: AE, EE and E4. RGB value is (174,238,228). Sum of RGB (Red+Green+Blue) = 174+238+228=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEE4 is #51111B. Grayscale: #D9D9D9. Windows color (decimal): -5312796 or 15003310. OLE color: 15003310.

HSL color Cylindrical-coordinate representation of color #AEEEE4: hue angle of 170.62º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEE4 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB174238228-
CMYK0.2700.040.07
HSL170.62º65.31%80.78%-
HSV(B)170.62º26.89%93.33%-
XYZ62.0375.7584.75-
YUV217.72133.896.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=27.19%
G=37.19%
B=35.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382280.2700.040.07170.6265.3180.78
HexAEEEE41B047ab4151
Octal25635634433047253101121
Binary1010111011101110111001001101101001111010101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEE4; }

 p { color: rgb(174,238,228); }

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

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

 a { background-color: rgb(174,238,228); }

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

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

 span { border-color: rgb(174,238,228); }

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