Html Css Color HEX #AEEEDC Water Leaf

📋 copy color: '#AEEEDC'

red 174 ◦ green 238 ◦ blue 220

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

Shades of Water Leaf #AEEEDC

Tints of Water Leaf #AEEEDC

RGB

 RED value IS 174 (68.36% from 255) = 27.53%

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

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

R = 27.53%
G = 37.66%
B = 34.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#AEEEDC (or 0xAEEEDC) is known color: Water Leaf. HEX triplet: AE, EE and DC. RGB value is (174,238,220). Sum of RGB (Red+Green+Blue) = 174+238+220=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEDC is #511123. Grayscale: #D8D8D8. Windows color (decimal): -5312804 or 14479022. OLE color: 14479022.

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

Color convert

RGB 174 238 220 -
CMYK 0.27 0 0.08 0.07
HSL 163.13º 0.65% 0.81% -
HSV(B) 163.13º 0.27% 0.93% -
XYZ 60.95 75.32 79.04 -
YUV 216.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 174 238 220 0.27 0 0.08 0.07 163.13 0.65 0.81
Hex AE EE DC 1B 0 8 7 A3 41 51
Octal 256 356 334 33 0 10 7 243 101 121
Binary 10101110 11101110 11011100 11011 0 1000 111 10100011 1000001 1010001

Color Harmonies of #AEEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEDC

Black with #AEEEDC

Text Example


Text Example

White with #AEEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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