#AAFBE2

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

Shades of Water Leaf #AAFBE2

Tints of Water Leaf #AAFBE2

Color information

#AAFBE2 (or 0xAAFBE2) is unknown color: approx Water Leaf. HEX triplet: AA, FB and E2. RGB value is (170,251,226). Sum of RGB (Red+Green+Blue) = 170+251+226=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBE2 is #55041D. Grayscale: #DFDFDF. Windows color (decimal): -5571614 or 14875562. OLE color: 14875562.

HSL color Cylindrical-coordinate representation of color #AAFBE2: hue angle of 161.48º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBE2 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB170251226-
CMYK0.3200.100.02
HSL161.48º91.01%82.55%-
HSV(B)161.48º32.27%98.43%-
XYZ64.883.0384.56-
YUV223.93129.1689.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 226 (88.67% from 255) = 34.93%
R=26.28%
G=38.79%
B=34.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512260.3200.100.02161.4891.0182.55
HexAAFBE2200A2a15b53
Octal252373342400122241133123
Binary10101010111110111110001010000001010101010000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBE2; }

 p { color: rgb(170,251,226); }

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

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

 a { background-color: rgb(170,251,226); }

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

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

 span { border-color: rgb(170,251,226); }

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