Html Css Color HEX #AEF2DC Water Leaf

📋 copy color: '#AEF2DC'

red 174 ◦ green 242 ◦ blue 220

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

Shades of Water Leaf #AEF2DC

Tints of Water Leaf #AEF2DC

RGB

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

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

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

R = 27.36%
G = 38.05%
B = 34.59%

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

#AEF2DC (or 0xAEF2DC) is known color: Water Leaf. HEX triplet: AE, F2 and DC. RGB value is (174,242,220). Sum of RGB (Red+Green+Blue) = 174+242+220=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2DC is #510D23. Grayscale: #DBDBDB. Windows color (decimal): -5311780 or 14480046. OLE color: 14480046.

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

Color convert

RGB 174 242 220 -
CMYK 0.28 0 0.09 0.05
HSL 160.59º 0.72% 0.82% -
HSV(B) 160.59º 0.28% 0.95% -
XYZ 62.13 77.67 79.43 -
YUV 219.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 174 242 220 0.28 0 0.09 0.05 160.59 0.72 0.82
Hex AE F2 DC 1C 0 9 5 A1 48 52
Octal 256 362 334 34 0 11 5 241 110 122
Binary 10101110 11110010 11011100 11100 0 1001 101 10100001 1001000 1010010

Color Harmonies of #AEF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2DC

Black with #AEF2DC

Text Example


Text Example

White with #AEF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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