#AEFAE7

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

Shades of Water Leaf #AEFAE7

Tints of Water Leaf #AEFAE7

Color information

#AEFAE7 (or 0xAEFAE7) is unknown color: approx Water Leaf. HEX triplet: AE, FA and E7. RGB value is (174,250,231). Sum of RGB (Red+Green+Blue) = 174+250+231=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAE7 is #510518. Grayscale: #E1E1E1. Windows color (decimal): -5309721 or 15202990. OLE color: 15202990.

HSL color Cylindrical-coordinate representation of color #AEFAE7: hue angle of 165º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAE7 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB174250231-
CMYK0.3000.080.02
HSL165º88.37%83.14%-
HSV(B)165º30.4%98.04%-
XYZ66.0683.1488.17-
YUV225.11131.3291.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.56%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=26.56%
G=38.17%
B=35.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742502310.3000.080.0216588.3783.14
HexAEFAE71E082a55853
Octal256372347360102245130123
Binary1010111011111010111001111111001000101010010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAE7; }

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

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

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

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

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

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

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

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