#AEF6E1

Color #AEF6E1 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #AEF6E1

Tints of Water Leaf #AEF6E1

Color information

#AEF6E1 (or 0xAEF6E1) is unknown color: approx Water Leaf. HEX triplet: AE, F6 and E1. RGB value is (174,246,225). Sum of RGB (Red+Green+Blue) = 174+246+225=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6E1 is #51091E. Grayscale: #DEDEDE. Windows color (decimal): -5310751 or 14808750. OLE color: 14808750.

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

Color convert

RGB174246225-
CMYK0.2900.090.04
HSL162.5º80%82.35%-
HSV(B)162.5º29.27%96.47%-
XYZ6480.3583.37-
YUV222.08129.6593.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 246 (96.48% from 255) = 38.14%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=26.98%
G=38.14%
B=34.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742462250.2900.090.04162.58082.35
HexAEF6E11D094a25052
Octal256366341350114242120122
Binary10101110111101101110000111101010011001010001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF6E1; }

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

 H1.HeaderClassName
 {
   color: #AEF6E1;
 }
 .AnyTagClassName
 {
   color: #AEF6E1;
 }
</style>
background-color css

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

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

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

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

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

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