Html Css Color HEX #AEEADC Water Leaf

📋 copy color: '#AEEADC'

red 174 ◦ green 234 ◦ blue 220

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

Shades of Water Leaf #AEEADC

Tints of Water Leaf #AEEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

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

R = 27.71%
G = 37.26%
B = 35.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AEEADC (or 0xAEEADC) is known color: Water Leaf. HEX triplet: AE, EA and DC. RGB value is (174,234,220). Sum of RGB (Red+Green+Blue) = 174+234+220=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEADC is #511523. Grayscale: #D6D6D6. Windows color (decimal): -5313828 or 14477998. OLE color: 14477998.

HSL color Cylindrical-coordinate representation of color #AEEADC: hue angle of 166º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEADC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 220 -
CMYK 0.26 0 0.06 0.08
HSL 166º 0.59% 0.8% -
HSV(B) 166º 0.26% 0.92% -
XYZ 59.8 73.01 78.65 -
YUV 214.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 174 234 220 0.26 0 0.06 0.08 166 0.59 0.8
Hex AE EA DC 1A 0 6 8 A6 3B 50
Octal 256 352 334 32 0 6 10 246 73 120
Binary 10101110 11101010 11011100 11010 0 110 1000 10100110 111011 1010000

Color Harmonies of #AEEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEADC

Black with #AEEADC

Text Example


Text Example

White with #AEEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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