#AAFFEB

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

Shades of Water Leaf #AAFFEB

Tints of Water Leaf #AAFFEB

Color information

#AAFFEB (or 0xAAFFEB) is unknown color: approx Water Leaf. HEX triplet: AA, FF and EB. RGB value is (170,255,235). Sum of RGB (Red+Green+Blue) = 170+255+235=660 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.76% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFEB is #550014. Grayscale: #E3E3E3. Windows color (decimal): -5570581 or 15466410. OLE color: 15466410.

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

Color convert

RGB170255235-
CMYK0.3300.080
HSL165.88º100%83.33%-
HSV(B)165.88º33.33%100%-
XYZ67.3386.0691.66-
YUV227.3132.3487.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.76%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=25.76%
G=38.64%
B=35.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552350.3300.080165.8810083.33
HexAAFFEB21080a66453
Octal252377353410100246144123
Binary1010101011111111111010111000010100001010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFEB; }

 p { color: rgb(170,255,235); }

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

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

 a { background-color: rgb(170,255,235); }

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

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

 span { border-color: rgb(170,255,235); }

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