Html Css Color HEX #AEF3E2 Water Leaf

📋 copy color: '#AEF3E2'

red 174 ◦ green 243 ◦ blue 226

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

Shades of Water Leaf #AEF3E2

Tints of Water Leaf #AEF3E2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.79%

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

R = 27.06%
G = 37.79%
B = 35.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#AEF3E2 (or 0xAEF3E2) is known color: Water Leaf. HEX triplet: AE, F3 and E2. RGB value is (174,243,226). Sum of RGB (Red+Green+Blue) = 174+243+226=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3E2 is #510C1D. Grayscale: #DCDCDC. Windows color (decimal): -5311518 or 14873518. OLE color: 14873518.

HSL color Cylindrical-coordinate representation of color #AEF3E2: hue angle of 165.22º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3E2 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 243 226 -
CMYK 0.28 0 0.07 0.05
HSL 165.22º 0.74% 0.82% -
HSV(B) 165.22º 0.28% 0.95% -
XYZ 63.23 78.59 83.79 -
YUV 220.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 174 243 226 0.28 0 0.07 0.05 165.22 0.74 0.82
Hex AE F3 E2 1C 0 7 5 A5 4A 52
Octal 256 363 342 34 0 7 5 245 112 122
Binary 10101110 11110011 11100010 11100 0 111 101 10100101 1001010 1010010

Color Harmonies of #AEF3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF3E2

Black with #AEF3E2

Text Example


Text Example

White with #AEF3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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