#AEEEE2

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

Shades of Water Leaf #AEEEE2

Tints of Water Leaf #AEEEE2

Color information

#AEEEE2 (or 0xAEEEE2) is unknown color: approx Water Leaf. HEX triplet: AE, EE and E2. RGB value is (174,238,226). Sum of RGB (Red+Green+Blue) = 174+238+226=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEE2 is #51111D. Grayscale: #D9D9D9. Windows color (decimal): -5312798 or 14872238. OLE color: 14872238.

HSL color Cylindrical-coordinate representation of color #AEEEE2: hue angle of 168.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEE2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB174238226-
CMYK0.2700.050.07
HSL168.75º65.31%80.78%-
HSV(B)168.75º26.89%93.33%-
XYZ61.7675.6483.3-
YUV217.5132.896.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 226 (88.67% from 255) = 35.42%
R=27.27%
G=37.30%
B=35.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382260.2700.050.07168.7565.3180.78
HexAEEEE21B057a94151
Octal25635634233057251101121
Binary1010111011101110111000101101101011111010100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEE2; }

 p { color: rgb(174,238,226); }

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

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

 a { background-color: rgb(174,238,226); }

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

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

 span { border-color: rgb(174,238,226); }

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