Html Css Color HEX #AEF2E2 Water Leaf

📋 copy color: '#AEF2E2'

red 174 ◦ green 242 ◦ blue 226

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

Shades of Water Leaf #AEF2E2

Tints of Water Leaf #AEF2E2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.69%

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

R = 27.1%
G = 37.69%
B = 35.2%

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

#AEF2E2 (or 0xAEF2E2) is known color: Water Leaf. HEX triplet: AE, F2 and E2. RGB value is (174,242,226). Sum of RGB (Red+Green+Blue) = 174+242+226=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2E2 is #510D1D. Grayscale: #DBDBDB. Windows color (decimal): -5311774 or 14873262. OLE color: 14873262.

HSL color Cylindrical-coordinate representation of color #AEF2E2: hue angle of 165.88º degrees, saturation: 0.72, 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 #AEF2E2 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 226 -
CMYK 0.28 0 0.07 0.05
HSL 165.88º 0.72% 0.82% -
HSV(B) 165.88º 0.28% 0.95% -
XYZ 62.94 77.99 83.69 -
YUV 219.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 174 242 226 0.28 0 0.07 0.05 165.88 0.72 0.82
Hex AE F2 E2 1C 0 7 5 A6 48 52
Octal 256 362 342 34 0 7 5 246 110 122
Binary 10101110 11110010 11100010 11100 0 111 101 10100110 1001000 1010010

Color Harmonies of #AEF2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2E2

Black with #AEF2E2

Text Example


Text Example

White with #AEF2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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