#AEFAE0

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

Shades of Water Leaf #AEFAE0

Tints of Water Leaf #AEFAE0

Color information

#AEFAE0 (or 0xAEFAE0) is unknown color: approx Water Leaf. HEX triplet: AE, FA and E0. RGB value is (174,250,224). Sum of RGB (Red+Green+Blue) = 174+250+224=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAE0 is #51051F. Grayscale: #E0E0E0. Windows color (decimal): -5309728 or 14744238. OLE color: 14744238.

HSL color Cylindrical-coordinate representation of color #AEFAE0: hue angle of 159.47º 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 #AEFAE0 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB174250224-
CMYK0.3000.100.02
HSL159.47º88.37%83.14%-
HSV(B)159.47º30.4%98.04%-
XYZ65.182.7583.06-
YUV224.31127.8292.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.85%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=26.85%
G=38.58%
B=34.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742502240.3000.100.02159.4788.3783.14
HexAEFAE01E0A29f5853
Octal256372340360122237130123
Binary1010111011111010111000001111001010101001111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAE0; }

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

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

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

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

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

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

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

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