Html Css Color HEX #AEF2E0 Water Leaf

📋 copy color: '#AEF2E0'

red 174 ◦ green 242 ◦ blue 224

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

Shades of Water Leaf #AEF2E0

Tints of Water Leaf #AEF2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35%

R = 27.19%
G = 37.81%
B = 35%

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

#AEF2E0 (or 0xAEF2E0) is known color: Water Leaf. HEX triplet: AE, F2 and E0. RGB value is (174,242,224). Sum of RGB (Red+Green+Blue) = 174+242+224=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2E0 is #510D1F. Grayscale: #DBDBDB. Windows color (decimal): -5311776 or 14742190. OLE color: 14742190.

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

Color convert

RGB 174 242 224 -
CMYK 0.28 0 0.07 0.05
HSL 164.12º 0.72% 0.82% -
HSV(B) 164.12º 0.28% 0.95% -
XYZ 62.66 77.88 82.25 -
YUV 219.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 174 242 224 0.28 0 0.07 0.05 164.12 0.72 0.82
Hex AE F2 E0 1C 0 7 5 A4 48 52
Octal 256 362 340 34 0 7 5 244 110 122
Binary 10101110 11110010 11100000 11100 0 111 101 10100100 1001000 1010010

Color Harmonies of #AEF2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2E0

Black with #AEF2E0

Text Example


Text Example

White with #AEF2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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