#AEF8E6

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

Shades of Water Leaf #AEF8E6

Tints of Water Leaf #AEF8E6

Color information

#AEF8E6 (or 0xAEF8E6) is unknown color: approx Water Leaf. HEX triplet: AE, F8 and E6. RGB value is (174,248,230). Sum of RGB (Red+Green+Blue) = 174+248+230=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8E6 is #510719. Grayscale: #DFDFDF. Windows color (decimal): -5310234 or 15136942. OLE color: 15136942.

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

Color convert

RGB174248230-
CMYK0.3000.070.03
HSL165.41º84.09%82.75%-
HSV(B)165.41º29.84%97.25%-
XYZ65.3181.8587.22-
YUV223.82131.4892.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.69%
GREEN value IS 248 (97.27% from 255) = 38.04%
BLUE value IS 230 (90.23% from 255) = 35.28%
R=26.69%
G=38.04%
B=35.28%

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
Decimal1742482300.3000.070.03165.4184.0982.75
HexAEF8E61E073a55453
Octal25637034636073245124123
Binary101011101111100011100110111100111111010010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF8E6; }

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

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

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

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

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

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

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

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