Html Css Color HEX #AEEFE2 Water Leaf

📋 copy color: '#AEEFE2'

red 174 ◦ green 239 ◦ blue 226

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

Shades of Water Leaf #AEEFE2

Tints of Water Leaf #AEEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.4%

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

R = 27.23%
G = 37.4%
B = 35.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#AEEFE2 (or 0xAEEFE2) is known color: Water Leaf. HEX triplet: AE, EF and E2. RGB value is (174,239,226). Sum of RGB (Red+Green+Blue) = 174+239+226=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFE2 is #51101D. Grayscale: #DADADA. Windows color (decimal): -5312542 or 14872494. OLE color: 14872494.

HSL color Cylindrical-coordinate representation of color #AEEFE2: hue angle of 168º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFE2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 226 -
CMYK 0.27 0 0.05 0.06
HSL 168º 0.67% 0.81% -
HSV(B) 168º 0.27% 0.94% -
XYZ 62.05 76.22 83.39 -
YUV 218.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 174 239 226 0.27 0 0.05 0.06 168 0.67 0.81
Hex AE EF E2 1B 0 5 6 A8 43 51
Octal 256 357 342 33 0 5 6 250 103 121
Binary 10101110 11101111 11100010 11011 0 101 110 10101000 1000011 1010001

Color Harmonies of #AEEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFE2

Black with #AEEFE2

Text Example


Text Example

White with #AEEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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