#AAEFDA

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

Shades of Water Leaf #AAEFDA

Tints of Water Leaf #AAEFDA

Color information

#AAEFDA (or 0xAAEFDA) is unknown color: approx Water Leaf. HEX triplet: AA, EF and DA. RGB value is (170,239,218). Sum of RGB (Red+Green+Blue) = 170+239+218=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFDA is #551025. Grayscale: #D7D7D7. Windows color (decimal): -5574694 or 14348202. OLE color: 14348202.

HSL color Cylindrical-coordinate representation of color #AAEFDA: hue angle of 161.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFDA is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB170239218-
CMYK0.2900.090.06
HSL161.74º68.32%80.2%-
HSV(B)161.74º28.87%93.73%-
XYZ60.175.3477.7-
YUV215.98129.1495.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=27.11%
G=38.12%
B=34.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702392180.2900.090.06161.7468.3280.2
HexAAEFDA1D096a24450
Octal252357332350116242104120
Binary10101010111011111101101011101010011101010001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFDA; }

 p { color: rgb(170,239,218); }

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

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

 a { background-color: rgb(170,239,218); }

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

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

 span { border-color: rgb(170,239,218); }

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