Html Css Color HEX #AAEEDC Water Leaf

📋 copy color: '#AAEEDC'

red 170 ◦ green 238 ◦ blue 220

#AAEEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #AAEEDC

Tints of Water Leaf #AAEEDC

RGB

 RED value IS 170 (66.8% from 255) = 27.07%

 GREEN value IS 238 (93.36% from 255) = 37.9%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 27.07%
G = 37.9%
B = 35.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#AAEEDC (or 0xAAEEDC) is known color: Water Leaf. HEX triplet: AA, EE and DC. RGB value is (170,238,220). Sum of RGB (Red+Green+Blue) = 170+238+220=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEDC is #551123. Grayscale: #D7D7D7. Windows color (decimal): -5574948 or 14479018. OLE color: 14479018.

HSL color Cylindrical-coordinate representation of color #AAEEDC: hue angle of 164.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEDC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 220 -
CMYK 0.29 0 0.08 0.07
HSL 164.12º 0.67% 0.8% -
HSV(B) 164.12º 0.29% 0.93% -
XYZ 60.07 74.86 78.99 -
YUV 215.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 170 238 220 0.29 0 0.08 0.07 164.12 0.67 0.8
Hex AA EE DC 1D 0 8 7 A4 43 50
Octal 252 356 334 35 0 10 7 244 103 120
Binary 10101010 11101110 11011100 11101 0 1000 111 10100100 1000011 1010000

Color Harmonies of #AAEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEDC

Black with #AAEEDC

Text Example


Text Example

White with #AAEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEDC; }

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

 H1.HeaderClassName
 {
   color: #AAEEDC;
 }
 .AnyTagClassName
 {
   color: #AAEEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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