Html Css Color HEX #AEEAE2 Water Leaf

📋 copy color: '#AEEAE2'

red 174 ◦ green 234 ◦ blue 226

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

Shades of Water Leaf #AEEAE2

Tints of Water Leaf #AEEAE2

RGB

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

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

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

R = 27.44%
G = 36.91%
B = 35.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AEEAE2 (or 0xAEEAE2) is known color: Water Leaf. HEX triplet: AE, EA and E2. RGB value is (174,234,226). Sum of RGB (Red+Green+Blue) = 174+234+226=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAE2 is #51151D. Grayscale: #D7D7D7. Windows color (decimal): -5313822 or 14871214. OLE color: 14871214.

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

Color convert

RGB 174 234 226 -
CMYK 0.26 0 0.03 0.08
HSL 172º 0.59% 0.8% -
HSV(B) 172º 0.26% 0.92% -
XYZ 60.61 73.34 82.91 -
YUV 215.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 174 234 226 0.26 0 0.03 0.08 172 0.59 0.8
Hex AE EA E2 1A 0 3 8 AC 3B 50
Octal 256 352 342 32 0 3 10 254 73 120
Binary 10101110 11101010 11100010 11010 0 11 1000 10101100 111011 1010000

Color Harmonies of #AEEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEAE2

Black with #AEEAE2

Text Example


Text Example

White with #AEEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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