#AAFEE8

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

Shades of Water Leaf #AAFEE8

Tints of Water Leaf #AAFEE8

Color information

#AAFEE8 (or 0xAAFEE8) is unknown color: approx Water Leaf. HEX triplet: AA, FE and E8. RGB value is (170,254,232). Sum of RGB (Red+Green+Blue) = 170+254+232=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEE8 is #550117. Grayscale: #E2E2E2. Windows color (decimal): -5570840 or 15269546. OLE color: 15269546.

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

Color convert

RGB170254232-
CMYK0.3300.090.00
HSL164.29º97.67%83.14%-
HSV(B)164.29º33.07%99.61%-
XYZ66.5885.2689.29-
YUV226.38131.1787.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.91%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=25.91%
G=38.72%
B=35.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542320.3300.090.00164.2997.6783.14
HexAAFEE821090a46253
Octal252376350410110244142123
Binary1010101011111110111010001000010100101010010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEE8; }

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

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

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

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

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

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

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

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