#AAEFDC

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

Shades of Water Leaf #AAEFDC

Tints of Water Leaf #AAEFDC

Color information

#AAEFDC (or 0xAAEFDC) is unknown color: approx Water Leaf. HEX triplet: AA, EF and DC. RGB value is (170,239,220). Sum of RGB (Red+Green+Blue) = 170+239+220=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFDC is #551023. Grayscale: #D8D8D8. Windows color (decimal): -5574692 or 14479274. OLE color: 14479274.

HSL color Cylindrical-coordinate representation of color #AAEFDC: hue angle of 163.48º 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 #AAEFDC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB170239220-
CMYK0.2900.080.06
HSL163.48º68.32%80.2%-
HSV(B)163.48º28.87%93.73%-
XYZ60.3675.4579.09-
YUV216.2130.1495.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=27.03%
G=38.00%
B=34.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702392200.2900.080.06163.4868.3280.2
HexAAEFDC1D086a34450
Octal252357334350106243104120
Binary10101010111011111101110011101010001101010001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFDC; }

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

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

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

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

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

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

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

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