#AEEDDA

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

Shades of Water Leaf #AEEDDA

Tints of Water Leaf #AEEDDA

Color information

#AEEDDA (or 0xAEEDDA) is unknown color: approx Water Leaf. HEX triplet: AE, ED and DA. RGB value is (174,237,218). Sum of RGB (Red+Green+Blue) = 174+237+218=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDA is #511225. Grayscale: #D8D8D8. Windows color (decimal): -5313062 or 14347694. OLE color: 14347694.

HSL color Cylindrical-coordinate representation of color #AEEDDA: hue angle of 161.9º degrees, saturation: 0.64, 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 #AEEDDA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB174237218-
CMYK0.2700.080.07
HSL161.9º63.64%80.59%-
HSV(B)161.9º26.58%92.94%-
XYZ60.3974.6377.55-
YUV216129.1398.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=27.66%
G=37.68%
B=34.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372180.2700.080.07161.963.6480.59
HexAEEDDA1B087a24051
Octal256355332330107242100121
Binary10101110111011011101101011011010001111010001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDDA; }

 p { color: rgb(174,237,218); }

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

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

 a { background-color: rgb(174,237,218); }

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

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

 span { border-color: rgb(174,237,218); }

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