Html Css Color HEX #AEECE2 Water Leaf

📋 copy color: '#AEECE2'

red 174 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #AEECE2

Tints of Water Leaf #AEECE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.53%

R = 27.36%
G = 37.11%
B = 35.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#AEECE2 (or 0xAEECE2) is known color: Water Leaf. HEX triplet: AE, EC and E2. RGB value is (174,236,226). Sum of RGB (Red+Green+Blue) = 174+236+226=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECE2 is #51131D. Grayscale: #D8D8D8. Windows color (decimal): -5313310 or 14871726. OLE color: 14871726.

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

Color convert

RGB 174 236 226 -
CMYK 0.26 0 0.04 0.07
HSL 170.32º 0.62% 0.8% -
HSV(B) 170.32º 0.26% 0.93% -
XYZ 61.18 74.48 83.1 -
YUV 216.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 174 236 226 0.26 0 0.04 0.07 170.32 0.62 0.8
Hex AE EC E2 1A 0 4 7 AA 3E 50
Octal 256 354 342 32 0 4 7 252 76 120
Binary 10101110 11101100 11100010 11010 0 100 111 10101010 111110 1010000

Color Harmonies of #AEECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECE2

Black with #AEECE2

Text Example


Text Example

White with #AEECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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