Html Css Color HEX #AEF2DF Water Leaf

📋 copy color: '#AEF2DF'

red 174 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #AEF2DF

Tints of Water Leaf #AEF2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.87%

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

R = 27.23%
G = 37.87%
B = 34.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#AEF2DF (or 0xAEF2DF) is known color: Water Leaf. HEX triplet: AE, F2 and DF. RGB value is (174,242,223). Sum of RGB (Red+Green+Blue) = 174+242+223=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2DF is #510D20. Grayscale: #DBDBDB. Windows color (decimal): -5311777 or 14676654. OLE color: 14676654.

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

Color convert

RGB 174 242 223 -
CMYK 0.28 0 0.08 0.05
HSL 163.24º 0.72% 0.82% -
HSV(B) 163.24º 0.28% 0.95% -
XYZ 62.53 77.83 81.54 -
YUV 219.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 174 242 223 0.28 0 0.08 0.05 163.24 0.72 0.82
Hex AE F2 DF 1C 0 8 5 A3 48 52
Octal 256 362 337 34 0 10 5 243 110 122
Binary 10101110 11110010 11011111 11100 0 1000 101 10100011 1001000 1010010

Color Harmonies of #AEF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2DF

Black with #AEF2DF

Text Example


Text Example

White with #AEF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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