#AAFAE8

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

Shades of Water Leaf #AAFAE8

Tints of Water Leaf #AAFAE8

Color information

#AAFAE8 (or 0xAAFAE8) is unknown color: approx Water Leaf. HEX triplet: AA, FA and E8. RGB value is (170,250,232). Sum of RGB (Red+Green+Blue) = 170+250+232=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAE8 is #550517. Grayscale: #E0E0E0. Windows color (decimal): -5571864 or 15268522. OLE color: 15268522.

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

Color convert

RGB170250232-
CMYK0.3200.070.02
HSL166.5º88.89%82.35%-
HSV(B)166.5º32%98.04%-
XYZ65.3382.7488.87-
YUV224.03132.589.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 232 (91.02% from 255) = 35.58%
R=26.07%
G=38.34%
B=35.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502320.3200.070.02166.588.8982.35
HexAAFAE820072a65952
Octal25237235040072246131122
Binary1010101011111010111010001000000111101010011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAE8; }

 p { color: rgb(170,250,232); }

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

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

 a { background-color: rgb(170,250,232); }

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

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

 span { border-color: rgb(170,250,232); }

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