#AEF4E7

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

Shades of Water Leaf #AEF4E7

Tints of Water Leaf #AEF4E7

Color information

#AEF4E7 (or 0xAEF4E7) is unknown color: approx Water Leaf. HEX triplet: AE, F4 and E7. RGB value is (174,244,231). Sum of RGB (Red+Green+Blue) = 174+244+231=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF4E7 is #510B18. Grayscale: #DDDDDD. Windows color (decimal): -5311257 or 15201454. OLE color: 15201454.

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

Color convert

RGB174244231-
CMYK0.2900.050.04
HSL168.86º76.09%81.96%-
HSV(B)168.86º28.69%95.69%-
XYZ64.2379.4787.56-
YUV221.59133.3194.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.81%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=26.81%
G=37.60%
B=35.59%

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
Decimal1742442310.2900.050.04168.8676.0981.96
HexAEF4E71D054a94c52
Octal25636434735054251114122
Binary1010111011110100111001111110101011001010100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4E7; }

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

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

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

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

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

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

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

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