Html Css Color HEX #AEECDE Water Leaf

📋 copy color: '#AEECDE'

red 174 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #AEECDE

Tints of Water Leaf #AEECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.34%

 BLUE value IS 222 (87.11% from 255) = 35.13%

R = 27.53%
G = 37.34%
B = 35.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#AEECDE (or 0xAEECDE) is known color: Water Leaf. HEX triplet: AE, EC and DE. RGB value is (174,236,222). Sum of RGB (Red+Green+Blue) = 174+236+222=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECDE is #511321. Grayscale: #D7D7D7. Windows color (decimal): -5313314 or 14609582. OLE color: 14609582.

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

Color convert

RGB 174 236 222 -
CMYK 0.26 0 0.06 0.07
HSL 166.45º 0.62% 0.8% -
HSV(B) 166.45º 0.26% 0.93% -
XYZ 60.64 74.26 80.25 -
YUV 215.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 174 236 222 0.26 0 0.06 0.07 166.45 0.62 0.8
Hex AE EC DE 1A 0 6 7 A6 3E 50
Octal 256 354 336 32 0 6 7 246 76 120
Binary 10101110 11101100 11011110 11010 0 110 111 10100110 111110 1010000

Color Harmonies of #AEECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECDE

Black with #AEECDE

Text Example


Text Example

White with #AEECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECDE; }

 p { color: rgb(174,236,222); }

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

background-color css

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

 a { background-color: rgb(174,236,222); }

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

border-color css

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

 span { border-color: rgb(174,236,222); }

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