Html Css Color HEX #AEF7DE Water Leaf

📋 copy color: '#AEF7DE'

red 174 ◦ green 247 ◦ blue 222

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

Shades of Water Leaf #AEF7DE

Tints of Water Leaf #AEF7DE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.41%

 BLUE value IS 222 (87.11% from 255) = 34.53%

R = 27.06%
G = 38.41%
B = 34.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#AEF7DE (or 0xAEF7DE) is known color: Water Leaf. HEX triplet: AE, F7 and DE. RGB value is (174,247,222). Sum of RGB (Red+Green+Blue) = 174+247+222=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7DE is #510821. Grayscale: #DEDEDE. Windows color (decimal): -5310498 or 14612398. OLE color: 14612398.

HSL color Cylindrical-coordinate representation of color #AEF7DE: hue angle of 159.45º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7DE is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 222 -
CMYK 0.30 0 0.10 0.03
HSL 159.45º 0.82% 0.83% -
HSV(B) 159.45º 0.3% 0.97% -
XYZ 63.9 80.79 81.33 -
YUV 222.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 174 247 222 0.30 0 0.10 0.03 159.45 0.82 0.83
Hex AE F7 DE 1E 0 A 3 9F 52 53
Octal 256 367 336 36 0 12 3 237 122 123
Binary 10101110 11110111 11011110 11110 0 1010 11 10011111 1010010 1010011

Color Harmonies of #AEF7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF7DE

Black with #AEF7DE

Text Example


Text Example

White with #AEF7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF7DE; }

 p { color: rgb(174,247,222); }

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

background-color css

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

 a { background-color: rgb(174,247,222); }

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

border-color css

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

 span { border-color: rgb(174,247,222); }

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