#aef0e3

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

Shades of Water Leaf #AEF0E3

Tints of Water Leaf #AEF0E3

Color information

#AEF0E3 (or 0xAEF0E3) is unknown color: approx Water Leaf. HEX triplet: AE, F0 and E3. RGB value is (174,240,227). Sum of RGB (Red+Green+Blue) = 174+240+227=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0E3 is #510F1C. Grayscale: #DADADA. Windows color (decimal): -5312285 or 14938286. OLE color: 14938286.

HSL color Cylindrical-coordinate representation of color #AEF0E3: hue angle of 168.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF0E3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB174240227-
CMYK0.2800.050.06
HSL168.18º68.75%81.18%-
HSV(B)168.18º27.5%94.12%-
XYZ62.4876.8684.22-
YUV218.78132.6396.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=27.15%
G=37.44%
B=35.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742402270.2800.050.06168.1868.7581.18
HexAEF0E31C056a84551
Octal25636034334056250105121
Binary1010111011110000111000111110001011101010100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aef0e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aef0e3; }

 p { color: rgb(174,240,227); }

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

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

 a { background-color: rgb(174,240,227); }

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

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

 span { border-color: rgb(174,240,227); }

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