Html Css Color HEX #AEF6DF Water Leaf

📋 copy color: '#AEF6DF'

red 174 ◦ green 246 ◦ blue 223

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

Shades of Water Leaf #AEF6DF

Tints of Water Leaf #AEF6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.26%

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

R = 27.06%
G = 38.26%
B = 34.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#AEF6DF (or 0xAEF6DF) is known color: Water Leaf. HEX triplet: AE, F6 and DF. RGB value is (174,246,223). Sum of RGB (Red+Green+Blue) = 174+246+223=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6DF is #510920. Grayscale: #DDDDDD. Windows color (decimal): -5310753 or 14677678. OLE color: 14677678.

HSL color Cylindrical-coordinate representation of color #AEF6DF: hue angle of 160.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF6DF is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 246 223 -
CMYK 0.29 0 0.09 0.04
HSL 160.83º 0.8% 0.82% -
HSV(B) 160.83º 0.29% 0.96% -
XYZ 63.73 80.24 81.94 -
YUV 221.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 174 246 223 0.29 0 0.09 0.04 160.83 0.8 0.82
Hex AE F6 DF 1D 0 9 4 A1 50 52
Octal 256 366 337 35 0 11 4 241 120 122
Binary 10101110 11110110 11011111 11101 0 1001 100 10100001 1010000 1010010

Color Harmonies of #AEF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF6DF

Black with #AEF6DF

Text Example


Text Example

White with #AEF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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