Html Css Color HEX #AEF0DF Water Leaf

📋 copy color: '#AEF0DF'

red 174 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #AEF0DF

Tints of Water Leaf #AEF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.68%

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

R = 27.32%
G = 37.68%
B = 35.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#AEF0DF (or 0xAEF0DF) is known color: Water Leaf. HEX triplet: AE, F0 and DF. RGB value is (174,240,223). Sum of RGB (Red+Green+Blue) = 174+240+223=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0DF is #510F20. Grayscale: #DADADA. Windows color (decimal): -5312289 or 14676142. OLE color: 14676142.

HSL color Cylindrical-coordinate representation of color #AEF0DF: hue angle of 164.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0DF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 223 -
CMYK 0.28 0 0.07 0.06
HSL 164.55º 0.69% 0.81% -
HSV(B) 164.55º 0.28% 0.94% -
XYZ 61.93 76.65 81.34 -
YUV 218.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 174 240 223 0.28 0 0.07 0.06 164.55 0.69 0.81
Hex AE F0 DF 1C 0 7 6 A5 45 51
Octal 256 360 337 34 0 7 6 245 105 121
Binary 10101110 11110000 11011111 11100 0 111 110 10100101 1000101 1010001

Color Harmonies of #AEF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0DF

Black with #AEF0DF

Text Example


Text Example

White with #AEF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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