Html Css Color HEX #AEF6E4 Water Leaf

📋 copy color: '#AEF6E4'

red 174 ◦ green 246 ◦ blue 228

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

Shades of Water Leaf #AEF6E4

Tints of Water Leaf #AEF6E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.19%

R = 26.85%
G = 37.96%
B = 35.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#AEF6E4 (or 0xAEF6E4) is known color: Water Leaf. HEX triplet: AE, F6 and E4. RGB value is (174,246,228). Sum of RGB (Red+Green+Blue) = 174+246+228=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6E4 is #51091B. Grayscale: #DEDEDE. Windows color (decimal): -5310748 or 15005358. OLE color: 15005358.

HSL color Cylindrical-coordinate representation of color #AEF6E4: hue angle of 165º 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 #AEF6E4 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 246 228 -
CMYK 0.29 0 0.07 0.04
HSL 165º 0.8% 0.82% -
HSV(B) 165º 0.29% 0.96% -
XYZ 64.41 80.51 85.54 -
YUV 222.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 174 246 228 0.29 0 0.07 0.04 165 0.8 0.82
Hex AE F6 E4 1D 0 7 4 A5 50 52
Octal 256 366 344 35 0 7 4 245 120 122
Binary 10101110 11110110 11100100 11101 0 111 100 10100101 1010000 1010010

Color Harmonies of #AEF6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF6E4

Black with #AEF6E4

Text Example


Text Example

White with #AEF6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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