Html Css Color HEX #AEF2DE Water Leaf

📋 copy color: '#AEF2DE'

red 174 ◦ green 242 ◦ blue 222

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

Shades of Water Leaf #AEF2DE

Tints of Water Leaf #AEF2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 27.27%
G = 37.93%
B = 34.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#AEF2DE (or 0xAEF2DE) is known color: Water Leaf. HEX triplet: AE, F2 and DE. RGB value is (174,242,222). Sum of RGB (Red+Green+Blue) = 174+242+222=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2DE is #510D21. Grayscale: #DBDBDB. Windows color (decimal): -5311778 or 14611118. OLE color: 14611118.

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

Color convert

RGB 174 242 222 -
CMYK 0.28 0 0.08 0.05
HSL 162.35º 0.72% 0.82% -
HSV(B) 162.35º 0.28% 0.95% -
XYZ 62.39 77.78 80.83 -
YUV 219.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 174 242 222 0.28 0 0.08 0.05 162.35 0.72 0.82
Hex AE F2 DE 1C 0 8 5 A2 48 52
Octal 256 362 336 34 0 10 5 242 110 122
Binary 10101110 11110010 11011110 11100 0 1000 101 10100010 1001000 1010010

Color Harmonies of #AEF2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2DE

Black with #AEF2DE

Text Example


Text Example

White with #AEF2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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