#AEF7E8

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

Shades of Water Leaf #AEF7E8

Tints of Water Leaf #AEF7E8

Color information

#AEF7E8 (or 0xAEF7E8) is unknown color: approx Water Leaf. HEX triplet: AE, F7 and E8. RGB value is (174,247,232). Sum of RGB (Red+Green+Blue) = 174+247+232=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF7E8 is #510817. Grayscale: #DFDFDF. Windows color (decimal): -5310488 or 15267758. OLE color: 15267758.

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

Color convert

RGB174247232-
CMYK0.3000.060.03
HSL167.67º82.02%82.55%-
HSV(B)167.67º29.55%96.86%-
XYZ65.2881.3588.6-
YUV223.46132.8292.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.65%
GREEN value IS 247 (96.88% from 255) = 37.83%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=26.65%
G=37.83%
B=35.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472320.3000.060.03167.6782.0282.55
HexAEF7E81E063a85253
Octal25636735036063250122123
Binary101011101111011111101000111100110111010100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7E8; }

 p { color: rgb(174,247,232); }

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

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

 a { background-color: rgb(174,247,232); }

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

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

 span { border-color: rgb(174,247,232); }

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