#AAFBE7

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

Shades of Water Leaf #AAFBE7

Tints of Water Leaf #AAFBE7

Color information

#AAFBE7 (or 0xAAFBE7) is unknown color: approx Water Leaf. HEX triplet: AA, FB and E7. RGB value is (170,251,231). Sum of RGB (Red+Green+Blue) = 170+251+231=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFBE7 is #550418. Grayscale: #E0E0E0. Windows color (decimal): -5571609 or 15203242. OLE color: 15203242.

HSL color Cylindrical-coordinate representation of color #AAFBE7: hue angle of 165.19º 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 #AAFBE7 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB170251231-
CMYK0.3200.080.02
HSL165.19º91.01%82.55%-
HSV(B)165.19º32.27%98.43%-
XYZ65.583.3188.23-
YUV224.5131.6689.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 251 (98.44% from 255) = 38.50%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=26.07%
G=38.50%
B=35.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512310.3200.080.02165.1991.0182.55
HexAAFBE720082a55b53
Octal252373347400102245133123
Binary10101010111110111110011110000001000101010010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBE7; }

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

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

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

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

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

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

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

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