Html Css Color HEX #AEF0DC Water Leaf

📋 copy color: '#AEF0DC'

red 174 ◦ green 240 ◦ blue 220

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

Shades of Water Leaf #AEF0DC

Tints of Water Leaf #AEF0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 27.44%
G = 37.85%
B = 34.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#AEF0DC (or 0xAEF0DC) is known color: Water Leaf. HEX triplet: AE, F0 and DC. RGB value is (174,240,220). Sum of RGB (Red+Green+Blue) = 174+240+220=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0DC is #510F23. Grayscale: #D9D9D9. Windows color (decimal): -5312292 or 14479534. OLE color: 14479534.

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

Color convert

RGB 174 240 220 -
CMYK 0.28 0 0.08 0.06
HSL 161.82º 0.69% 0.81% -
HSV(B) 161.82º 0.28% 0.94% -
XYZ 61.53 76.49 79.23 -
YUV 217.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 174 240 220 0.28 0 0.08 0.06 161.82 0.69 0.81
Hex AE F0 DC 1C 0 8 6 A2 45 51
Octal 256 360 334 34 0 10 6 242 105 121
Binary 10101110 11110000 11011100 11100 0 1000 110 10100010 1000101 1010001

Color Harmonies of #AEF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0DC

Black with #AEF0DC

Text Example


Text Example

White with #AEF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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