Html Css Color HEX #AEF7DF Water Leaf

📋 copy color: '#AEF7DF'

red 174 ◦ green 247 ◦ blue 223

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

Shades of Water Leaf #AEF7DF

Tints of Water Leaf #AEF7DF

RGB

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

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

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

R = 27.02%
G = 38.35%
B = 34.63%

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

#AEF7DF (or 0xAEF7DF) is known color: Water Leaf. HEX triplet: AE, F7 and DF. RGB value is (174,247,223). Sum of RGB (Red+Green+Blue) = 174+247+223=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7DF is #510820. Grayscale: #DEDEDE. Windows color (decimal): -5310497 or 14677934. OLE color: 14677934.

HSL color Cylindrical-coordinate representation of color #AEF7DF: hue angle of 160.27º 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 #AEF7DF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 223 -
CMYK 0.30 0 0.10 0.03
HSL 160.27º 0.82% 0.83% -
HSV(B) 160.27º 0.3% 0.97% -
XYZ 64.04 80.85 82.04 -
YUV 222.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 174 247 223 0.30 0 0.10 0.03 160.27 0.82 0.83
Hex AE F7 DF 1E 0 A 3 A0 52 53
Octal 256 367 337 36 0 12 3 240 122 123
Binary 10101110 11110111 11011111 11110 0 1010 11 10100000 1010010 1010011

Color Harmonies of #AEF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF7DF

Black with #AEF7DF

Text Example


Text Example

White with #AEF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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