Html Css Color HEX #AEF5DF Water Leaf

📋 copy color: '#AEF5DF'

red 174 ◦ green 245 ◦ blue 223

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

Shades of Water Leaf #AEF5DF

Tints of Water Leaf #AEF5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.74%

R = 27.1%
G = 38.16%
B = 34.74%

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

#AEF5DF (or 0xAEF5DF) is known color: Water Leaf. HEX triplet: AE, F5 and DF. RGB value is (174,245,223). Sum of RGB (Red+Green+Blue) = 174+245+223=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5DF is #510A20. Grayscale: #DDDDDD. Windows color (decimal): -5311009 or 14677422. OLE color: 14677422.

HSL color Cylindrical-coordinate representation of color #AEF5DF: hue angle of 161.41º 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 #AEF5DF is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 223 -
CMYK 0.29 0 0.09 0.04
HSL 161.41º 0.78% 0.82% -
HSV(B) 161.41º 0.29% 0.96% -
XYZ 63.43 79.63 81.84 -
YUV 221.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 174 245 223 0.29 0 0.09 0.04 161.41 0.78 0.82
Hex AE F5 DF 1D 0 9 4 A1 4E 52
Octal 256 365 337 35 0 11 4 241 116 122
Binary 10101110 11110101 11011111 11101 0 1001 100 10100001 1001110 1010010

Color Harmonies of #AEF5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF5DF

Black with #AEF5DF

Text Example


Text Example

White with #AEF5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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