Html Css Color HEX #AEFAE2 Water Leaf

📋 copy color: '#AEFAE2'

red 174 ◦ green 250 ◦ blue 226

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

Shades of Water Leaf #AEFAE2

Tints of Water Leaf #AEFAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.46%

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

R = 26.77%
G = 38.46%
B = 34.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AEFAE2 (or 0xAEFAE2) is known color: Water Leaf. HEX triplet: AE, FA and E2. RGB value is (174,250,226). Sum of RGB (Red+Green+Blue) = 174+250+226=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAE2 is #51051D. Grayscale: #E0E0E0. Windows color (decimal): -5309726 or 14875310. OLE color: 14875310.

HSL color Cylindrical-coordinate representation of color #AEFAE2: hue angle of 161.05º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAE2 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 226 -
CMYK 0.30 0 0.10 0.02
HSL 161.05º 0.88% 0.83% -
HSV(B) 161.05º 0.3% 0.98% -
XYZ 65.37 82.86 84.5 -
YUV 224.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 174 250 226 0.30 0 0.10 0.02 161.05 0.88 0.83
Hex AE FA E2 1E 0 A 2 A1 58 53
Octal 256 372 342 36 0 12 2 241 130 123
Binary 10101110 11111010 11100010 11110 0 1010 10 10100001 1011000 1010011

Color Harmonies of #AEFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAE2

Black with #AEFAE2

Text Example


Text Example

White with #AEFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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