#AEEED9

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

Shades of Water Leaf #AEEED9

Tints of Water Leaf #AEEED9

Color information

#AEEED9 (or 0xAEEED9) is unknown color: approx Water Leaf. HEX triplet: AE, EE and D9. RGB value is (174,238,217). Sum of RGB (Red+Green+Blue) = 174+238+217=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED9 is #511126. Grayscale: #D8D8D8. Windows color (decimal): -5312807 or 14282414. OLE color: 14282414.

HSL color Cylindrical-coordinate representation of color #AEEED9: hue angle of 160.31º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEED9 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB174238217-
CMYK0.2700.090.07
HSL160.31º65.31%80.78%-
HSV(B)160.31º26.89%93.33%-
XYZ60.5575.1676.96-
YUV216.47128.397.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=27.66%
G=37.84%
B=34.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382170.2700.090.07160.3165.3180.78
HexAEEED91B097a04151
Octal256356331330117240101121
Binary10101110111011101101100111011010011111010000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEED9; }

 p { color: rgb(174,238,217); }

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

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

 a { background-color: rgb(174,238,217); }

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

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

 span { border-color: rgb(174,238,217); }

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