#AEEFE0

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

Shades of Water Leaf #AEEFE0

Tints of Water Leaf #AEEFE0

Color information

#AEEFE0 (or 0xAEEFE0) is unknown color: approx Water Leaf. HEX triplet: AE, EF and E0. RGB value is (174,239,224). Sum of RGB (Red+Green+Blue) = 174+239+224=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFE0 is #51101F. Grayscale: #D9D9D9. Windows color (decimal): -5312544 or 14741422. OLE color: 14741422.

HSL color Cylindrical-coordinate representation of color #AEEFE0: hue angle of 166.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFE0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB174239224-
CMYK0.2700.060.06
HSL166.15º67.01%80.98%-
HSV(B)166.15º27.2%93.73%-
XYZ61.7876.1181.96-
YUV217.85131.4796.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=27.32%
G=37.52%
B=35.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742392240.2700.060.06166.1567.0180.98
HexAEEFE01B066a64351
Octal25635734033066246103121
Binary1010111011101111111000001101101101101010011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFE0; }

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

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

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

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

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

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

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

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