Html Css Color HEX #AEEBE1 Water Leaf

📋 copy color: '#AEEBE1'

red 174 ◦ green 235 ◦ blue 225

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

Shades of Water Leaf #AEEBE1

Tints of Water Leaf #AEEBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

 BLUE value IS 225 (88.28% from 255) = 35.49%

R = 27.44%
G = 37.07%
B = 35.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#AEEBE1 (or 0xAEEBE1) is known color: Water Leaf. HEX triplet: AE, EB and E1. RGB value is (174,235,225). Sum of RGB (Red+Green+Blue) = 174+235+225=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBE1 is #51141E. Grayscale: #D7D7D7. Windows color (decimal): -5313567 or 14805934. OLE color: 14805934.

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

Color convert

RGB 174 235 225 -
CMYK 0.26 0 0.04 0.08
HSL 170.16º 0.6% 0.8% -
HSV(B) 170.16º 0.26% 0.92% -
XYZ 60.75 73.85 82.29 -
YUV 215.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 174 235 225 0.26 0 0.04 0.08 170.16 0.6 0.8
Hex AE EB E1 1A 0 4 8 AA 3C 50
Octal 256 353 341 32 0 4 10 252 74 120
Binary 10101110 11101011 11100001 11010 0 100 1000 10101010 111100 1010000

Color Harmonies of #AEEBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBE1

Black with #AEEBE1

Text Example


Text Example

White with #AEEBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBE1; }

 p { color: rgb(174,235,225); }

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

background-color css

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

 a { background-color: rgb(174,235,225); }

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

border-color css

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

 span { border-color: rgb(174,235,225); }

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