#AEF4E8

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

Shades of Water Leaf #AEF4E8

Tints of Water Leaf #AEF4E8

Color information

#AEF4E8 (or 0xAEF4E8) is unknown color: approx Water Leaf. HEX triplet: AE, F4 and E8. RGB value is (174,244,232). Sum of RGB (Red+Green+Blue) = 174+244+232=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF4E8 is #510B17. Grayscale: #DDDDDD. Windows color (decimal): -5311256 or 15266990. OLE color: 15266990.

HSL color Cylindrical-coordinate representation of color #AEF4E8: hue angle of 169.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4E8 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB174244232-
CMYK0.2900.050.04
HSL169.71º76.09%81.96%-
HSV(B)169.71º28.69%95.69%-
XYZ64.3779.5388.3-
YUV221.7133.8193.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.77%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=26.77%
G=37.54%
B=35.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742442320.2900.050.04169.7176.0981.96
HexAEF4E81D054aa4c52
Octal25636435035054252114122
Binary1010111011110100111010001110101011001010101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4E8; }

 p { color: rgb(174,244,232); }

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

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

 a { background-color: rgb(174,244,232); }

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

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

 span { border-color: rgb(174,244,232); }

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