#AEFFEA

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

Shades of Water Leaf #AEFFEA

Tints of Water Leaf #AEFFEA

Color information

#AEFFEA (or 0xAEFFEA) is unknown color: approx Water Leaf. HEX triplet: AE, FF and EA. RGB value is (174,255,234). Sum of RGB (Red+Green+Blue) = 174+255+234=663 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.24% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFEA is #510015. Grayscale: #E4E4E4. Windows color (decimal): -5308438 or 15400878. OLE color: 15400878.

HSL color Cylindrical-coordinate representation of color #AEFFEA: hue angle of 164.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFEA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB174255234-
CMYK0.3200.080
HSL164.44º100%84.12%-
HSV(B)164.44º31.76%100%-
XYZ68.0786.4690.94-
YUV228.39131.1689.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.24%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=26.24%
G=38.46%
B=35.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742552340.3200.080164.4410084.12
HexAEFFEA20080a46454
Octal256377352400100244144124
Binary1010111011111111111010101000000100001010010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFEA; }

 p { color: rgb(174,255,234); }

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

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

 a { background-color: rgb(174,255,234); }

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

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

 span { border-color: rgb(174,255,234); }

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