#AEF8E7

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

Shades of Water Leaf #AEF8E7

Tints of Water Leaf #AEF8E7

Color information

#AEF8E7 (or 0xAEF8E7) is unknown color: approx Water Leaf. HEX triplet: AE, F8 and E7. RGB value is (174,248,231). Sum of RGB (Red+Green+Blue) = 174+248+231=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8E7 is #510718. Grayscale: #DFDFDF. Windows color (decimal): -5310233 or 15202478. OLE color: 15202478.

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

Color convert

RGB174248231-
CMYK0.3000.070.03
HSL166.22º84.09%82.75%-
HSV(B)166.22º29.84%97.25%-
XYZ65.4581.987.96-
YUV223.94131.9892.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.65%
GREEN value IS 248 (97.27% from 255) = 37.98%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=26.65%
G=37.98%
B=35.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742482310.3000.070.03166.2284.0982.75
HexAEF8E71E073a65453
Octal25637034736073246124123
Binary101011101111100011100111111100111111010011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF8E7; }

 p { color: rgb(174,248,231); }

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

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

 a { background-color: rgb(174,248,231); }

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

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

 span { border-color: rgb(174,248,231); }

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