Html Css Color HEX #AEF5DE Water Leaf

📋 copy color: '#AEF5DE'

red 174 ◦ green 245 ◦ blue 222

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

Shades of Water Leaf #AEF5DE

Tints of Water Leaf #AEF5DE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.22%

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

R = 27.15%
G = 38.22%
B = 34.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#AEF5DE (or 0xAEF5DE) is known color: Water Leaf. HEX triplet: AE, F5 and DE. RGB value is (174,245,222). Sum of RGB (Red+Green+Blue) = 174+245+222=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5DE is #510A21. Grayscale: #DDDDDD. Windows color (decimal): -5311010 or 14611886. OLE color: 14611886.

HSL color Cylindrical-coordinate representation of color #AEF5DE: hue angle of 160.56º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5DE is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 222 -
CMYK 0.29 0 0.09 0.04
HSL 160.56º 0.78% 0.82% -
HSV(B) 160.56º 0.29% 0.96% -
XYZ 63.29 79.58 81.13 -
YUV 221.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 174 245 222 0.29 0 0.09 0.04 160.56 0.78 0.82
Hex AE F5 DE 1D 0 9 4 A1 4E 52
Octal 256 365 336 35 0 11 4 241 116 122
Binary 10101110 11110101 11011110 11101 0 1001 100 10100001 1001110 1010010

Color Harmonies of #AEF5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF5DE

Black with #AEF5DE

Text Example


Text Example

White with #AEF5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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