Html Css Color HEX #AEF1DC Water Leaf

📋 copy color: '#AEF1DC'

red 174 ◦ green 241 ◦ blue 220

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

Shades of Water Leaf #AEF1DC

Tints of Water Leaf #AEF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

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

R = 27.4%
G = 37.95%
B = 34.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#AEF1DC (or 0xAEF1DC) is known color: Water Leaf. HEX triplet: AE, F1 and DC. RGB value is (174,241,220). Sum of RGB (Red+Green+Blue) = 174+241+220=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1DC is #510E23. Grayscale: #DADADA. Windows color (decimal): -5312036 or 14479790. OLE color: 14479790.

HSL color Cylindrical-coordinate representation of color #AEF1DC: hue angle of 161.19º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1DC is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 220 -
CMYK 0.28 0 0.09 0.05
HSL 161.19º 0.71% 0.81% -
HSV(B) 161.19º 0.28% 0.95% -
XYZ 61.83 77.08 79.33 -
YUV 218.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 174 241 220 0.28 0 0.09 0.05 161.19 0.71 0.81
Hex AE F1 DC 1C 0 9 5 A1 47 51
Octal 256 361 334 34 0 11 5 241 107 121
Binary 10101110 11110001 11011100 11100 0 1001 101 10100001 1000111 1010001

Color Harmonies of #AEF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1DC

Black with #AEF1DC

Text Example


Text Example

White with #AEF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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